[46511] trunk/dports/textproc/doxygen/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Feb 5 19:34:04 PST 2009


Revision: 46511
          http://trac.macports.org/changeset/46511
Author:   mcalhoun at macports.org
Date:     2009-02-05 19:34:03 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
doxygen: configure script finds /usr/bin/install but rejects it.
Use ginstall instead.
Fixes #18400.

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2009-02-06 03:24:20 UTC (rev 46510)
+++ trunk/dports/textproc/doxygen/Portfile	2009-02-06 03:34:03 UTC (rev 46511)
@@ -32,9 +32,7 @@
 			sha1 a55b1c41417be8acb3ac5e1553a711ffa437cba2 \
 			rmd160 e392cd00960c4036661c8cda3ec6bc6ee3fe300c
 
-# configure script will use either install or ginstall, so depend on bin:install:coreutils even though
-#    coreutils might not install install.
-depends_build-append	bin:perl:perl5 bin:flex:flex bin:bison:bison bin:install:coreutils
+depends_build-append	bin:perl:perl5 bin:flex:flex bin:bison:bison bin:ginstall:coreutils
 depends_lib		port:libpng path:bin/dot:graphviz port:libiconv
 
 universal_variant no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/86336aac/attachment.html>


More information about the macports-changes mailing list