[71516] trunk/dports/textproc/naturaldocs/Portfile

landonf at macports.org landonf at macports.org
Wed Sep 15 10:50:59 PDT 2010


Revision: 71516
          http://trac.macports.org/changeset/71516
Author:   landonf at macports.org
Date:     2010-09-15 10:50:58 -0700 (Wed, 15 Sep 2010)
Log Message:
-----------
Fix an error in the dependency specification, and use use_configure no instead of configure {}.

Modified Paths:
--------------
    trunk/dports/textproc/naturaldocs/Portfile

Modified: trunk/dports/textproc/naturaldocs/Portfile
===================================================================
--- trunk/dports/textproc/naturaldocs/Portfile	2010-09-15 17:48:43 UTC (rev 71515)
+++ trunk/dports/textproc/naturaldocs/Portfile	2010-09-15 17:50:58 UTC (rev 71516)
@@ -4,6 +4,7 @@
 
 name			naturaldocs
 version			1.5
+revision        1
 categories		textproc devel
 maintainers		landonf openmaintainer
 description		Documentation system for several programming languages
@@ -25,7 +26,8 @@
                 sha1    e506e2759f7436467d4b8dcb7b37300401d07008 \
                 rmd160  3c571a080090d02e90e84013c864608376a7fd7e
 
-depends_build   bin:perl:perl5 bin:flex:flex bin:bison:bison bin:ginstall:coreutils
+depends_lib    bin:perl:perl5
+use_configure no
 
 pre-extract {
     # The zip file extracts the files without a containing directory, so we create it here.
@@ -37,7 +39,6 @@
     system "chmod +x \"${worksrcpath}/NaturalDocs\""
 }
 
-configure {}
 build {}
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100915/b51531e5/attachment.html>


More information about the macports-changes mailing list