summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2002-02-24 00:39:16 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2002-02-24 00:39:16 +0000
commit74bdde3d5faf7cdd6b3c3f35373262912db13f8a (patch)
treea4986e484f38c7d9b663a0257facbd2443e7bf52 /print
parentComment out linux-netscape6 for now, because it is breaking the bento (diff)
Maintainer update.
PR: ports/35225 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55149
Diffstat (limited to 'print')
-rw-r--r--print/texinfo/Makefile12
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