Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 06:29:19 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315696 - head/audio/vagalume
Message-ID:  <201304030629.r336TJQR016415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304030629.r336TJQR016415>