diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | ff4651fb24b6821b6a53c34080c4cb66b28daf77 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /mail | |
parent | dc71fd31985f44cee21d7cf2e3e1a54ecfb3527a (diff) | |
download | freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.gz freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.zst freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gkrellmmailwatch/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/gkrellmmailwatch/Makefile b/mail/gkrellmmailwatch/Makefile index 3a28645c4498..b0f5d69d87e5 100644 --- a/mail/gkrellmmailwatch/Makefile +++ b/mail/gkrellmmailwatch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-mailwatch -# Date Created: 22.08.2000 -# Whom: Tobias Reifenberger <treif@mayn.de> -# +# Created by: Tobias Reifenberger <treif@mayn.de> # $FreeBSD$ -# PORTNAME= gkrellmmailwatch PORTVERSION= 0.7.2 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrel RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm PLIST_FILES= libexec/gkrellm/plugins/mailwatch.so +USES= pkgconfig USE_GNOME= imlib do-install: |