aboutsummaryrefslogtreecommitdiff
path: root/audio/faad
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-11-14 18:01:52 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-11-14 18:01:52 +0000
commit26dadc8c295e2b15aec70916ec0ed21aa32c32a1 (patch)
tree4d0abf0f4503e4346a3c6d21e133834bc703ebaa /audio/faad
parent9b66e193662291eec4efd2a43b21aacbb77719ca (diff)
downloadports-26dadc8c295e2b15aec70916ec0ed21aa32c32a1.tar.gz
ports-26dadc8c295e2b15aec70916ec0ed21aa32c32a1.zip
Remove the drm, which drm causes faac/faad to not be able get mplayer and
other applications function correct. Bump the PORTREVISION. Reported by: a few in freebsd-multimedia@ Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=202710
Diffstat (limited to 'audio/faad')
-rw-r--r--audio/faad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index ed47d8a471e5..f97a6e319f2e 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -7,6 +7,7 @@
PORTNAME= faad2
PORTVERSION= 2.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -25,7 +26,6 @@ USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-drm
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"