summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-01 19:23:26 +0000
committerwiz <wiz>2005-06-01 19:23:26 +0000
commita395ef2588abd87f4f69f435d6513c63ce0e6f87 (patch)
tree7cab6cc231affd44dcc0301c6138f9621192452a /print
parentc863c304d89932c6c9c340c8c1b00889d09839e4 (diff)
downloadpkgsrc-a395ef2588abd87f4f69f435d6513c63ce0e6f87.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/Makefile6
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"