svn commit: r315696 - head/audio/vagalume
Martin Wilke
miwi at FreeBSD.org
Wed Apr 3 06:29:19 UTC 2013
Author: miwi
Date: Wed Apr 3 06:29:19 2013
New Revision: 315696
URL: http://svnweb.freebsd.org/changeset/ports/315696
Log:
- Fix build
Reported by: pointyhat
Approved by: portmgr / maintainer (decke via irc)
Modified:
head/audio/vagalume/Makefile (contents, props changed)
Modified: head/audio/vagalume/Makefile
==============================================================================
--- head/audio/vagalume/Makefile Wed Apr 3 06:28:19 2013 (r315695)
+++ head/audio/vagalume/Makefile Wed Apr 3 06:29:19 2013 (r315696)
@@ -31,12 +31,12 @@ TRAY_DESC= Tray icon and libnotify suppo
.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}
More information about the svn-ports-all
mailing list