diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 16:19:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 16:19:03 +0000 |
commit | aec460de3f3d8c347c922b51dc6f900e95f9cc51 (patch) | |
tree | 94227a15635c63a0301a01a0ddd1d80bb8835fe1 /x11/XaoS | |
parent | 46012fcf37a1d21c6b4f7f130eadb51c2395c916 (diff) | |
download | pkgsrc-aec460de3f3d8c347c922b51dc6f900e95f9cc51.tar.gz |
bl3ify
Diffstat (limited to 'x11/XaoS')
-rw-r--r-- | x11/XaoS/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile index 32e1bae4e63..04d314c5c32 100644 --- a/x11/XaoS/Makefile +++ b/x11/XaoS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/08/09 11:34:08 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/03/11 16:19:03 xtraeme Exp $ # DISTNAME= XaoS-3.0 @@ -9,11 +9,11 @@ MAINTAINER= atatat@NetBSD.org HOMEPAGE= http://xaos.theory.org/ COMMENT= Zoomable fractal rendering doodad -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-curses-driver=no INFO_FILES= xaos.info -.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |