aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat-gnome
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>2002-07-01 06:28:11 +0800
committerjim <jim@FreeBSD.org>2002-07-01 06:28:11 +0800
commitf0b2b28bab1ad3810f97989f61453a628e53000b (patch)
treef2295e2d86ccbfb32375c0923c2640a4428cb2f7 /irc/xchat-gnome
parentd25a3dc27b7efc10ba3a33e955103dd243d3ebb6 (diff)
downloadfreebsd-ports-gnome-f0b2b28bab1ad3810f97989f61453a628e53000b.tar.gz
freebsd-ports-gnome-f0b2b28bab1ad3810f97989f61453a628e53000b.tar.zst
freebsd-ports-gnome-f0b2b28bab1ad3810f97989f61453a628e53000b.zip
Add a WITH_PYTHON knob.
PR: 39063 Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r--irc/xchat-gnome/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index aa2ce4497f7e..db2aa6c788cc 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -29,8 +29,7 @@ GNU_CONFIGURE= yes
# Assign with `+=' for slave ports
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -liconv"
-CONFIGURE_ARGS+= --disable-python \
- --without-included-gettext \
+CONFIGURE_ARGS+= --without-included-gettext \
--enable-nls \
--enable-ipv6 \
--datadir="${PREFIX}/share" \
@@ -64,6 +63,13 @@ MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \
CONFIGURE_ARGS+= --disable-gnome --disable-zvt
.endif
+.if defined(WITH_PYTHON)
+USE_PYTHON= yes
+CONFIGURE_ARGS+= --enable-python
+.else
+CONFIGURE_ARGS+= --disable-python
+.endif
+
post-patch:
@${PERL} -pi \
-e 's|-lpthread|${PTHREAD_LIBS}|g;' \
class='deletions'>-4/+3 * - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.nemoliu2010-08-091-1/+1 * o Update to 2.16.4lioux2010-08-033-64/+15 * - update to 1.4.1dinoex2010-03-281-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * 1. remove /var/run/mrtg via pkg-deinstall instead of via plistpgollucci2010-02-126-34/+58 * - update to jpeg-8dinoex2010-02-051-1/+1 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-241-3/+2 * - Fix build with SNMP option.wxs2010-01-102-59/+59 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Forced commit to fix maintainer address.lippe2008-06-061-1/+1 * - Update to 2.16.2. [1]lippe2008-06-063-12/+11 * - Unbreak startup script.lippe2008-05-301-2/+3 * Drop maintainership.demon2008-05-261-1/+1 * [UPDATE] net-mgmt/mrtg to 2.16.0edwin2008-05-247-160/+160 * Update to 2.15.2.demon2007-05-304-11/+10 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to 2.15.1.demon2007-02-053-6/+6 * Update to 2.15.0.demon2006-12-313-9/+7 * Update to 2.14.7;demon2006-11-012-5/+4 * Update to 2.14.5.demon2006-08-184-14/+11 * fix file to patcholiver2006-04-261-2/+2 * The start script assumes that group name == user name. This goes wrongoliver2006-04-242-1/+24 * Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0 * Remove mrtg lock and pid files before starting daemon.demon2006-02-161-0/+7 * Update to 2.13.2.demon2006-02-083-23/+6 * Add bsnmpd and snmpd to REQUIRE section so mrtg daemon starts afterdemon2006-02-081-1/+1 * Install rcNG script to run mrtg in daemon mode.demon2006-02-064-0/+91 * SHA256ifyedwin2006-02-011-0/+1 * Utilize DOCSDIR and DATADIR macros.demon2005-09-061-74/+74 * Utilize OPTIONS.demon2005-09-061-1/+3 * Allow one to avoid p5-IO-INET6 dependency via WITHOUT_IPV6.demon2005-09-051-4/+9 * Upgrade to version 2.12.2.demon2005-06-202-4/+3 * * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-1/+2 * Update to version 2.12.1.demon2005-05-173-21/+3 * Fix a problem when all graphs are being drawn as if "Unscaled" was set.demon2005-05-171-0/+18 * Upgrade to version 2.12.0.demon2005-05-164-126/+8 * Update to version 2.11.1.demon2005-02-112-3/+3