[75555] trunk/dports/lang/sdcc/Portfile

snc at macports.org snc at macports.org
Sat Jan 29 17:27:06 PST 2011


Revision: 75555
          http://trac.macports.org/changeset/75555
Author:   snc at macports.org
Date:     2011-01-29 17:27:04 -0800 (Sat, 29 Jan 2011)
Log Message:
-----------
sdcc:
 * uncomment license
 * add missing runtime dependency, #27942

Modified Paths:
--------------
    trunk/dports/lang/sdcc/Portfile

Modified: trunk/dports/lang/sdcc/Portfile
===================================================================
--- trunk/dports/lang/sdcc/Portfile	2011-01-30 01:21:10 UTC (rev 75554)
+++ trunk/dports/lang/sdcc/Portfile	2011-01-30 01:27:04 UTC (rev 75555)
@@ -7,7 +7,7 @@
 version             3.0.0
 categories          lang
 platforms           darwin
-#license             GPLv3
+license             GPLv3
 maintainers         snc openmaintainer
 description         ANSI C compiler targeting Intel 8051, Maxim 80DS390, Zilog Z80
 long_description    SDCC is a freeware, retargettable, optimizing ANSI C \
@@ -23,6 +23,7 @@
 
 depends_build       port:gputils
 depends_lib         port:readline
+depends_run         port:gputils
 
 use_bzip2           yes
 distfiles           ${name}-src-${version}${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110129/a97d4e2b/attachment-0001.html>


More information about the macports-changes mailing list