diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 19:51:31 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 19:51:31 +0800 |
commit | cdfec4157fc60302425ea3ff73ff427e1925380c (patch) | |
tree | b579addd62d30d1bf6a8f6d9c9d65336d378486d | |
parent | 93cf6fe8bac037e62be98a004d1a8f874b6e5d3b (diff) | |
download | freebsd-ports-gnome-cdfec4157fc60302425ea3ff73ff427e1925380c.tar.gz freebsd-ports-gnome-cdfec4157fc60302425ea3ff73ff427e1925380c.tar.zst freebsd-ports-gnome-cdfec4157fc60302425ea3ff73ff427e1925380c.zip |
Add NO_LATEST_LINK to prevent link stomping
-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 46961c646447..9e844623b4e4 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 f2d6abbb233a..e5112c16f4f4 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 |