diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-13 06:53:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-13 06:53:31 +0000 |
commit | 1293a34c3ecc1180b38cf0663789b8d08112bef8 (patch) | |
tree | d2e1cce582bf34cf1bb4f37c4673fcd268b32828 /print/ggv | |
parent | 477c5648f179561a49b3c4d332b367e16a2fb0f1 (diff) | |
download | pkgsrc-1293a34c3ecc1180b38cf0663789b8d08112bef8.tar.gz |
Use ghostscript.mk.
Diffstat (limited to 'print/ggv')
-rw-r--r-- | print/ggv/Makefile | 5 |
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" |