diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 18:22:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 18:22:41 +0800 |
commit | 9448bf8a9893f033f4857b17e60990eaf05437f2 (patch) | |
tree | 35173dab2afafdac2c12b688bfc1f1397a7b8cfb /multimedia/gnome-subtitles | |
parent | 3d353e31abfcd08740e73294d90f9ba291e25502 (diff) | |
download | freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.tar.gz freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.tar.zst freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.zip |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
Diffstat (limited to 'multimedia/gnome-subtitles')
-rw-r--r-- | multimedia/gnome-subtitles/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/gnome-subtitles/Makefile b/multimedia/gnome-subtitles/Makefile index 8c34efcf9521..d0157408ae4f 100644 --- a/multimedia/gnome-subtitles/Makefile +++ b/multimedia/gnome-subtitles/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnome-subtitles -# Date created: 23 March 2007 -# Whom: Marcin Simonides <marcin@studio4plus.com> -# +# Created by: Marcin Simonides <marcin@studio4plus.com> # $FreeBSD$ -# PORTNAME= gnome-subtitles PORTVERSION= 1.2 @@ -35,7 +31,9 @@ USE_LDCONFIG= ${PREFIX}/lib/gnome-subtitles MAN1= gnome-subtitles.1 -.if !defined(WITHOUT_NLS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else |