diff options
author | wiz <wiz> | 2002-10-02 22:47:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-02 22:47:35 +0000 |
commit | 6ddf938b3169bfb03a0f9f6b3c3659dcfacd0d3b (patch) | |
tree | c869434eae404dbe0d7eb671f6e74ee3e351428e /editors/TeXmacs/Makefile | |
parent | 18a504abcb023b6785c679d8236648389cbbdb39 (diff) | |
download | pkgsrc-6ddf938b3169bfb03a0f9f6b3c3659dcfacd0d3b.tar.gz |
Add configure patch to remove autoconf dependency.
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 3a5ef025cf6..d55818f5cbc 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/09/06 11:59:38 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/02 22:47:35 wiz Exp $ DISTNAME= TeXmacs-1.0.0.15-src PKGNAME= ${DISTNAME:S/-src//} @@ -10,7 +10,6 @@ HOMEPAGE= http://www.texmacs.org COMMENT= GNU TeXmacs (free scientific text editor) DEPENDS+= teTeX>=1.0:../../print/teTeX -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf ALL_TARGET= TEXMACS @@ -23,7 +22,6 @@ MANCOMPRESSED= yes LDFLAGS+= -Wl,-R${LOCALBASE}/libexec/${PKGNAME}/lib pre-configure: - ( cd ${WRKSRC} && autoconf ) ${RM} ${WRKSRC}/misc/scripts/tm_axiom .include "../../lang/guile/buildlink2.mk" |