diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2013-03-24 15:52:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2013-03-24 15:52:23 +0000 |
commit | 34762fbaa7498b527b2c16a62cd996da3ca82f3b (patch) | |
tree | 49b70edaa112e49d263608dc65e2e4eb5943e174 /x11/rxvt-unicode | |
parent | daf0a952cf49c260d2f562e95cf6b2f4144a16d3 (diff) |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 1d5a89c4fcb0..bc08bd9cf01c 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -21,7 +21,7 @@ USE_GNOME= pkgconfig USE_XORG= xpm xft xrender GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS="-lstdc++ -lutil" +CONFIGURE_ENV= LIBS="-lstdc++ -lutil" TIC=${LOCALBASE}/bin/tic CONFIGURE_ARGS= --enable-everything --with-term=rxvt \ --with-terminfo=${LOCALBASE}/share/misc/terminfo.db USE_BZIP2= yes |