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 /editors/openoffice-1.0-tr | |
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 'editors/openoffice-1.0-tr')
-rw-r--r-- | editors/openoffice-1.0-tr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/openoffice-1.0-tr/Makefile b/editors/openoffice-1.0-tr/Makefile index a21767270f13..edcc9be7a2aa 100644 --- a/editors/openoffice-1.0-tr/Makefile +++ b/editors/openoffice-1.0-tr/Makefile @@ -10,4 +10,5 @@ LANG_EXT= 90 LANG_CONFIGURE_ARG= TURK MASTERDIR= ${.CURDIR}/../openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" |