aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-10 02:25:02 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-10 02:25:02 +0000
commit199456f7f88033ba383df279d45033a5c0745ca8 (patch)
treee23ce0940668cf823c4c89c78172c28272efb3aa /audio
parent60e4a7332eee52114db4973c71ab3ea31618c0da (diff)
downloadports-199456f7f88033ba383df279d45033a5c0745ca8.tar.gz
ports-199456f7f88033ba383df279d45033a5c0745ca8.zip
Use mpeg4ip-libmp4v2 instead of mpeg4ip
Approved by: marcus (co mentor)
Notes
Notes: svn path=/head/; revision=121274
Diffstat (limited to 'audio')
-rw-r--r--audio/gtkpod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index cb21083e8e4d..f4c843c3f0c3 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkpod
PORTVERSION= 0.80
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -33,7 +33,7 @@ WITH_AAC= YES
.endif
.if defined(WITH_AAC)
-LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip
+LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
.endif
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"