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 /japanese/platex-common | |
parent | 056a75923d4c66235f363c3d88bd126000b22df3 (diff) | |
download | ports-f44828dd89b7811499c6fafd6887b9cf6c2cb0bc.tar.gz ports-f44828dd89b7811499c6fafd6887b9cf6c2cb0bc.zip |
Notes
Diffstat (limited to 'japanese/platex-common')
-rw-r--r-- | japanese/platex-common/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index ac6f13d3c859..d652eb828b3d 100644 --- a/japanese/platex-common/Makefile +++ b/japanese/platex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.19 1997/10/05 21:07:13 max Exp $ +# $Id: Makefile,v 1.20 1997/10/05 21:33:09 max Exp $ # DISTNAME= base-9706 @@ -49,4 +49,6 @@ do-install: @/bin/ln -fs tex ${PREFIX}/bin/latex @/bin/ln -s latex ${PREFIX}/bin/platex-common +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* + .include <bsd.port.mk> |