diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 20:42:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 20:42:43 +0800 |
commit | 9714cfebb32e04b4a30c88d951836a6ffa565ef5 (patch) | |
tree | d2fb7d536011bb7a075ae3adbf0553083328d6db /net/fugu | |
parent | b9e08c7a732ac4a113ba86d96f426304c931cc4e (diff) | |
download | freebsd-ports-gnome-9714cfebb32e04b4a30c88d951836a6ffa565ef5.tar.gz freebsd-ports-gnome-9714cfebb32e04b4a30c88d951836a6ffa565ef5.tar.zst freebsd-ports-gnome-9714cfebb32e04b4a30c88d951836a6ffa565ef5.zip |
Adjust python variables to be consistent with the dependencies.
PR: 22833
Submitted by: maintainer
Diffstat (limited to 'net/fugu')
-rw-r--r-- | net/fugu/Makefile | 10 |
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 |