[PC-BSD Commits] r15716 - pbi/modules/irc/xchat
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 6 08:13:33 PST 2012
Author: kenmoore
Date: 2012-03-06 16:13:32 +0000 (Tue, 06 Mar 2012)
New Revision: 15716
Modified:
pbi/modules/irc/xchat/pbi.conf
Log:
Also enable the WITH_PYTHON flag and add irc/xchat-fish to xchat
Modified: pbi/modules/irc/xchat/pbi.conf
===================================================================
--- pbi/modules/irc/xchat/pbi.conf 2012-03-06 16:10:10 UTC (rev 15715)
+++ pbi/modules/irc/xchat/pbi.conf 2012-03-06 16:13:32 UTC (rev 15716)
@@ -20,11 +20,11 @@
# The target port we are building
PBI_MAKEPORT="irc/xchat/"
-PBI_MAKEOPTS="WITH_TCL=on"
+PBI_MAKEOPTS="WITH_TCL=yes WITH_PYTHON=yes"
# Ports to build before / after
PBI_MKPORTBEFORE=""
-PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
+PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2 irc/xchat-fish"
PBI_BUILDKEY="01"; export PBI_BUILDKEY
More information about the Commits
mailing list