diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-22 10:37:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-22 10:37:50 +0000 |
commit | 52d92769bf4492a3ccaab39d2f02e772759dcf6f (patch) | |
tree | 5356d964613efb9dab3cce9f045caea49a162b2f /mail/pygmy | |
parent | 7430638e3069b89a9d18954b584266f8c4bf9018 (diff) | |
download | ports-52d92769bf4492a3ccaab39d2f02e772759dcf6f.tar.gz ports-52d92769bf4492a3ccaab39d2f02e772759dcf6f.zip |
Notes
Diffstat (limited to 'mail/pygmy')
-rw-r--r-- | mail/pygmy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pygmy/Makefile b/mail/pygmy/Makefile index ea86545a0733..04bc955e19c5 100644 --- a/mail/pygmy/Makefile +++ b/mail/pygmy/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.cs.uit.no/~kjetilja/Pygmy/ MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome -RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome +BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome +RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome USE_PYTHON= yes |