diff options
Diffstat (limited to 'mail/pmail/Makefile')
-rw-r--r-- | mail/pmail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/pmail/Makefile b/mail/pmail/Makefile index d13506635b68..189168f6d5cc 100644 --- a/mail/pmail/Makefile +++ b/mail/pmail/Makefile @@ -7,21 +7,18 @@ PORTNAME= pmail PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= mail python gnome MASTER_SITES= http://www.toad.net/~sbender/pmail/ MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome USE_X_PREFIX= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |