aboutsummaryrefslogtreecommitdiff
path: root/korean/scim-hangul
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/scim-hangul
parente8f4b572992a6ae8fc33593a21313550519bc7ba (diff)
downloadports-ac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2.tar.gz
ports-ac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2.zip
Notes
Diffstat (limited to 'korean/scim-hangul')
-rw-r--r--korean/scim-hangul/Makefile6
1 files changed, 3 insertions, 3 deletions
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