summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-06-01 15:02:12 +0000
committerrh <rh>2000-06-01 15:02:12 +0000
commit9e97d3a31b9c05feb6d4fee00d2df501a4c968b4 (patch)
tree4b02e02fd16f8865f0ada0560bae72c6b7cb0269 /print/ggv/Makefile
parent1d0e20f580e275d0f726c71bf15ccf73f225a2cc (diff)
downloadpkgsrc-9e97d3a31b9c05feb6d4fee00d2df501a4c968b4.tar.gz
Update ggv to 0.95. Changes are tons of bugfixes and lots of interface
improvements.
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
index 719a760941e..2b07d58ad9f 100644
--- a/print/ggv/Makefile
+++ b/print/ggv/Makefile
@@ -1,22 +1,18 @@
-# $NetBSD: Makefile,v 1.16 2000/06/01 11:23:40 rh Exp $
+# $NetBSD: Makefile,v 1.17 2000/06/01 15:02:12 rh Exp $
#
-DISTNAME= ggv-0.50
+DISTNAME= ggv-0.95
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ggv/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
-BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
-DEPENDS+= gnome-core-*:../../x11/gnome-core
+DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
GNU_CONFIGURE= YES
-USE_PKGLIBTOOL= YES
+USE_LIBTOOL= YES
USE_X11BASE= YES
-pre-configure:
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
-
.include "../../mk/bsd.pkg.mk"