svn commit: r301198 - head/korean/ibus-hangul
Jung-uk Kim
jkim at FreeBSD.org
Thu Jul 19 23:08:42 UTC 2012
Author: jkim
Date: Thu Jul 19 23:08:41 2012
New Revision: 301198
URL: http://svn.freebsd.org/changeset/ports/301198
Log:
- Chase ibus update. [1]
- Convert to optionsNG framework.
Reported by: beat
Modified:
head/korean/ibus-hangul/Makefile
Modified: head/korean/ibus-hangul/Makefile
==============================================================================
--- head/korean/ibus-hangul/Makefile Thu Jul 19 22:47:54 2012 (r301197)
+++ head/korean/ibus-hangul/Makefile Thu Jul 19 23:08:41 2012 (r301198)
@@ -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
More information about the svn-ports-all
mailing list