aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2012-07-19 23:08:41 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2012-07-19 23:08:41 +0000
commit3a74e1eb77ef6779fa68e38f8a39ae7ab1565dab (patch)
treee3df8f35de2c2b18961b33ff70f1b25e9641453a /korean
parentf1d3f683ced9571f38d5165ad2abfe37e0b7f14c (diff)
downloadports-3a74e1eb77ef6779fa68e38f8a39ae7ab1565dab.tar.gz
ports-3a74e1eb77ef6779fa68e38f8a39ae7ab1565dab.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/ibus-hangul/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile
index 408808b7008c..ba3a4f0ee348 100644
--- a/korean/ibus-hangul/Makefile
+++ b/korean/ibus-hangul/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ibus-hangul
PORTVERSION= 1.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= korean
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -16,8 +16,8 @@ COMMENT= Hangul input engine for IBus
LICENSE= GPLv2
-LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul \
- ibus-1.0.400:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS= hangul:${PORTSDIR}/korean/libhangul \
+ ibus-1.0:${PORTSDIR}/textproc/ibus
PROJECTHOST= ibus
@@ -28,7 +28,9 @@ USE_GMAKE= yes
USE_GNOME= gnomehack intltool pkgconfig
USE_PYTHON= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include