summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-10 21:31:33 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-10 21:31:33 +0000
commitf25ddab47a4a0d4007e071adf6675161a80ba08e (patch)
tree64d1dd939e0e8960c2c5620ed1e135ca08c1fd33 /mail
parentDo not crash on a non-numeric argument to the 'album' or 'artist' command. (diff)
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326934
Diffstat (limited to 'mail')
-rw-r--r--mail/gkrellmmailwatch2/Makefile2
-rw-r--r--mail/gmail-notify/Makefile8
2 files changed, 3 insertions, 7 deletions
diff --git a/mail/gkrellmmailwatch2/Makefile b/mail/gkrellmmailwatch2/Makefile
index 7adb2d54ef10..cfd2ebc2064a 100644
--- a/mail/gkrellmmailwatch2/Makefile
+++ b/mail/gkrellmmailwatch2/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
WRKSRC= ${WRKDIR}/gkrellm-mailwatch
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_LDCONFIG= yes
MAKE_ENV+= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins
diff --git a/mail/gmail-notify/Makefile b/mail/gmail-notify/Makefile
index 90d577063db4..793f340c0bf3 100644
--- a/mail/gmail-notify/Makefile
+++ b/mail/gmail-notify/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gmail-notify
-# Date created: 07 June 2005
-# Whom: David
-#
+# Created by: David
# $FreeBSD$
-#
PORTNAME= gmail-notify
PORTVERSION= 1.6.1.1
@@ -18,7 +14,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-toolkits/py-gnome-extras:extract
USE_GNOME= pygtk2
USE_PYTHON= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
.include <bsd.port.pre.mk>