diff options
author | jmz <jmz@FreeBSD.org> | 2002-02-23 07:34:13 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-02-23 07:34:13 +0800 |
commit | 47f34e3a2e83dce4c36b4f2f0da76940a07527ee (patch) | |
tree | 3362a19128d1b3552638d83c3bb1833f9a232817 /print | |
parent | 2cd0572b452bb4456a57b3c389ff6ba2c36c58ec (diff) | |
download | freebsd-ports-gnome-47f34e3a2e83dce4c36b4f2f0da76940a07527ee.tar.gz freebsd-ports-gnome-47f34e3a2e83dce4c36b4f2f0da76940a07527ee.tar.zst freebsd-ports-gnome-47f34e3a2e83dce4c36b4f2f0da76940a07527ee.zip |
Change the dependency from tex to tetex, as the tetex users are probably
the majority.
Alan Eldridge will be the new maintainer.
PR: ports/34868
Submitted by: Alan Eldridge <ports@geeksrus.net>
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index ea2dbc56331c..05c1f659b572 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -7,16 +7,17 @@ PORTNAME= texinfo PORTVERSION= 2.218 +PORTREVISION= 1 CATEGORIES= print #other equivalent sites: ftp.shsu.edu ftp.dante.de MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \ ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/ DISTFILES= texinfo.tex lcircle10.tfm -MAINTAINER= jmz@FreeBSD.org +MAINTAINER= ports@geeksrus.net -BUILD_DEPENDS= tex:${PORTSDIR}/print/tex -RUN_DEPENDS= tex:${PORTSDIR}/print/tex +BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX EXTRACT_ONLY= NO_WRKSUBDIR= yes |