[55036] trunk/dports/x11/xtrap/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Thu Aug 6 01:43:57 PDT 2009
Revision: 55036
http://trac.macports.org/changeset/55036
Author: jeremyhu at macports.org
Date: 2009-08-06 01:43:56 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
xtrap: autoreconf to build universal correctly
Modified Paths:
--------------
trunk/dports/x11/xtrap/Portfile
Modified: trunk/dports/x11/xtrap/Portfile
===================================================================
--- trunk/dports/x11/xtrap/Portfile 2009-08-06 08:04:40 UTC (rev 55035)
+++ trunk/dports/x11/xtrap/Portfile 2009-08-06 08:43:56 UTC (rev 55036)
@@ -3,7 +3,7 @@
PortSystem 1.0
name xtrap
version 1.0.2
-revision 1
+revision 2
categories x11
maintainers blb openmaintainer
description XTrap sample clients
@@ -21,12 +21,20 @@
sha1 228735dcf4e059865900cee7f9656fc1a6b0a746 \
rmd160 2eee6e6da2d6ce22c1d0148b546eea85b073ec22
-depends_build port:pkgconfig
+depends_build \
+ port:pkgconfig \
+ port:autoconf \
+ port:automake \
+ port:libtool \
+ port:xorg-util-macros
depends_lib port:xorg-libXTrap
configure.args --mandir=${prefix}/share/man
+use_autoreconf yes
+autoreconf.args -fvi
+
livecheck.check regex
livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/4e2f6d98/attachment.html>
More information about the macports-changes
mailing list