diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 19:23:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 19:23:26 +0000 |
commit | b1f934a4a52aa557bfc4b0fdcc2da1a80b81a64b (patch) | |
tree | 7cab6cc231affd44dcc0301c6138f9621192452a /print | |
parent | abcd3ddd468a3407d9a6206d1c2bfd821652e916 (diff) | |
download | pkgsrc-b1f934a4a52aa557bfc4b0fdcc2da1a80b81a64b.tar.gz |
This package only supports Xaw3d, so include its bl3 file
instead of using the general Xaw framework.
tron@ says ok.
Diffstat (limited to 'print')
-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 b3574c057de..1fb9650d317 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2005/06/01 18:03:09 jlam Exp $ +# $NetBSD: Makefile,v 1.55 2005/06/01 19:23:26 wiz Exp $ DISTNAME= gv-3.6.1 CATEGORIES= print @@ -15,8 +15,6 @@ USE_MAKEINFO= yes TEXINFO_REQD= 4.2 INFO_FILES= gv.info -XAW_TYPE= 3d - .if !exists(/usr/include/getopt.h) . include "../../pkgtools/libnbcompat/buildlink3.mk" post-extract: @@ -24,6 +22,6 @@ post-extract: .endif -.include "../../mk/xaw.buildlink3.mk" +.include "../../x11/Xaw3d/buildlink3.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |