summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-03-24 18:26:43 +0000
committerjlam <jlam>2000-03-24 18:26:43 +0000
commit1a1c4bc1fdc406b6ebafb4ff3481ae41acd66a22 (patch)
treea46fb99c68bb01d17906096fb7036c21a5d5389d /print/ggv/Makefile
parent2eb567ad5fa6b0e921603692d0a7d8183ed35064 (diff)
downloadpkgsrc-1a1c4bc1fdc406b6ebafb4ff3481ae41acd66a22.tar.gz
Adapt to use ghostscript-x11.
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 85eca1f3c14..2f847908c80 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/03/24 08:29:06 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2000/03/24 18:26:43 jlam Exp $
#
DISTNAME= ggv-0.50
@@ -8,11 +8,15 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
-DEPENDS+= ghostscript-5.50:../../print/ghostscript5
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
+DEPENDS+= ghostscript-x11-5.50:../../print/ghostscript5-x11
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+pre-configure:
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
+
.include "../../mk/bsd.pkg.mk"