diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
commit | f44828dd89b7811499c6fafd6887b9cf6c2cb0bc (patch) | |
tree | d498d4b5a229fa9c98ad0333e5a5bf820ac6347a /print/latex | |
parent | 056a75923d4c66235f363c3d88bd126000b22df3 (diff) |
Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change to
bsd.port.mk that will be committed soon, this will disable automatic
package building when PACKAGE_BUILDING is defined (so they can be
built from separate scripts).
These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is
not defined).
Notes
Notes:
svn path=/head/; revision=8563
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 1062a60ab65b..6a6f516d2d35 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,8 +3,9 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.30 1997/02/26 02:27:29 jmz Exp $ +# $Id: Makefile,v 1.31 1997/07/26 15:00:34 jmz Exp $ # + VERSION= 97.06 DISTNAME= latex PKGNAME= latex2e-${VERSION} @@ -17,6 +18,7 @@ MAINTAINER= jmz@FreeBSD.org BUILD_DEPENDS= tex:${PORTSDIR}/print/tex RUN_DEPENDS= tex:${PORTSDIR}/print/tex +MANUAL_PACKAGE_BUILD= has to be built with tex port IGNOREFILES= ${DISTFILES} #other equivalent sites: ftp.cdrom.com ftp.dante.de |