summaryrefslogtreecommitdiff
path: root/korean/nabi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:18:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 15:18:38 +0000
commit46023dda782befc55f7fb4143e1d8aefa1f11ea4 (patch)
treec7e91489b0dba2b35a29ac169022f6d1f2d0ecb0 /korean/nabi
parent- Rewrite to use new options framework (diff)
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
Notes
Notes: svn path=/head/; revision=317521
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