[34955] trunk/dports/devel/monotone/Portfile
blair at macports.org
blair at macports.org
Wed Mar 12 15:06:54 PDT 2008
Revision: 34955
http://trac.macosforge.org/projects/macports/changeset/34955
Author: blair at macports.org
Date: 2008-03-12 15:06:51 -0700 (Wed, 12 Mar 2008)
Log Message:
-----------
Add depends_lib for additional ports that monotone will link against if it
finds them.
Add a --with-libiconv-prefix configure argument to follow gawk's lead.
Modified Paths:
--------------
trunk/dports/devel/monotone/Portfile
Modified: trunk/dports/devel/monotone/Portfile
===================================================================
--- trunk/dports/devel/monotone/Portfile 2008-03-12 21:45:16 UTC (rev 34954)
+++ trunk/dports/devel/monotone/Portfile 2008-03-12 22:06:51 UTC (rev 34955)
@@ -3,6 +3,7 @@
PortSystem 1.0
name monotone
version 0.39
+revision 1
categories devel
maintainers nomaintainer
description A distributed version control system
@@ -19,8 +20,14 @@
sha1 b34c7e25871ddff1e30d15b733c1f3283ec16de9 \
rmd160 d559c318e18f801513a170936fb56b6e1ac41235
-depends_lib port:boost
-configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+depends_lib port:zlib \
+ port:libiconv \
+ port:gettext \
+ port:boost
+configure.args --with-libiconv-prefix=${prefix} \
+ --infodir=${prefix}/share/info \
+ --mandir=${prefix}/share/man
+
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080312/34473e11/attachment.html
More information about the macports-changes
mailing list