diff options
Diffstat (limited to 'japanese/tk80/Makefile')
-rw-r--r-- | japanese/tk80/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile index 5997d3c75384..47ebbecbf0c4 100644 --- a/japanese/tk80/Makefile +++ b/japanese/tk80/Makefile @@ -36,8 +36,8 @@ USE_AUTOTOOLS= autoconf213 USE_XORG= x11 CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp \ --enable-xlibHack --enable-onTheSpot -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib RANLIB= ranlib USE_LDCONFIG= yes |