summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-07-12 20:51:02 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-07-12 20:51:02 +0000
commit441b06e3e4022fda666278330dac65af0e4afa5d (patch)
tree0438dbd021f4c0573aca4074012b8a1e814ee4f5 /audio
parentConfigure didn't correctly detect libsnmp when libsnmp required -lcrypto -ldes (diff)
Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONG
Approved by: maintainer PR: 50798
Notes
Notes: svn path=/head/; revision=84787
Diffstat (limited to 'audio')
-rw-r--r--audio/faad/Makefile7
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