diff options
author | tron <tron> | 1999-08-26 07:03:45 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-26 07:03:45 +0000 |
commit | c107eb5a01f7db39d0b6007299abce0d2156a417 (patch) | |
tree | d32953f1f8b1d82a08eecde46a7f4e17f67de597 /print/gv/Makefile | |
parent | df32312117f12307dce2cba77d8592cd0205184a (diff) | |
download | pkgsrc-c107eb5a01f7db39d0b6007299abce0d2156a417.tar.gz |
The "gv" package cannot be built with the standard Xaw library.
Diffstat (limited to 'print/gv/Makefile')
-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/ |