aboutsummaryrefslogtreecommitdiff
path: root/www/mod_musicindex
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-01 07:23:22 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-01 07:23:22 +0000
commit9b67cf1de81be8e819071628711514408de917bf (patch)
tree97e16dce47567090e32416a995147d60c4ebd94f /www/mod_musicindex
parent469eb887d2ac5ddfe413dc7eced574ffaabd2de3 (diff)
downloadports-9b67cf1de81be8e819071628711514408de917bf.tar.gz
ports-9b67cf1de81be8e819071628711514408de917bf.zip
- conversion to USES framework
- conversion to optionsNG (gurlchecker) Approved by: portmgr (bapt@)
Notes
Notes: svn path=/head/; revision=316995
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>