diff options
author | jwise <jwise@pkgsrc.org> | 1999-11-19 17:15:12 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-11-19 17:15:12 +0000 |
commit | 6c872d9249465b26509c9064571e80f5379e9caa (patch) | |
tree | 42f975e205dd4f67340cc40d31ded2d3623a2824 /print | |
parent | afc914dfe9cdcef78d17c37a6b47bc92121ec01d (diff) | |
download | pkgsrc-6c872d9249465b26509c9064571e80f5379e9caa.tar.gz |
One character change -- DEPENDS= --> DEPENDS+=
Diffstat (limited to 'print')
-rw-r--r-- | print/lgrind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index bebae5bb1d0..29a70ce19c5 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/09/28 20:40:04 soren Exp $ +# $NetBSD: Makefile,v 1.7 1999/11/19 17:15:12 jwise Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jwise@netbsd.org -DEPENDS= teTeX-1.0.6:../../print/teTeX +DEPENDS+= teTeX-1.0.6:../../print/teTeX USE_X11= yes MIRROR_DISTFILE=no |