[37648] trunk/dports/devel/hmake/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jun 16 23:10:27 PDT 2008


Revision: 37648
          http://trac.macosforge.org/projects/macports/changeset/37648
Author:   ryandesign at macports.org
Date:     2008-06-16 23:10:26 -0700 (Mon, 16 Jun 2008)

Log Message:
-----------
hmake: removing unnecessary dependencies. hmake does not link with gmp, ncurses or readline when built with nhc98. It does when built with ghc, but probably only because ghc depends on readline and gmp, and readline depends on ncurses.

Modified Paths:
--------------
    trunk/dports/devel/hmake/Portfile

Modified: trunk/dports/devel/hmake/Portfile
===================================================================
--- trunk/dports/devel/hmake/Portfile	2008-06-17 06:05:28 UTC (rev 37647)
+++ trunk/dports/devel/hmake/Portfile	2008-06-17 06:10:26 UTC (rev 37648)
@@ -4,6 +4,7 @@
 
 name                    hmake
 version                 3.14
+revision                1
 categories              devel
 maintainers             nomaintainer
 platforms               darwin
@@ -17,10 +18,6 @@
                         sha1 c88e61a86053c2e2f600e534d1c323131b925e12 \
                         rmd160 b9f88e2ee4ed4bb6cc2df3d644864eb5e60c4a60
 
-depends_lib             port:gmp \
-                        port:ncurses \
-                        port:readline
-
 configure.args          --mandir=${prefix}/share/man/man1
 
 variant ghc conflicts nhc98 description {Build with ghc (default)} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080616/69dc026f/attachment.htm 


More information about the macports-changes mailing list