diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:38:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:38:55 +0000 |
commit | 81f8db489092bd34370c66b45e505306e18b2561 (patch) | |
tree | b917e850746dcd3893ad2016240f5f966486b171 /japanese/ptex-jis | |
parent | c2edbe851161413cd1207dcdd58c9f5928622a4c (diff) | |
download | ports-81f8db489092bd34370c66b45e505306e18b2561.tar.gz ports-81f8db489092bd34370c66b45e505306e18b2561.zip |
Notes
Diffstat (limited to 'japanese/ptex-jis')
-rw-r--r-- | japanese/ptex-jis/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/ptex-jis/Makefile b/japanese/ptex-jis/Makefile index 28cb5ed28b5b..cc94fcafdade 100644 --- a/japanese/ptex-jis/Makefile +++ b/japanese/ptex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.2 1997/10/04 17:58:45 max Exp $ +# $Id: Makefile,v 1.3 1997/11/10 11:22:55 asami Exp $ # DISTNAME= ptex215 @@ -16,6 +16,7 @@ MAINTAINER= max@FreeBSD.ORG RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common +MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= jis @@ -46,6 +47,4 @@ post-install: pre-clean: @${RM} -rf ${WRKSRC} -MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* - .include <bsd.port.mk> |