diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-18 22:56:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-18 22:56:46 +0800 |
commit | b3d29e5122bc1bcd91ce88935d5b244e3cec9034 (patch) | |
tree | b584fc1c59d29d5764618d79611166d495f44b5d /audio/faac | |
parent | 86049702552dca1d91004ce77acf8d3cf8722b1a (diff) | |
download | freebsd-ports-gnome-b3d29e5122bc1bcd91ce88935d5b244e3cec9034.tar.gz freebsd-ports-gnome-b3d29e5122bc1bcd91ce88935d5b244e3cec9034.tar.zst freebsd-ports-gnome-b3d29e5122bc1bcd91ce88935d5b244e3cec9034.zip |
Convert to USES=autoreconf
Strip binaries
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 87633d381b5e..db359c356c63 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -14,11 +14,9 @@ LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 RESTRICTED= Distribution in binary form is prohibited -USES= dos2unix gmake libtool tar:bzip2 -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +USES= autoreconf dos2unix gmake libtool tar:bzip2 +INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal -AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --with-mp4v2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |