summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-04-12 00:35:36 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-04-12 00:35:36 +0000
commit46b7ad4ab6c027e1b2dbffa6e32b2ba2f10557ab (patch)
tree7cf451030bfe9fe77bb4a5f419c9954387180e52 /editors
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 'editors')
-rw-r--r--editors/openoffice-1.0-ar/Makefile2
-rw-r--r--editors/openoffice-1.0-dk/Makefile1
-rw-r--r--editors/openoffice-1.0-es/Makefile1
-rw-r--r--editors/openoffice-1.0-it/Makefile1
-rw-r--r--editors/openoffice-1.0-nl/Makefile1
-rw-r--r--editors/openoffice-1.0-se/Makefile1
-rw-r--r--editors/openoffice-1.0-tr/Makefile1
-rw-r--r--editors/openoffice-1.0/Makefile1
-rw-r--r--editors/openoffice.org-1.0/Makefile1
9 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice-1.0-ar/Makefile b/editors/openoffice-1.0-ar/Makefile
index 1abf0c7f4ca2..24a85897b7af 100644
--- a/editors/openoffice-1.0-ar/Makefile
+++ b/editors/openoffice-1.0-ar/Makefile
@@ -10,4 +10,6 @@ LANG_EXT= 96
LANG_CONFIGURE_ARG= ARAB
MASTERDIR= ${.CURDIR}/../openoffice-1.0
+NO_LATEST_LINK=yes
+
.include "${MASTERDIR}/Makefile"
diff --git a/editors/openoffice-1.0-dk/Makefile b/editors/openoffice-1.0-dk/Makefile
index 282a7cf0d93f..31a31642a55b 100644
--- a/editors/openoffice-1.0-dk/Makefile
+++ b/editors/openoffice-1.0-dk/Makefile
@@ -10,4 +10,5 @@ LANG_EXT= 45
LANG_CONFIGURE_ARG= DAN
MASTERDIR= ${.CURDIR}/../openoffice-1.0
+NO_LATEST_LINK=yes
.include "${MASTERDIR}/Makefile"
diff --git a/editors/openoffice-1.0-es/Makefile b/editors/openoffice-1.0-es/Makefile
index 4e618b07988f..8bc819da4905 100644
--- a/editors/openoffice-1.0-es/Makefile
+++ b/editors/openoffice-1.0-es/Makefile
@@ -12,4 +12,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
LANG_CONFIGURE_ARG= SPAN
MASTERDIR= ${.CURDIR}/../openoffice-1.0
+NO_LATEST_LINK= yes
.include "${MASTERDIR}/Makefile"
diff --git a/editors/openoffice-1.0-it/Makefile b/editors/openoffice-1.0-it/Makefile
index 1bbf160186c1..1feba548d8c7 100644
--- a/editors/openoffice-1.0-it/Makefile
+++ b/editors/openoffice-1.0-it/Makefile
@@ -11,4 +11,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
LANG_CONFIGURE_ARG= ITAL
MASTERDIR= ${.CURDIR}/../openoffice-1.0
+NO_LATEST_LINK= yes
.include "${MASTERDIR}/Makefile"
diff --git a/editors/openoffice-1.0-nl/Makefile b/editors/openoffice-1.0-nl/Makefile
index 5b172ca0aaa7..ed5bbe43f51d 100644
--- a/editors/openoffice-1.0-nl/Makefile
+++ b/editors/openoffice-1.0-nl/Makefile
@@ -10,4 +10,5 @@ LANG_EXT= 31
LANG_CONFIGURE_ARG= DTCH
MASTERDIR= ${.CURDIR}/../openoffice-1.0
+NO_LATEST_LINK= yes
.include "${MASTERDIR}/Makefile"
diff --git a/editors/openoffice-1.0-se/Makefile b/editors/openoffice-1.0-se/Makefile
index 074fe1dda2e4..35ce43a3a387 100644
--- a/editors/openoffice-1.0-se/Makefile
+++ b/editors/openoffice-1.0-se/Makefile
@@ -11,4 +11,5 @@ L10NHELP= helpcontent_${LANG_EXT}_unix.tgz
LANG_CONFIGURE_ARG= SWED
MASTERDIR= ${.CURDIR}/../openoffice-1.0
+NO_LATEST_LINK= yes
.include "${MASTERDIR}/Makefile"
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"
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index e66492ab892a..0f020ef2c0c5 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -25,6 +25,7 @@ DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \
DISTFILES+= ${L10NHELP:S/$/:help/}
.endif
+NO_LATEST_LINK= yes
FIND?= /usr/bin/find
CUT?= /usr/bin/cut
AWK?= /usr/bin/awk
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index e66492ab892a..0f020ef2c0c5 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -25,6 +25,7 @@ DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 \
DISTFILES+= ${L10NHELP:S/$/:help/}
.endif
+NO_LATEST_LINK= yes
FIND?= /usr/bin/find
CUT?= /usr/bin/cut
AWK?= /usr/bin/awk