diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 23:30:33 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-18 23:30:33 +0000 |
commit | bcb89bcca10739dfaa35762d6848588187903ee7 (patch) | |
tree | c68dd39dde822bd7caf5564d1225cae4aeecea60 /editors/openoffice-3-devel | |
parent | "KEEP THIS LIST SORTED" (diff) |
ELSEIF -> ELIF
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-freetype::makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/files/patch-freetype::makefile.mk b/editors/openoffice-3-devel/files/patch-freetype::makefile.mk index da0dd090d0e6..9cf22888eb25 100644 --- a/editors/openoffice-3-devel/files/patch-freetype::makefile.mk +++ b/editors/openoffice-3-devel/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* |