diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 16:45:58 +0000 |
commit | 30fb06c870312f125ce13d34b81a10f7906677eb (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /misc/gkrellshoot2/Makefile | |
parent | f19c454457053117207f92b46d70774cb96bfdf7 (diff) |
Add explicit dependency on pkgconf (18 ports)
Notes
Notes:
svn path=/head/; revision=326991
Diffstat (limited to 'misc/gkrellshoot2/Makefile')
-rw-r--r-- | misc/gkrellshoot2/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |