diff options
author | rh <rh@pkgsrc.org> | 2002-04-27 10:27:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-27 10:27:01 +0000 |
commit | 3d53152529f7284c82d150a06bf866007161c425 (patch) | |
tree | 391aa344d76d91273b2d3e66d5d03a99e7eef5c9 /editors/TeXmacs | |
parent | 4ad5e4932a3c1ee67f44ce7dff46e77f51a5a9c4 (diff) | |
download | pkgsrc-3d53152529f7284c82d150a06bf866007161c425.tar.gz |
Change dependency on autoconf to BUILD_DEPENDS
Diffstat (limited to 'editors/TeXmacs')
-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 |