diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-12 20:51:02 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-12 20:51:02 +0000 |
commit | 441b06e3e4022fda666278330dac65af0e4afa5d (patch) | |
tree | 0438dbd021f4c0573aca4074012b8a1e814ee4f5 /audio/faad | |
parent | e1871349c1ccb63b9ad6ccf25a4cd578a5b74be8 (diff) | |
download | ports-441b06e3e4022fda666278330dac65af0e4afa5d.tar.gz ports-441b06e3e4022fda666278330dac65af0e4afa5d.zip |
Notes
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 7c0844d25909..2adef537fb29 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -9,19 +9,20 @@ PORTNAME= faad2 PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://faac.sourceforge.net/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= faac MAINTAINER= sean@sfarc.net COMMENT= A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder -LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOMAKE_VER= 15 AUTOMAKE_ARGS= --add-missing +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes |