summaryrefslogtreecommitdiff
path: root/misc/gkrellm-leds
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-07 03:46:30 +0000
committerminskim <minskim>2004-03-07 03:46:30 +0000
commit6565d5d73763e071fd396a15458f5630d81cfa34 (patch)
tree3426bc4d2dace7888acf01999755a878e45883b9 /misc/gkrellm-leds
parente5e0072eb2cb977ee986ae4a2ee0c5fb0345cf00 (diff)
downloadpkgsrc-6565d5d73763e071fd396a15458f5630d81cfa34.tar.gz
Add explicit dependency on pkgconfig.
Diffstat (limited to 'misc/gkrellm-leds')
-rw-r--r--misc/gkrellm-leds/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gkrellm-leds/Makefile b/misc/gkrellm-leds/Makefile
index d641efb8014..85af3abce4b 100644
--- a/misc/gkrellm-leds/Makefile
+++ b/misc/gkrellm-leds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:52:33 cube Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/07 03:46:30 minskim Exp $
#
DISTNAME= gkleds-0.8.1
@@ -17,5 +17,6 @@ ALL_TARGET= unix
do-install:
${INSTALL_DATA} ${WRKSRC}/gkleds.so ${PREFIX}/lib/gkrellm2/plugins
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"