diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-01 15:25:09 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-01 15:25:09 +0800 |
commit | 79d92b73c38f65321ce886bca18ca9c72ac57cc3 (patch) | |
tree | 9a2216d94ce54184f79a8ba4af107fa3dce8d93f /www/mod_musicindex | |
parent | 33b50593ccc01d932f1f6438de765056557ed097 (diff) | |
download | freebsd-ports-gnome-79d92b73c38f65321ce886bca18ca9c72ac57cc3.tar.gz freebsd-ports-gnome-79d92b73c38f65321ce886bca18ca9c72ac57cc3.tar.zst freebsd-ports-gnome-79d92b73c38f65321ce886bca18ca9c72ac57cc3.zip |
- fix typo
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index 43bf1b2be14c..ae506f1ec41e 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -37,7 +37,7 @@ SUB_LIST= PORTNAME=${PORTNAME} PORTDOCS= README .if ${PORT_OPTIONS:MNLS} -USES== gettext +USES+= gettext CFLAGS+= -lintl PLIST_SUB+= NLS="" CONFIGURE_ARGS+=--enable-nls |