summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-11 02:48:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-11 02:48:41 +0800
commit08c72d1b2ce43590d2c2db43e2510bbe4e29819f (patch)
treeff83719e38bbeb089e663db8bd41f4f72f4e9b7f /deskutils
parente4b0b0f4be2fa144ffc885f502d4a3a294131daa (diff)
downloadmarcuscom-ports-08c72d1b2ce43590d2c2db43e2510bbe4e29819f.tar.gz
marcuscom-ports-08c72d1b2ce43590d2c2db43e2510bbe4e29819f.tar.zst
marcuscom-ports-08c72d1b2ce43590d2c2db43e2510bbe4e29819f.zip
Fix Python detection.
Reported by: Pascal G. Hofstee <caelian@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7695 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/alacarte/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile
index ea933db67..32692fbfa 100644
--- a/deskutils/alacarte/Makefile
+++ b/deskutils/alacarte/Makefile
@@ -3,7 +3,7 @@
# Whom: FreeBSD GNOME Team
#
# $FreeBSD$
-# $MCom: ports/deskutils/alacarte/Makefile,v 1.8 2006/09/04 18:47:35 marcus Exp $
+# $MCom: ports/deskutils/alacarte/Makefile,v 1.9 2006/10/03 20:14:43 mezz Exp $
PORTNAME= alacarte
PORTVERSION= 0.10.1
@@ -32,7 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/Alacarte/DialogHandler.py \
${WRKSRC}/Alacarte/util.py
- @${REINPLACE_CMD} -e 's|gmsgfmt|msgfmt|g' \
+ @${REINPLACE_CMD} -e 's|gmsgfmt|msgfmt|g ; \
+ s|python2.4|${PYTHON_VERSION}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>