diff options
Diffstat (limited to 'japanese/jmode/Makefile')
-rw-r--r-- | japanese/jmode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jmode/Makefile b/japanese/jmode/Makefile index e62a793f480c..3ab22b9178dc 100644 --- a/japanese/jmode/Makefile +++ b/japanese/jmode/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS?= anthy.1:${PORTSDIR}/japanese/anthy USE_GNOME= gtk12 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> |