diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
commit | 1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /misc | |
parent | b8779b1ae14ef1f0169102dc4f6aad17b691035b (diff) | |
download | freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.gz freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.zst freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.zip |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellm-gamma/Makefile | 7 | ||||
-rw-r--r-- | misc/wmcalendar/Makefile | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/misc/gkrellm-gamma/Makefile b/misc/gkrellm-gamma/Makefile index 4dc7414aa8b2..6930ee6502cd 100644 --- a/misc/gkrellm-gamma/Makefile +++ b/misc/gkrellm-gamma/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-gamma -# Date Created: Jun 26 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# +# Created by: Pav Lucistnik <pav@oook.cz> # $FreeBSD$ -# PORTNAME= gkrellm-gamma PORTVERSION= 2.03 @@ -17,6 +13,7 @@ COMMENT= XFree86 gamma correction plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_XORG= x11 xxf86vm PLIST_FILES= libexec/gkrellm2/plugins/gamma.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 011fa1be6327..3c28ec0c8d65 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmcalendar -# Date created: 24 Apr 2003 -# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> -# +# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> # $FreeBSD$ -# PORTNAME= wmcalendar PORTVERSION= 0.5.2 @@ -18,6 +14,7 @@ LIB_DEPENDS= ical:${PORTSDIR}/devel/libical WRKSRC= ${WRKDIR}/${DISTNAME}/Src +USES= pkgconfig USE_XORG= xpm USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" \ |