aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_musicindex
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-05-01 15:23:22 +0800
committerjgh <jgh@FreeBSD.org>2013-05-01 15:23:22 +0800
commit33b50593ccc01d932f1f6438de765056557ed097 (patch)
tree97e16dce47567090e32416a995147d60c4ebd94f /www/mod_musicindex
parent242d0e1d4524554d014526dd0f1d7d2516029a75 (diff)
downloadfreebsd-ports-gnome-33b50593ccc01d932f1f6438de765056557ed097.tar.gz
freebsd-ports-gnome-33b50593ccc01d932f1f6438de765056557ed097.tar.zst
freebsd-ports-gnome-33b50593ccc01d932f1f6438de765056557ed097.zip
- conversion to USES framework
- conversion to optionsNG (gurlchecker) Approved by: portmgr (bapt@)
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r--www/mod_musicindex/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile
index 7080feb7b78e..43bf1b2be14c 100644
--- a/www/mod_musicindex/Makefile
+++ b/www/mod_musicindex/Makefile
@@ -14,8 +14,6 @@ LICENSE= LGPL21
USE_APACHE= 22
-.include <bsd.port.pre.mk>
-
OPTIONS_DEFINE= NLS FLAC MP3 MP4 VORBIS LIBARCHIVE FILECACHE MYSQLCACHE
OPTIONS_DEFAULT=NLS MP3 LIBARCHIVE FILECACHE
@@ -39,7 +37,7 @@ SUB_LIST= PORTNAME=${PORTNAME}
PORTDOCS= README
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES== gettext
CFLAGS+= -lintl
PLIST_SUB+= NLS=""
CONFIGURE_ARGS+=--enable-nls
@@ -117,4 +115,4 @@ post-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG} ""
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>