aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-04-03 14:29:19 +0800
committermiwi <miwi@FreeBSD.org>2013-04-03 14:29:19 +0800
commit53197ba5c459b66c88893ac287064ea4bc717992 (patch)
treeebaf9e34fed99ff8dc1317c9d07970de09eac263 /audio
parent0abf319d04380b363981e5dbd6ac6167f7581dab (diff)
downloadfreebsd-ports-gnome-53197ba5c459b66c88893ac287064ea4bc717992.tar.gz
freebsd-ports-gnome-53197ba5c459b66c88893ac287064ea4bc717992.tar.zst
freebsd-ports-gnome-53197ba5c459b66c88893ac287064ea4bc717992.zip
- Fix build
Reported by: pointyhat Approved by: portmgr / maintainer (decke via irc)
Diffstat (limited to 'audio')
-rw-r--r--audio/vagalume/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile
index bded117dcf05..105aae4ad010 100644
--- a/audio/vagalume/Makefile
+++ b/audio/vagalume/Makefile
@@ -31,12 +31,12 @@ TRAY_DESC= Tray icon and libnotify support
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
+PLIST_SUB+= NLS="@comment "
+.else
USE_GETTEXT= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
.endif
.if ${PORT_OPTIONS:MDBUS}