diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 12:42:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 12:42:43 +0000 |
commit | 410bc0acc6c0c515e4557c1289b6b82366f2f127 (patch) | |
tree | d9644b40a308ce761591b35952b71e710e4780d7 /net-im/fugu | |
parent | 2b18a7c9256e6b2fad5d95b948cd4f3dd1c8d20c (diff) | |
download | ports-410bc0acc6c0c515e4557c1289b6b82366f2f127.tar.gz ports-410bc0acc6c0c515e4557c1289b6b82366f2f127.zip |
Notes
Diffstat (limited to 'net-im/fugu')
-rw-r--r-- | net-im/fugu/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile index e1d19b2a1555..9880d9db17b2 100644 --- a/net-im/fugu/Makefile +++ b/net-im/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 |