summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-03-24 15:52:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-03-24 15:52:23 +0000
commit34762fbaa7498b527b2c16a62cd996da3ca82f3b (patch)
tree49b70edaa112e49d263608dc65e2e4eb5943e174 /x11/rxvt-unicode/Makefile
parentConvert to OPTIONSNG and modernize the header. (diff)
Force the usage of tic from the ports even if /usr/bin/tic exists.
PR: ports/176498 Submitted by: John Marino <draco (at) marino.st>
Notes
Notes: svn path=/head/; revision=315132
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile2
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