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