diff options
Diffstat (limited to 'korean/nabi')
-rw-r--r-- | korean/nabi/Makefile | 10 |
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 |