From 34762fbaa7498b527b2c16a62cd996da3ca82f3b Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 24 Mar 2013 15:52:23 +0000 Subject: [PATCH] Force the usage of tic from the ports even if /usr/bin/tic exists. PR: ports/176498 Submitted by: John Marino --- x11/rxvt-unicode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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