diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
commit | 388860d23fd6e669bce6e1b2b1e43360bf4bd551 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /print/lgrind | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index f14da4773b7..94b7ce9c124 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/06 02:15:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/26 19:25:06 garbled Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -10,6 +10,7 @@ MAINTAINER= jwise@netbsd.org DEPENDS= teTeX-0.4p8:../../print/teTeX +USE_X11= yes MIRROR_DISTFILE=no WRKSRC= ${WRKDIR}/lgrind/source NO_CONFIGURE= yes |