diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /mail | |
parent | af5d49a7b64ad9cecbed5d3b574882cc6353b8ba (diff) | |
download | ports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.tar.gz ports-beae873ea667e60f3ca6576139a1b6bd9f9d4e4a.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bbmail/Makefile | 7 | ||||
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index ba80addf4676..0f3d8a810d8e 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbmail -# Date created: May 3 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bbmail PORTVERSION= 0.9.3 @@ -15,6 +11,7 @@ COMMENT= A tool intended for Blackbox that checks for new mail BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:${PORTSDIR}/x11-wm/blackbox +USES= pkgconfig USE_XORG= xext GNU_CONFIGURE= yes diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index 6f9a0d22ede8..70936de3d484 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -1,6 +1,7 @@ # Created by: kwm@rainbow-runner.nl # $FreeBSD$ # $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $ + PORTNAME= contact PORTVERSION= 0.17 PORTREVISION= 8 @@ -12,10 +13,9 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gnome panel applet for easy Evolution contact book access -USES= pathfix gettext +USES= pathfix gettext gmake pkgconfig USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \ libgnomeui -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |