From 4b9a25d29f30b9e605816a416a1367092db28003 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 29 Sep 2002 01:32:05 +0000 Subject: buildlink1 -> buildlink2 --- biology/rasmol/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'biology') diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index ec21fc0a21f..8e08674eda2 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/06/07 11:34:40 cjep Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/29 01:32:05 jlam Exp $ DISTNAME= RasMol_2.7.1 PKGNAME= rasmol-2.7.1 @@ -10,17 +10,17 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.bernstein-plus-sons.com/software/rasmol/ COMMENT= Molecular Graphics Visualisation Tool +USE_BUILDLINK2= YES USE_IMAKE= YES MAKE_ENV+= DEPTHDEF="${DEPTHDEF}" +.include "../../mk/bsd.prefs.mk" + .if (${MACHINE_ARCH} == arm32) -. include "../../lang/gcc/Makefile.gcc" -MAKE_FLAGS+= CC=${CC} +. include "../../lang/gcc/buildlink2.mk" .endif -.include "../../mk/bsd.prefs.mk" - .if defined(RASMOL_DEPTH) .if ${RASMOL_DEPTH} == 32 DEPTHDEF= -DTHIRTYTWOBIT -- cgit v1.2.3