diff options
Diffstat (limited to 'x11/speyes')
-rw-r--r-- | x11/speyes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/speyes/Makefile b/x11/speyes/Makefile index 5bf537d327d..efad20f49eb 100644 --- a/x11/speyes/Makefile +++ b/x11/speyes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/11/08 05:38:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/13 21:31:36 snj Exp $ DISTNAME= speyes-1.2.0 CATEGORIES= x11 @@ -8,9 +8,8 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.okb-1.org/speyes/speyes.html COMMENT= South Park XEyes clone -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES -USE_X11BASE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |