diff options
author | jmz <jmz@FreeBSD.org> | 2002-02-24 08:39:16 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2002-02-24 08:39:16 +0800 |
commit | b8a25d72c9d3305e02f4e0fce4dd35b9e87a2902 (patch) | |
tree | 3a6656cc95a436660e361c26d61a3d86f9e5e7b6 /print | |
parent | 98dc7dda747f9fa2f6eebb1f31a3ad5805638be5 (diff) | |
download | freebsd-ports-gnome-b8a25d72c9d3305e02f4e0fce4dd35b9e87a2902.tar.gz freebsd-ports-gnome-b8a25d72c9d3305e02f4e0fce4dd35b9e87a2902.tar.zst freebsd-ports-gnome-b8a25d72c9d3305e02f4e0fce4dd35b9e87a2902.zip |
Maintainer update.
PR: ports/35225
Submitted by: maintainer
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 05c1f659b572..36df7eb96334 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -16,8 +16,16 @@ DISTFILES= texinfo.tex lcircle10.tfm MAINTAINER= ports@geeksrus.net -BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX -RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX +.if !defined(WITH_TETEX) +TEX_PORT= tex:${PORTSDIR}/print/tex +pre-everything:: + @${ECHO_MSG} 'Use make-flag WITH_TETEX=yes if you want to install with teTeX' +.else +TEX_PORT= tex:${PORTSDIR}/print/teTeX +.endif + +BUILD_DEPENDS= ${TEX_PORT} +RUN_DEPENDS= ${TEX_PORT} EXTRACT_ONLY= NO_WRKSUBDIR= yes |