summaryrefslogtreecommitdiff
path: root/print/ggv
diff options
context:
space:
mode:
Diffstat (limited to 'print/ggv')
-rw-r--r--print/ggv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 120bad203b5..07cc68b038a 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2002/09/10 16:06:48 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2002/09/13 06:53:37 jlam Exp $
#
DISTNAME= ggv-1.0.2
@@ -10,8 +10,6 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME frontend for GhostScript
-DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
-
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
@@ -20,4 +18,5 @@ BUILD_USES_MSGFMT= YES
CONFIGURE_ARGS+= --localstatedir=${X11PREFIX}/var/lib
.include "../../x11/gnome-core/buildlink.mk"
+.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"