[PC-BSD Commits] r19714 - pbi/modules/irc/weechat
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 08:07:55 PDT 2012
Author: kenmoore
Date: 2012-10-17 15:07:55 +0000 (Wed, 17 Oct 2012)
New Revision: 19714
Modified:
pbi/modules/irc/weechat/pbi.conf
Log:
Convert the irc/ modules to optionsNG
Modified: pbi/modules/irc/weechat/pbi.conf
===================================================================
--- pbi/modules/irc/weechat/pbi.conf 2012-10-17 15:06:37 UTC (rev 19713)
+++ pbi/modules/irc/weechat/pbi.conf 2012-10-17 15:07:55 UTC (rev 19714)
@@ -20,12 +20,12 @@
# The target port we are building
PBI_MAKEPORT="irc/weechat"
-PBI_MAKEOPTS="WITH_TCL=yes WITH_ASPELL=yes"
+PBI_MAKEOPTS="weechat_SET= TCL ASPELL"
# Ports to build before / after
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; 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