diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-18 23:30:33 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-18 23:30:33 +0000 |
commit | ef516af50a3058a8258ac2efe0b883ab2c046ac1 (patch) | |
tree | 551d8649bdb5faeb3cd6b3be751f1d0348048f3b /editors/openoffice.org-3-devel | |
parent | d21c1fe2b1e1257ff04fd33dccfdefaba9ef585a (diff) | |
download | FreeBSD-ports-ef516af50a3058a8258ac2efe0b883ab2c046ac1.zip FreeBSD-ports-ef516af50a3058a8258ac2efe0b883ab2c046ac1.tar.gz |
ELSEIF -> ELIF
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-freetype::makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-freetype::makefile.mk b/editors/openoffice.org-3-devel/files/patch-freetype::makefile.mk index da0dd09..9cf2288 100644 --- a/editors/openoffice.org-3-devel/files/patch-freetype::makefile.mk +++ b/editors/openoffice.org-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* |