aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-08-26 19:58:37 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-08-26 19:58:37 +0000
commitac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2 (patch)
tree45d1bff1ec32fd22c01e31df46fafd6304b5a728 /korean
parente8f4b572992a6ae8fc33593a21313550519bc7ba (diff)
downloadports-ac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2.tar.gz
ports-ac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2.zip
Notes
Diffstat (limited to 'korean')
-rw-r--r--korean/ibus-hangul/Makefile4
-rw-r--r--korean/scim-hangul/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/korean/ibus-hangul/Makefile b/korean/ibus-hangul/Makefile
index ac44880180dd..ea701746b495 100644
--- a/korean/ibus-hangul/Makefile
+++ b/korean/ibus-hangul/Makefile
@@ -28,8 +28,8 @@ USE_PYTHON= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= "-I${LOCALBASE}/include"
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
diff --git a/korean/scim-hangul/Makefile b/korean/scim-hangul/Makefile
index c08b8cef6158..fd3a652c0f1b 100644
--- a/korean/scim-hangul/Makefile
+++ b/korean/scim-hangul/Makefile
@@ -15,7 +15,7 @@ COMMENT= SCIM IMEngine module for Korean(Hangul) input
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
LIB_DEPENDS= hangul.1:${PORTSDIR}/korean/libhangul
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
USE_ICONV= yes
USE_GMAKE= yes
@@ -23,8 +23,8 @@ GNU_CONFIGURE= yes
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= "-I${LOCALBASE}/include"
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls