summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-05-12 11:11:11 +0000
committermarkd <markd@pkgsrc.org>2020-05-12 11:11:11 +0000
commit79fc730552963f1f61de1eb76cfbf1fef9284c07 (patch)
tree7066a243548b2bf2b84475afa939f3c80eaefc5d
parent048144ef472307446f1bf44ad58e534ca9889e69 (diff)
downloadpkgsrc-79fc730552963f1f61de1eb76cfbf1fef9284c07.tar.gz
auctex: needs BUILD_DEPENDS on tex-texlive-scripts-extra for kpsepath
-rw-r--r--print/auctex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 4e43f17de88..f4c53e588df 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2020/03/10 22:10:50 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/12 11:11:11 markd Exp $
DISTNAME= auctex-11.92
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME}
PKGREVISION= 5
-#PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=auctex/}
@@ -15,6 +14,7 @@ LICENSE= gnu-gpl-v3
# Emacsen pre-22 lack graphics support
EMACS_VERSIONS_ACCEPTED= ${_EMACS_VERSIONS_ALL:Nemacs2[01]*}
+BUILD_DEPENDS+= tex-texlive-scripts-extra-[0-9]*:../../print/tex-texlive-scripts-extra
DEPENDS+= texlive-collection-latex>=2014:../../meta-pkgs/texlive-collection-latex
.include "../../mk/bsd.prefs.mk"