diff options
author | tron <tron> | 1999-08-26 15:05:16 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-26 15:05:16 +0000 |
commit | 6d2ad64a30066e763c2ff46966927676dfbe1481 (patch) | |
tree | 79af66958e222a7412fdeb0672bd68478bad5ae6 /print | |
parent | 7a5e6439e7596649bf8fda514b2f74a1694cc0ec (diff) | |
download | pkgsrc-6d2ad64a30066e763c2ff46966927676dfbe1481.tar.gz |
If "${XAW_TYPE}" is set to "standard" depend on "Xaw3d-1.5" manually
instead aborting the build process.
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 6 |
1 files 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: |