diff options
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r-- | print/ggv/Makefile | 12 |
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" |