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 /korean | |
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 '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 13c7c12a1b47..7fcab0f26bb7 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" |