diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-04-12 00:35:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-04-12 00:35:36 +0000 |
commit | 46b7ad4ab6c027e1b2dbffa6e32b2ba2f10557ab (patch) | |
tree | 7cf451030bfe9fe77bb4a5f419c9954387180e52 /russian | |
parent | * Add a missing build dependency on xextensions [1] (diff) |
Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...
Pointed out by: kris
Notes
Notes:
svn path=/head/; revision=106753
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" |