aboutsummaryrefslogtreecommitdiffstats
path: root/audio/vorbis-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r--audio/vorbis-tools/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index c7391fe9f80f..63264fb14766 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vorbis-tools
-# Date created: 18 October 2000
-# Whom: t.vanklaveren@student.utwente.nl
-#
+# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
-#
PORTNAME= vorbis-tools
PORTVERSION= 1.4.0
@@ -29,7 +25,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else