diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-20 16:32:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-20 16:32:07 +0000 |
commit | 783e3804bc370bd0d3a70d9db1d9f142a13ef0d8 (patch) | |
tree | e04232a8cf88aecd5ea56e26e8d7a97d22f53fd3 /print/gnome-print | |
parent | 4057b0589088f77997ad7f3631e2c1b6f42df6eb (diff) | |
download | pkgsrc-783e3804bc370bd0d3a70d9db1d9f142a13ef0d8.tar.gz |
Backout changes to use gstty and depend on ghostscript*-5.50nb2.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 2c08931a3c2..e3578bdd641 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/04/16 17:36:45 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2000/04/20 16:32:07 jlam Exp $ # DISTNAME= gnome-print-0.18 @@ -10,13 +10,13 @@ HOMEPAGE= http://www.levien.com/gnome/print-arch.html DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs DEPENDS+= libxml>=1.8.5:../../textproc/libxml -DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 +DEPENDS+= ghostscript*-5.50nb2:../../print/ghostscript5 USE_LIBTOOL= # defined USE_X11BASE= # defined GNU_CONFIGURE= # defined -CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gstty +CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gs CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include |