diff options
author | maho <maho@FreeBSD.org> | 2004-04-12 08:35:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-12 08:35:36 +0800 |
commit | c19855b94f0c2dbbd7067a2a75cd7993ca0165ef (patch) | |
tree | 00e9a3ac04a0fae3dac850a3f7082f3b30e4b296 /japanese | |
parent | 80a63ebeda3d2daa5ee3db702eb94eebf3a9d5b2 (diff) | |
download | freebsd-ports-gnome-c19855b94f0c2dbbd7067a2a75cd7993ca0165ef.tar.gz freebsd-ports-gnome-c19855b94f0c2dbbd7067a2a75cd7993ca0165ef.tar.zst freebsd-ports-gnome-c19855b94f0c2dbbd7067a2a75cd7993ca0165ef.zip |
Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...
Pointed out by: kris
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/openoffice-1.0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/openoffice-1.0/Makefile b/japanese/openoffice-1.0/Makefile index 4dcac34652ea..6d3e0f334cbf 100644 --- a/japanese/openoffice-1.0/Makefile +++ b/japanese/openoffice-1.0/Makefile @@ -14,4 +14,6 @@ MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho-subst.ttf:${PORTSDIR}/japanese/kochi-ttfonts L10NHELP= helpcontent_${LANG_EXT}_unix.tgz + +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" |