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 /russian | |
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 'russian')
-rw-r--r-- | russian/openoffice-1.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/russian/openoffice-1.0/Makefile b/russian/openoffice-1.0/Makefile index f6ff138c41df..0a994067021d 100644 --- a/russian/openoffice-1.0/Makefile +++ b/russian/openoffice-1.0/Makefile @@ -19,4 +19,5 @@ MASTERDIR= ${.CURDIR}/../../editors/openoffice-1.0 PATCH_SITES= http://people.freebsd.org/~mbr/ooo/ PATCHFILES= patch-translation-ru-1.0.3.bz2 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" |