diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-25 19:36:50 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-25 19:36:50 +0000 |
commit | c82cbcada806678930bbed1809141634ee65095a (patch) | |
tree | 0a8ddd241f3b406df933b762bf22605dbd18b53c /editors/koffice-kde3/Makefile | |
parent | 0adb0c207ec33527612d6d3206016a4168a2a5ba (diff) |
Notes
Diffstat (limited to 'editors/koffice-kde3/Makefile')
-rw-r--r-- | editors/koffice-kde3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 684dac69a2b2..6ac7cfd32256 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -7,6 +7,7 @@ PORTNAME= koffice PORTVERSION= 1.4.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} @@ -50,6 +51,9 @@ CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp .endif +post-patch: + ${CP} ${FILESDIR}/karbon_factory_init.cc ${WRKSRC}/karbon + post-configure: .if ${OSVERSION} < 500035 ${REINPLACE_CMD} -e 's|\(^CPPFLAGS =.*\)|\1 -I${LOCALBASE}/include/stlport|g' \ |