summaryrefslogtreecommitdiff
path: root/mail/pmail/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-22 10:40:52 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-22 10:40:52 +0000
commit9f6c652cf542472fd35d3da7d4459d8e02f339ac (patch)
tree63a8762b7cf92aa7d197ff64174de52c6305487c /mail/pmail/Makefile
parentUse PYTHON_LIBDIR. (diff)
Pythonize.
Notes
Notes: svn path=/head/; revision=32993
Diffstat (limited to 'mail/pmail/Makefile')
-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