diff options
author | jlam <jlam> | 2001-08-23 16:59:09 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-23 16:59:09 +0000 |
commit | 346c80084630245390e4818aa9861659aca9c7ff (patch) | |
tree | fb479a1c5c717f99be93bb00c893c29592cf403c /print | |
parent | 7858716f01c8912ceedc24ee3492ccb2ef3203c1 (diff) | |
download | pkgsrc-346c80084630245390e4818aa9861659aca9c7ff.tar.gz |
Add default XAW_TYPE?=3d to indicate that this package wants at least
Xaw3d (Xaw-Xpm also works).
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 3936936f16c..e6642891d4b 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/08/23 04:26:54 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2001/08/23 16:59:09 jlam Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -13,6 +13,7 @@ COMMENT= PostScript and PDF previewer DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript USE_IMAKE= yes +XAW_TYPE?= 3d .include "../../mk/bsd.prefs.mk" |