diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-07 00:14:42 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-07 00:14:42 +0000 |
commit | 93841b72c786f1861a1c54278f004e485ad58f37 (patch) | |
tree | a1c61f8bd844e9580e92caa5c77cf509a9e1e63d /japanese/tk80/Makefile | |
parent | 0ec72c737436dc543191116467106836e76979df (diff) | |
download | ports-93841b72c786f1861a1c54278f004e485ad58f37.tar.gz ports-93841b72c786f1861a1c54278f004e485ad58f37.zip |
Notes
Diffstat (limited to 'japanese/tk80/Makefile')
-rw-r--r-- | japanese/tk80/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile index 971d9bb5eb82..dd8d366c626a 100644 --- a/japanese/tk80/Makefile +++ b/japanese/tk80/Makefile @@ -12,7 +12,7 @@ CATEGORIES= japanese x11-toolkits tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= tk8.0.5jp1.5fix1.patch.gz +PATCHFILES= tk8.0.5jp1.6a.patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp @@ -28,7 +28,8 @@ PATCH_DIST_ARGS=-d ${TOPDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif USE_AUTOCONF= yes USE_XLIB= yes -CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp +CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp \ + --enable-xlibHack --enable-onTheSpot .include <bsd.port.pre.mk> |