diff options
author | snj <snj@pkgsrc.org> | 2004-04-19 04:53:58 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-19 04:53:58 +0000 |
commit | 9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec (patch) | |
tree | a285b4c763a9339088a7c9998af398a50cec6645 /x11/xpenguins | |
parent | 6f5834161677def30213e3bb6c988e8df8f49a41 (diff) | |
download | pkgsrc-9edc500cf4a7a1a328bf03bf3c3bc8a4808076ec.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11/xpenguins')
-rw-r--r-- | x11/xpenguins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile index 5620c8671e7..4eb27bc6867 100644 --- a/x11/xpenguins/Makefile +++ b/x11/xpenguins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:57:01 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/19 05:08:21 snj Exp $ # DISTNAME= xpenguins-2.1 @@ -9,9 +9,9 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://xpenguins.seul.org/ COMMENT= Little penguins walking along the tops of your windows -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |