svn commit: r315132 - head/x11/rxvt-unicode
Thierry Thomas
thierry at FreeBSD.org
Sun Mar 24 15:52:24 UTC 2013
Author: thierry
Date: Sun Mar 24 15:52:23 2013
New Revision: 315132
URL: http://svnweb.freebsd.org/changeset/ports/315132
Log:
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>
Modified:
head/x11/rxvt-unicode/Makefile
Modified: head/x11/rxvt-unicode/Makefile
==============================================================================
--- head/x11/rxvt-unicode/Makefile Sun Mar 24 15:52:21 2013 (r315131)
+++ head/x11/rxvt-unicode/Makefile Sun Mar 24 15:52:23 2013 (r315132)
@@ -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
More information about the svn-ports-all
mailing list