pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/auctex



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue May 12 11:11:11 UTC 2020

Modified Files:
        pkgsrc/print/auctex: Makefile

Log Message:
auctex: needs BUILD_DEPENDS on tex-texlive-scripts-extra for kpsepath


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/print/auctex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/auctex/Makefile
diff -u pkgsrc/print/auctex/Makefile:1.52 pkgsrc/print/auctex/Makefile:1.53
--- pkgsrc/print/auctex/Makefile:1.52   Tue Mar 10 22:10:50 2020
+++ pkgsrc/print/auctex/Makefile        Tue May 12 11:11:11 2020
@@ -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"



Home | Main Index | Thread Index | Old Index