diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-15 09:47:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-15 09:47:15 +0000 |
commit | bd9d1979dda9036d0ce5451e12ac694a83fc8880 (patch) | |
tree | f7275d557b3fee3eebdf9c4a88cefa314b7a880e /mail/pmail | |
parent | 3fb81dd21ceac698e8b60a3bc7463ab67ce3bda3 (diff) | |
download | ports-bd9d1979dda9036d0ce5451e12ac694a83fc8880.tar.gz ports-bd9d1979dda9036d0ce5451e12ac694a83fc8880.zip |
Notes
Diffstat (limited to 'mail/pmail')
-rw-r--r-- | mail/pmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile index f3378fac3974..7a3e262c9b0a 100644 --- a/mail/pmail/Makefile +++ b/mail/pmail/Makefile @@ -15,7 +15,8 @@ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ ${LOCALBASE}/lib/python1.5/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= python:${PORTSDIR}/lang/python +RUN_DEPENDS= python:${PORTSDIR}/lang/python \ + ${LOCALBASE}/lib/python1.5/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome USE_GMAKE= yes GNU_CONFIGURE= yes |