diff options
author | agc <agc@pkgsrc.org> | 1999-02-04 19:07:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-02-04 19:07:51 +0000 |
commit | a971dd9739ed2853e29321c3c12719d5926f6c0e (patch) | |
tree | 7cf4aecbc8ca90f8ac8a34f2a03d2665b6326a03 /print | |
parent | 13574727388e7a50cfdb8ace5d4e1610cea44314 (diff) | |
download | pkgsrc-a971dd9739ed2853e29321c3c12719d5926f6c0e.tar.gz |
Set USE_X11=yes, as this package needs X11 headers and libs to build
xdvi (from Tim Rightnour).
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index c0b92af03e6..0ffabe10335 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/06/22 13:04:38 agc Exp $ +# $NetBSD: Makefile,v 1.13 1999/02/04 19:07:51 agc Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -18,6 +18,7 @@ DEPENDS+= dialog-0.6z:../../misc/dialog DIST_SUBDIR= teTeX NO_CONFIGURE= yes USE_GMAKE= yes +USE_X11= yes ALL_TARGET= config clean texhash all INSTALL_TARGET= install ini INFO_FILES= latex kpathsea.info dvips.info fontname.info |