diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 22:27:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 22:27:05 +0000 |
commit | 9ff06b3cbf038359059e40e0db31ba0cbe996d0f (patch) | |
tree | 8583dfe71adaea6ce266633e1799cd602516b801 /audio | |
parent | 25c4307da135103ea810d65f96f2f1c21e0547b4 (diff) | |
download | ports-9ff06b3cbf038359059e40e0db31ba0cbe996d0f.tar.gz ports-9ff06b3cbf038359059e40e0db31ba0cbe996d0f.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wxguitar/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/wxguitar/Makefile b/audio/wxguitar/Makefile index 8438c472741d..2f93b045895f 100644 --- a/audio/wxguitar/Makefile +++ b/audio/wxguitar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxguitar -# Date created: 19 Aug 2009 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wxguitar PORTVERSION= 1.01 @@ -27,7 +23,9 @@ MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/wxGuitar -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else |