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>
This commit is contained in:
Thierry Thomas 2013-03-24 15:52:23 +00:00
parent daf0a952cf
commit 34762fbaa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315132

View File

@ -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