diff options
Diffstat (limited to 'japanese/rxvt/Makefile')
-rw-r--r-- | japanese/rxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/rxvt/Makefile b/japanese/rxvt/Makefile index 8b04a4013fca..3d73cd3560d9 100644 --- a/japanese/rxvt/Makefile +++ b/japanese/rxvt/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \ --enable-utmp --enable-wtmp \ --with-xpm --with-xpm-includes=${LOCALBASE}/include/X11 \ --with-xpm-library=${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib DOCDIR= ${PREFIX}/share/doc/ja/rxvt RXVTLIB= ${PREFIX}/lib/X11/rxvt |