diff options
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 |