summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 12:42:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 12:42:43 +0000
commit410bc0acc6c0c515e4557c1289b6b82366f2f127 (patch)
treed9644b40a308ce761591b35952b71e710e4780d7 /net
parentRemove these ports temporarily pending release. (I don't want to tag (diff)
Adjust python variables to be consistent with the dependencies.
PR: 22833 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=35138
Diffstat (limited to 'net')
-rw-r--r--net/fugu/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net/fugu/Makefile b/net/fugu/Makefile
index e1d19b2a1555..9880d9db17b2 100644
--- a/net/fugu/Makefile
+++ b/net/fugu/Makefile
@@ -12,13 +12,11 @@ MASTER_SITES= http://fugu.gale.org/dist/
MAINTAINER= peterh@sapros.com
-BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS+= ${LOCALBASE}/lib/python1.5/site-packages/Pmw:${PORTSDIR}/x11-toolkits/pmw
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/pmw
-PYTHON_VERSION= python1.5
-PYTHON_NO_DEPENDS= yes
-USE_XLIB= yes
-GNU_CONFIGURE= yes
+USE_PYTHON= yes
+USE_XLIB= yes
+GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib