diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /misc | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellshoot2/Makefile | 1 | ||||
-rw-r--r-- | misc/xosd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/gkrellshoot2/Makefile b/misc/gkrellshoot2/Makefile index 5111de430622..ae1b3aa2c590 100644 --- a/misc/gkrellshoot2/Makefile +++ b/misc/gkrellshoot2/Makefile @@ -11,6 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= Screen locking and screen capture plugin for GKrellM 2 +USES= pkgconfig BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 8acb115aa13a..c66bf7b2b48a 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -12,9 +12,9 @@ COMMENT= X11 on-screen-display program and library LICENSE= GPLv2 +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_CSTD= gnu89 -USE_GMAKE= yes USE_XORG= x11 xext xt sm ice USE_LDCONFIG= yes CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \ |