diff options
Diffstat (limited to 'misc/gkrellm-moon/Makefile')
-rw-r--r-- | misc/gkrellm-moon/Makefile | 3 |
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" |