aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pmail
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-22 18:40:52 +0800
committersobomax <sobomax@FreeBSD.org>2000-09-22 18:40:52 +0800
commit9a83f5000bc97fd4292546b9902f83c9f67ae871 (patch)
tree95bd1db4c4c168c7a2b92267af9489f74e0513b7 /mail/pmail
parent247b1502b3b0646f63fe8014c4f50e4e9f46e84b (diff)
downloadfreebsd-ports-gnome-9a83f5000bc97fd4292546b9902f83c9f67ae871.tar.gz
freebsd-ports-gnome-9a83f5000bc97fd4292546b9902f83c9f67ae871.tar.zst
freebsd-ports-gnome-9a83f5000bc97fd4292546b9902f83c9f67ae871.zip
Pythonize.
Diffstat (limited to 'mail/pmail')
-rw-r--r--mail/pmail/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile
index 7a3e262c9b0a..f12c47d538e6 100644
--- a/mail/pmail/Makefile
+++ b/mail/pmail/Makefile
@@ -12,13 +12,12 @@ MASTER_SITES= http://www.toad.net/~sbender/pmail/
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
- ${LOCALBASE}/lib/python1.5/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade
-RUN_DEPENDS= python:${PORTSDIR}/lang/python \
- ${LOCALBASE}/lib/python1.5/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
+RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome
USE_GMAKE= yes
+USE_PYTHON= yes
GNU_CONFIGURE= yes
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config