pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/gv This package only supports Xaw3d, so include ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8170ed733f4
branches:  trunk
changeset: 495026:d8170ed733f4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 19:23:26 2005 +0000

description:
This package only supports Xaw3d, so include its bl3 file
instead of using the general Xaw framework.

tron@ says ok.

diffstat:

 print/gv/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r a053e90735a5 -r d8170ed733f4 print/gv/Makefile
--- a/print/gv/Makefile Wed Jun 01 19:21:57 2005 +0000
+++ b/print/gv/Makefile Wed Jun 01 19:23:26 2005 +0000
@@ -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 @@
 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 @@
 
 .endif
 
-.include "../../mk/xaw.buildlink3.mk"
+.include "../../x11/Xaw3d/buildlink3.mk"
 .include "../../mk/ghostscript.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index