diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-27 19:14:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-27 19:14:46 +0000 |
commit | c4de6a8b37cd226f0b3ebe40551e8ea7040fda7b (patch) | |
tree | 698e9df7c066395f99360467d104b428b6c199fe /graphics/plasma | |
parent | 7353e70195d722e6a506f8a722adedd9b315e533 (diff) | |
download | pkgsrc-c4de6a8b37cd226f0b3ebe40551e8ea7040fda7b.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'graphics/plasma')
-rw-r--r-- | graphics/plasma/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/plasma/Makefile b/graphics/plasma/Makefile index a2e52ba7bca..b74027336a4 100644 --- a/graphics/plasma/Makefile +++ b/graphics/plasma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/11 08:25:10 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/27 19:17:57 jlam Exp $ # DISTNAME= plasma-1.0 @@ -9,8 +9,8 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.libsdl.org/projects/plasma/ COMMENT= warping plasma demo -USE_BUILDLINK_ONLY= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES -.include "../../devel/SDL/buildlink.mk" +.include "../../devel/SDL/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |