diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-11-19 01:51:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-11-19 01:51:46 +0000 |
commit | c85d89f2cc9cee08e6c4f41e958ca0a27dcdfe88 (patch) | |
tree | 68090e2331b7dbaf97b3461199888c42b04205dd /editors/openoffice.org-2/Makefile | |
parent | a85314e3da4beb5d228d8ba9a73b12be39c60722 (diff) | |
download | ports-c85d89f2cc9cee08e6c4f41e958ca0a27dcdfe88.tar.gz ports-c85d89f2cc9cee08e6c4f41e958ca0a27dcdfe88.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2/Makefile')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 6a344450ba04..c72cbfa468a5 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -172,9 +172,9 @@ EXTRA_PATCHES+= ${FILESDIR}/fbsd4-workaroundpatch EXTRA_PATCHES+= ${FILESDIR}/gcj-fbsdworkaround .endif -#.if defined(WITH_TTF_BYTECODE_ENABLED) -#EXTRA_PATCHES+= ${FILESDIR}/optpatch-freetype -#.endif +.if defined(WITH_TTF_BYTECODE_ENABLED) +EXTRA_PATCHES+= ${FILESDIR}/optpatch-freetype +.endif ICONS= ${WRKSRC}/sysui/desktop/icons |