[PC-BSD Commits] r15715 - pbi/modules/irc/xchat
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 6 08:10:10 PST 2012
Author: kenmoore
Date: 2012-03-06 16:10:10 +0000 (Tue, 06 Mar 2012)
New Revision: 15715
Modified:
pbi/modules/irc/xchat/pbi.conf
Log:
Add the WITH_TCL=on option to xchat and rebuild
Modified: pbi/modules/irc/xchat/pbi.conf
===================================================================
--- pbi/modules/irc/xchat/pbi.conf 2012-03-06 15:53:19 UTC (rev 15714)
+++ pbi/modules/irc/xchat/pbi.conf 2012-03-06 16:10:10 UTC (rev 15715)
@@ -20,9 +20,12 @@
# The target port we are building
PBI_MAKEPORT="irc/xchat/"
+PBI_MAKEOPTS="WITH_TCL=on"
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
-export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
+PBI_BUILDKEY="01"; export PBI_BUILDKEY
+
+export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS
More information about the Commits
mailing list