diff options
author | rh <rh> | 2002-04-27 10:27:01 +0000 |
---|---|---|
committer | rh <rh> | 2002-04-27 10:27:01 +0000 |
commit | 2244f01a76afc42db4364b253501282e0c3ff490 (patch) | |
tree | 391aa344d76d91273b2d3e66d5d03a99e7eef5c9 /editors/TeXmacs/Makefile | |
parent | 07e520761b04e88a306137bf66f8973fc38f1477 (diff) | |
download | pkgsrc-2244f01a76afc42db4364b253501282e0c3ff490.tar.gz |
Change dependency on autoconf to BUILD_DEPENDS
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index cb9802c46ad..81aaf3e1d23 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/27 09:53:43 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/27 10:27:01 rh Exp $ DISTNAME= TeXmacs-1.0.0.2-src PKGNAME= ${DISTNAME:S/-src//} @@ -9,9 +9,9 @@ MAINTAINER= jmmv@hispabsd.org HOMEPAGE= http://www.texmacs.org COMMENT= GNU TeXmacs (free scientific text editor) -DEPENDS+= autoconf>=2.13:../../devel/autoconf DEPENDS+= teTeX>=1.0:../../print/teTeX DEPENDS+= guile>=1.4:../../lang/guile +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf ALL_TARGET= TEXMACS |