aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-08 03:52:29 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-08 03:52:29 +0000
commit43eff623144cc4390ee0fd344f1e8ca2c664b926 (patch)
treefc7d75a09759e6cb08655af4fe743e202b3191e0 /audio
parent85ba138c8be0d5225e1193f53d8347ca0e647f17 (diff)
downloadports-43eff623144cc4390ee0fd344f1e8ca2c664b926.tar.gz
ports-43eff623144cc4390ee0fd344f1e8ca2c664b926.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/gtkpod/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile
index 07bb41a0eda3..cb21083e8e4d 100644
--- a/audio/gtkpod/Makefile
+++ b/audio/gtkpod/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkpod
PORTVERSION= 0.80
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,7 +39,7 @@ LIB_DEPENDS+= mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
-.if !defined(WITH_AAC) && !defined(WITH_FAAD)
+.if !defined(WITH_AAC)
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "To enable AAC support with mpeg4ip define the WITH_AAC knob."
@@ -52,6 +52,9 @@ pre-configure:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
${WRKSRC}/po/Makefile.in.in
+ @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
+ ${WRKSRC}/scripts/sync-kaddressbook.sh \
+ ${WRKSRC}/scripts/sync-korganizer.sh
post-install:
.if !defined(NOPORTDOCS)