diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-15 17:47:15 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-15 17:47:15 +0800 |
commit | d0818ca799b0c5faf2ed63b4544f1cf526fd1eb4 (patch) | |
tree | fa675a54a97f2cad8e34602427a281db554d907c | |
parent | 15f650a5137f11ed178341adafa091821f02c927 (diff) | |
download | freebsd-ports-gnome-d0818ca799b0c5faf2ed63b4544f1cf526fd1eb4.tar.gz freebsd-ports-gnome-d0818ca799b0c5faf2ed63b4544f1cf526fd1eb4.tar.zst freebsd-ports-gnome-d0818ca799b0c5faf2ed63b4544f1cf526fd1eb4.zip |
Add py-gnome into RUN_DEPENDS.
-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 |