aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2013-03-24 23:52:23 +0800
committerthierry <thierry@FreeBSD.org>2013-03-24 23:52:23 +0800
commitb9671933c17326d790b1ecde5dec924c1aaf0b9a (patch)
tree49b70edaa112e49d263608dc65e2e4eb5943e174 /x11
parentb653ff58d5b9c63cc326527836951cc374ab1a33 (diff)
downloadfreebsd-ports-gnome-b9671933c17326d790b1ecde5dec924c1aaf0b9a.tar.gz
freebsd-ports-gnome-b9671933c17326d790b1ecde5dec924c1aaf0b9a.tar.zst
freebsd-ports-gnome-b9671933c17326d790b1ecde5dec924c1aaf0b9a.zip
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>
Diffstat (limited to 'x11')
-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