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/faad | |
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/faad')
-rw-r--r-- | audio/faad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 58857a726d84..65d5e8006d76 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -11,9 +11,8 @@ MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio decoder -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 |