From 67f0c1ae295da5f9c6346b1ceb657dd2f1faf070 Mon Sep 17 00:00:00 2001 From: antoine Date: Tue, 10 Sep 2013 21:31:33 +0000 Subject: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) --- misc/gkrellm-helium/Makefile | 7 ++----- misc/gkrellm-xkb/Makefile | 7 ++----- misc/gkrellmbgchg2/Makefile | 1 + misc/gkrellmlaunch2/Makefile | 1 + misc/gkrellshoot2/Makefile | 1 + misc/gkrellweather2/Makefile | 8 ++------ 6 files changed, 9 insertions(+), 16 deletions(-) (limited to 'misc') diff --git a/misc/gkrellm-helium/Makefile b/misc/gkrellm-helium/Makefile index 9130b361d31c..27f063b608bb 100644 --- a/misc/gkrellm-helium/Makefile +++ b/misc/gkrellm-helium/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-helium -# Date Created: 19 Apr 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= gkrellm-helium PORTVERSION= 2.3.1 @@ -19,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/helium.so CFLAGS+= -fPIC -I${LOCALBASE}/include diff --git a/misc/gkrellm-xkb/Makefile b/misc/gkrellm-xkb/Makefile index 92f20c42e611..831104827712 100644 --- a/misc/gkrellm-xkb/Makefile +++ b/misc/gkrellm-xkb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellm-xkb -# Date Created: Jun 24 2003 -# Whom: Pav Lucistnik -# +# Created by: Pav Lucistnik # $FreeBSD$ -# PORTNAME= gkrellm-xkb PORTVERSION= 1.05 @@ -17,6 +13,7 @@ COMMENT= X keyboard layout plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/xkb.so MAKE_ENV= PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins ALL_TARGET= xkb.so diff --git a/misc/gkrellmbgchg2/Makefile b/misc/gkrellmbgchg2/Makefile index db41a3e3a79b..68bb3a46e03d 100644 --- a/misc/gkrellmbgchg2/Makefile +++ b/misc/gkrellmbgchg2/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so diff --git a/misc/gkrellmlaunch2/Makefile b/misc/gkrellmlaunch2/Makefile index 80fccc82036e..874e1a91a18b 100644 --- a/misc/gkrellmlaunch2/Makefile +++ b/misc/gkrellmlaunch2/Makefile @@ -14,6 +14,7 @@ COMMENT= Application launcher plugin for GKrellM2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so ALL_TARGET= ${PORTNAME}.so diff --git a/misc/gkrellshoot2/Makefile b/misc/gkrellshoot2/Makefile index 6ab4cc7b3c0c..5111de430622 100644 --- a/misc/gkrellshoot2/Makefile +++ b/misc/gkrellshoot2/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkre RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick +USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile index 68c57aea6170..14c579d2535e 100644 --- a/misc/gkrellweather2/Makefile +++ b/misc/gkrellweather2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gkrellweather2 -# Date Created: 24 Nov 2002 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= gkrellweather PORTVERSION= 2.0.7 @@ -18,7 +14,7 @@ COMMENT= GKrellWeather is a weather plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USE_GMAKE= yes +USES= gmake pkgconfig ALL_TARGET= gkrellweather.so MAKE_ENV= enable_nls=1 PTHREAD_LIBS=${PTHREAD_LIBS} -- cgit