diff options
author | kris <kris@FreeBSD.org> | 2004-01-29 11:51:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-01-29 11:51:31 +0000 |
commit | 16075c1e296dec3a6f47c4ac9311d5f5a3d2ad0c (patch) | |
tree | ad6b2bd8edcfc681a3a5bde5601b01216a286e94 /chinese | |
parent | ef36beca5fddcbef2b9998720c1bd25c62f7730d (diff) | |
download | FreeBSD-ports-16075c1e296dec3a6f47c4ac9311d5f5a3d2ad0c.zip FreeBSD-ports-16075c1e296dec3a6f47c4ac9311d5f5a3d2ad0c.tar.gz |
Add NO_LATEST_LINK to prevent link stomping
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/openoffice-1.0-zh_TW/Makefile | 1 | ||||
-rw-r--r-- | chinese/stardict/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chinese/openoffice-1.0-zh_TW/Makefile b/chinese/openoffice-1.0-zh_TW/Makefile index 46961c6..9e84462 100644 --- a/chinese/openoffice-1.0-zh_TW/Makefile +++ b/chinese/openoffice-1.0-zh_TW/Makefile @@ -7,6 +7,7 @@ CATEGORIES= chinese +NO_LATEST_LINK= yes LANG_PKGNAME= zh LANG_SUFFIX= TW LANG_EXT= 88 diff --git a/chinese/stardict/Makefile b/chinese/stardict/Makefile index f2d6abb..e5112c1 100644 --- a/chinese/stardict/Makefile +++ b/chinese/stardict/Makefile @@ -18,6 +18,7 @@ COMMENT= English-Chinese dictionary USE_MOTIF= yes +NO_LATEST_LINK= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_X_PREFIX= yes |