diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:18:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:18:38 +0000 |
commit | 46023dda782befc55f7fb4143e1d8aefa1f11ea4 (patch) | |
tree | c7e91489b0dba2b35a29ac169022f6d1f2d0ecb0 /korean/imhangul | |
parent | 6ff7383dfb1ae83944fa8f8499a2cf46911ad11c (diff) | |
download | ports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.tar.gz ports-46023dda782befc55f7fb4143e1d8aefa1f11ea4.zip |
Notes
Diffstat (limited to 'korean/imhangul')
-rw-r--r-- | korean/imhangul/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/korean/imhangul/Makefile b/korean/imhangul/Makefile index 3696df45cdf3..5fd7208e0af6 100644 --- a/korean/imhangul/Makefile +++ b/korean/imhangul/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imhangul -# Date created: May 26 2003 -# Whom: CHOI Junho <cjh@kr.freebsd.org> -# +# Created by: CHOI Junho <cjh@kr.freebsd.org> # $FreeBSD$ -# PORTNAME= imhangul PORTVERSION= 2.1.0 @@ -24,7 +20,9 @@ USE_GMAKE= yes USE_GNOME= 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 |