summaryrefslogtreecommitdiff
path: root/misc/gkrellm-moon
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-moon
parente5e0072eb2cb977ee986ae4a2ee0c5fb0345cf00 (diff)
downloadpkgsrc-6565d5d73763e071fd396a15458f5630d81cfa34.tar.gz
Add explicit dependency on pkgconfig.
Diffstat (limited to 'misc/gkrellm-moon')
-rw-r--r--misc/gkrellm-moon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gkrellm-moon/Makefile b/misc/gkrellm-moon/Makefile
index 14e35a4ff5e..9496015b840 100644
--- a/misc/gkrellm-moon/Makefile
+++ b/misc/gkrellm-moon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/24 23:12:37 cube Exp $
+# $NetBSD: Makefile,v 1.10 2004/03/07 03:46:31 minskim Exp $
#
DISTNAME= gkrellmoon-0.6
@@ -13,5 +13,6 @@ COMMENT= GKrellM2 moonclock plugin
USE_BUILDLINK3= yes
ALL_TARGET= gkrellmoon.so
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../sysutils/gkrellm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"