diff options
author | tron <tron@pkgsrc.org> | 1999-08-26 15:05:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-26 15:05:16 +0000 |
commit | f560aefe963ad5fd3b9af678518492927f687ae6 (patch) | |
tree | 79af66958e222a7412fdeb0672bd68478bad5ae6 /print/gv | |
parent | b27e36f8428dfc8daca9cd0a480e6c04cdb47975 (diff) | |
download | pkgsrc-f560aefe963ad5fd3b9af678518492927f687ae6.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: |