diff options
Diffstat (limited to 'x11/xpenguins/Makefile')
-rw-r--r-- | x11/xpenguins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile index 9f346ce2160..e365b8d51b4 100644 --- a/x11/xpenguins/Makefile +++ b/x11/xpenguins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/10/23 13:15:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2001/10/24 22:11:16 jlam Exp $ # DISTNAME= xpenguins-2.1 @@ -12,6 +12,6 @@ COMMENT= Little penguins walking along the tops of your windows USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES -.include "../../mk/x11.buildlink.mk" .include "../../graphics/xpm/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |