diff options
author | maho <maho@FreeBSD.org> | 2004-04-12 00:35:36 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-12 00:35:36 +0000 |
commit | c19855b94f0c2dbbd7067a2a75cd7993ca0165ef (patch) | |
tree | 00e9a3ac04a0fae3dac850a3f7082f3b30e4b296 /korean | |
parent | 80a63ebeda3d2daa5ee3db702eb94eebf3a9d5b2 (diff) | |
download | FreeBSD-ports-c19855b94f0c2dbbd7067a2a75cd7993ca0165ef.zip FreeBSD-ports-c19855b94f0c2dbbd7067a2a75cd7993ca0165ef.tar.gz |
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 'korean')
-rw-r--r-- | korean/openoffice-1.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korean/openoffice-1.0/Makefile b/korean/openoffice-1.0/Makefile index 13c7c12..7fcab0f 100644 --- a/korean/openoffice-1.0/Makefile +++ b/korean/openoffice-1.0/Makefile @@ -12,4 +12,5 @@ LANG_EXT= 82 LANG_CONFIGURE_ARG= KOREAN MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" |