diff options
-rw-r--r-- | japanese/tcl76/Makefile | 2 | ||||
-rw-r--r-- | japanese/tk42/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/japanese/tcl76/Makefile b/japanese/tcl76/Makefile index 32a8e7f368b9..13fb01e669ff 100644 --- a/japanese/tcl76/Makefile +++ b/japanese/tcl76/Makefile @@ -32,6 +32,8 @@ PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} -E ${PATCH_DIST_STRIP} PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} .endif +NO_LATEST_LINK= yes + .include <bsd.port.pre.mk> post-extract: diff --git a/japanese/tk42/Makefile b/japanese/tk42/Makefile index d9eb55a757d0..b3b1e563f087 100644 --- a/japanese/tk42/Makefile +++ b/japanese/tk42/Makefile @@ -35,6 +35,8 @@ PATCH_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_STRIP} VERSION= ${PORTVERSION}jp +NO_LATEST_LINK= yes + .include <bsd.port.pre.mk> post-extract: |