aboutsummaryrefslogtreecommitdiffstats
path: root/www/gecko-mediaplayer
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-02-23 05:34:27 +0800
committerjkim <jkim@FreeBSD.org>2013-02-23 05:34:27 +0800
commitd9857e5eb89ac2d83e1f23a3825b6cfe2d7f2691 (patch)
tree3df51e65272a53551b36561485d6b7c2828235b9 /www/gecko-mediaplayer
parentec074e71065c3423e3e4e3fe4542a07d1e31c08b (diff)
downloadfreebsd-ports-gnome-d9857e5eb89ac2d83e1f23a3825b6cfe2d7f2691.tar.gz
freebsd-ports-gnome-d9857e5eb89ac2d83e1f23a3825b6cfe2d7f2691.tar.zst
freebsd-ports-gnome-d9857e5eb89ac2d83e1f23a3825b6cfe2d7f2691.zip
Fix the previous commit. Incomplete file was committed.
Pointyhat to: jkim
Diffstat (limited to 'www/gecko-mediaplayer')
-rw-r--r--www/gecko-mediaplayer/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile
index 799b6e9e1f11..518bc419c992 100644
--- a/www/gecko-mediaplayer/Makefile
+++ b/www/gecko-mediaplayer/Makefile
@@ -40,6 +40,12 @@ PORTDOCS= README COPYING AUTHORS ChangeLog INSTALL NEWS javascript.txt
.include <bsd.port.options.mk>
+.if ${PORT_OPTIONS:MCACHE}
+CONFIGURE_ARGS+= --enable-caching
+.else
+CONFIGURE_ARGS+= --disable-caching
+.endif
+
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB= NLS=""
@@ -48,12 +54,6 @@ USE_GETTEXT= build
PLIST_SUB= NLS="@comment "
.endif
-.if ${PORT_OPTIONS:MNOCACHE}
-CONFIGURE_ARGS+= --disable-caching
-.else
-CONFIGURE_ARGS+= --enable-caching
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||' \
${WRKSRC}/configure \