diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-08-26 20:06:14 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-08-26 20:06:14 +0000 |
commit | 3c39510a2ee8ef9106724e0dad3279003a2a5358 (patch) | |
tree | a563c386b10fe0d4c6fe53055d0e904a48b5c1e6 /korean/nabi | |
parent | ac1dd5bf00d3e53936ac8cb08cc9f0dd0b48c1d2 (diff) | |
download | ports-3c39510a2ee8ef9106724e0dad3279003a2a5358.tar.gz ports-3c39510a2ee8ef9106724e0dad3279003a2a5358.zip |
Notes
Diffstat (limited to 'korean/nabi')
-rw-r--r-- | korean/nabi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/nabi/Makefile b/korean/nabi/Makefile index de979f94a342..7ba7980ae24c 100644 --- a/korean/nabi/Makefile +++ b/korean/nabi/Makefile @@ -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 PLIST_SUB+= NLS="@comment " |