diff options
author | rh <rh@pkgsrc.org> | 1999-08-29 22:07:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-29 22:07:19 +0000 |
commit | d448fad011a70e7ace701e82aa698c5ae49ef927 (patch) | |
tree | 7bba195575a0a2809c810ae305416a0999837857 /print | |
parent | bb07397ce7ad32f2e93492f108eb1405a7cd3118 (diff) | |
download | pkgsrc-d448fad011a70e7ace701e82aa698c5ae49ef927.tar.gz |
Remove useless dependency on pth as pointed out by Christoph Badura.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 635d7ef06f1..dca94d58870 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/08/29 12:48:59 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/29 22:07:19 rh Exp $ # DISTNAME= ggv-0.50 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= ghostscript-5.50:../../print/ghostscript5 DEPENDS+= gnome-core-1.0.9:../../x11/gnome-core -DEPENDS+= pth-1.1.3:../../devel/pth GNU_CONFIGURE= YES USE_LIBTOOL= YES |