summaryrefslogtreecommitdiff
path: root/mail/pmail/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2001-05-04 21:41:30 +0000
committerAde Lovett <ade@FreeBSD.org>2001-05-04 21:41:30 +0000
commitbc47cccc84a1837da1919cf6c75785c9646d1761 (patch)
treef7a9d348554d6994c70ad84089b6b749b7ac60fd /mail/pmail/Makefile
parentUpgrade to INN 2.3.2. (diff)
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Notes
Notes: svn path=/head/; revision=42259
Diffstat (limited to 'mail/pmail/Makefile')
-rw-r--r--mail/pmail/Makefile5
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>