aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-19 07:30:33 +0800
committermbr <mbr@FreeBSD.org>2002-10-19 07:30:33 +0800
commitef516af50a3058a8258ac2efe0b883ab2c046ac1 (patch)
tree551d8649bdb5faeb3cd6b3be751f1d0348048f3b /editors/openoffice-3
parentd21c1fe2b1e1257ff04fd33dccfdefaba9ef585a (diff)
downloadfreebsd-ports-gnome-ef516af50a3058a8258ac2efe0b883ab2c046ac1.tar.gz
freebsd-ports-gnome-ef516af50a3058a8258ac2efe0b883ab2c046ac1.tar.zst
freebsd-ports-gnome-ef516af50a3058a8258ac2efe0b883ab2c046ac1.zip
ELSEIF -> ELIF
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/files/patch-freetype::makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/files/patch-freetype::makefile.mk b/editors/openoffice-3/files/patch-freetype::makefile.mk
index da0dd090d0e6..9cf22888eb25 100644
--- a/editors/openoffice-3/files/patch-freetype::makefile.mk
+++ b/editors/openoffice-3/files/patch-freetype::makefile.mk
@@ -4,7 +4,7 @@
objs$/.libs$/libfreetype.a
.IF "$(OS)"=="MACOSX"
OUT2LIB+=objs$/.libs$/libfreetype.*.dylib
-+.ELSEIF "$(OS)"=="FREEBSD"
++.ELIF "$(OS)"=="FREEBSD"
+OUT2LIB+=objs$/.libs$/libfreetype.so.7*
.ELSE
OUT2LIB+=objs$/.libs$/libfreetype.so.6*