From f560aefe963ad5fd3b9af678518492927f687ae6 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 26 Aug 1999 15:05:16 +0000 Subject: If "${XAW_TYPE}" is set to "standard" depend on "Xaw3d-1.5" manually instead aborting the build process. --- print/gv/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/print/gv/Makefile b/print/gv/Makefile index 7400980fe2f..df494eb618a 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/08/26 07:03:45 tron Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/26 15:05:16 tron Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -18,9 +18,7 @@ USE_XAW= yes XAW_TYPE?= 3d .if (${XAW_TYPE} == standard) -.BEGIN: - @${ECHO_MSG} "${PKGNAME} cannot be built with the standard Xaw library." - @${FALSE} +DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d .endif post-extract: -- cgit v1.2.3