diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /mail/pmail | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | freebsd-ports-graphics-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz freebsd-ports-graphics-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.zst freebsd-ports-graphics-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'mail/pmail')
-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 d13506635b6..189168f6d5c 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> |