aboutsummaryrefslogtreecommitdiffstats
path: root/korean/nabi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 23:18:38 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 23:18:38 +0800
commit46023dda782befc55f7fb4143e1d8aefa1f11ea4 (patch)
treec7e91489b0dba2b35a29ac169022f6d1f2d0ecb0 /korean/nabi
parent6ff7383dfb1ae83944fa8f8499a2cf46911ad11c (diff)
downloadfreebsd-ports-gnome-46023dda782befc55f7fb4143e1d8aefa1f11ea4.tar.gz
freebsd-ports-gnome-46023dda782befc55f7fb4143e1d8aefa1f11ea4.tar.zst
freebsd-ports-gnome-46023dda782befc55f7fb4143e1d8aefa1f11ea4.zip
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
Diffstat (limited to 'korean/nabi')
-rw-r--r--korean/nabi/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile
index 32e47ee33b52..0615dc878ca3 100644
--- a/korean/nabi/Makefile
+++ b/korean/nabi/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nabi
-# Date created: 5 August 2003
-# Whom: Hye-Shik Chang <perky@FreeBSD.org>
-#
+# Created by: Hye-Shik Chang <perky@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= nabi
PORTVERSION= 0.99.11
@@ -22,7 +18,9 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gtk20
GNU_CONFIGURE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include