Modified: trunk/dports/audio/faad2/Portfile (73001 => 73002)
--- trunk/dports/audio/faad2/Portfile 2010-10-31 22:33:30 UTC (rev 73001)
+++ trunk/dports/audio/faad2/Portfile 2010-10-31 22:41:41 UTC (rev 73002)
@@ -20,22 +20,11 @@
sha1 80eaaa5cc576c35dd28863767b795c50cbcc0511 \
rmd160 3f0ca461e2953014d5b17edccb3337767d478b8d
-depends_build \
- port:libtool \
- port:autoconf \
- port:automake
+use_autoreconf yes
+autoreconf.args -vif
-pre-configure {
- system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
- reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
-}
+configure.args --without-xmms --without-drm --without-mpeg4ip
-configure.args --without-bmp --without-xmms --without-drm --without-mpeg4ip
-
-platform darwin {
- configure.cflags-append -DHAS_LRINTF
-}
-
livecheck.type regex
livecheck.url http://www.audiocoding.com/downloads.html
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"