diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-18 21:45:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-18 21:45:44 +0800 |
commit | fa5cfad14187ef5fd9e14f12908abe0a5fc73787 (patch) | |
tree | 003722865c3ffbd06a385211135ea1ca17afd24a /audio/faac | |
parent | 1eefcd191af75528bbbb37fc017a8b2b5fabceba (diff) | |
download | freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.gz freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.tar.zst freebsd-ports-gnome-fa5cfad14187ef5fd9e14f12908abe0a5fc73787.zip |
Convert to USES=dos2unix
While here stagify some of the ports
Modernize LIB_DEPENDS
Extract zip with bsdtar when possible
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 7e50d29d835a..d3b263d7bd75 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 RESTRICTED= Distribution in binary form is prohibited -USES= gmake +USES= dos2unix gmake USE_BZIP2= yes -USE_DOS2UNIX= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing |