Date: Sun, 24 Mar 2013 15:52:24 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315132 - head/x11/rxvt-unicode Message-ID: <201303241552.r2OFqO1k027787@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303241552.r2OFqO1k027787>