diff options
Diffstat (limited to 'x11/XaoS/Makefile')
-rw-r--r-- | x11/XaoS/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile index c66d48f9f78..88882942c22 100644 --- a/x11/XaoS/Makefile +++ b/x11/XaoS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/05/12 10:16:51 abs Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/25 21:52:26 jlam Exp $ # DISTNAME= XaoS-3.0 @@ -9,10 +9,10 @@ MAINTAINER= atatat@netbsd.org HOMEPAGE= http://xaos.theory.org/ COMMENT= Zoomable fractal rendering doodad -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-curses-driver=no -.include "../../graphics/png/buildlink.mk" -.include "../../mk/x11.buildlink.mk" +.include "../../graphics/png/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |