summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 0ed34c380d9..ff52acdee5e 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2002/09/13 06:53:40 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2002/09/13 22:08:25 jlam Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
@@ -11,14 +11,15 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://wwwthep.physik.uni-mainz.de/~plass/gv/
COMMENT= PostScript and PDF previewer
-USE_IMAKE= yes
-XAW_TYPE?= 3d
+USE_BUILDLINK2= # defined
+USE_IMAKE= # defined
+XAW_TYPE?= 3d
.include "../../mk/bsd.prefs.mk"
# We need Xaw3d to build.
-.if (${XAW_TYPE} == standard)
-XAW_TYPE= 3d
+.if ${XAW_TYPE} == "standard"
+XAW_TYPE:= 3d
.endif
post-extract:
@@ -27,6 +28,6 @@ post-extract:
post-install:
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install.doc
-.include "../../mk/xaw.buildlink.mk"
+.include "../../mk/xaw.buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"