diff options
author | tron <tron@pkgsrc.org> | 1999-08-26 07:03:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-26 07:03:45 +0000 |
commit | d050f963c2d45faea18d2c0649fb67ff5cd831a7 (patch) | |
tree | d32953f1f8b1d82a08eecde46a7f4e17f67de597 /print | |
parent | 52a9862b4d3044aa88fa843ef61dd3f034b30f23 (diff) | |
download | pkgsrc-d050f963c2d45faea18d2c0649fb67ff5cd831a7.tar.gz |
The "gv" package cannot be built with the standard Xaw library.
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 6f12cc423ec..7400980fe2f 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/08/25 13:37:36 agc Exp $ +# $NetBSD: Makefile,v 1.19 1999/08/26 07:03:45 tron Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -17,6 +17,11 @@ USE_XAW= yes .include "../../mk/bsd.prefs.mk" XAW_TYPE?= 3d +.if (${XAW_TYPE} == standard) +.BEGIN: + @${ECHO_MSG} "${PKGNAME} cannot be built with the standard Xaw library." + @${FALSE} +.endif post-extract: ${MV} ${WRKSRC}/doc/gv.man ${WRKSRC}/source/ |