diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-26 07:56:24 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-26 07:56:24 +0000 |
commit | 3d698d9fe2aa5b5c53a693aae11648d534022c7d (patch) | |
tree | 2b2439b9303623763db7dd0b482e83a495e47a03 /editors/koffice-kde4 | |
parent | 2acbbfeef796db8c82a93b59d0d9b20febc96210 (diff) | |
download | ports-3d698d9fe2aa5b5c53a693aae11648d534022c7d.tar.gz ports-3d698d9fe2aa5b5c53a693aae11648d534022c7d.zip |
Notes
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r-- | editors/koffice-kde4/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 73e3c58ea121..d27cbfd2dede 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -33,7 +33,9 @@ LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick \ xslt:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx -USE_AUTOTOOLS= libtool:15 +BROKEN= does not build with GraphicsMagick v.1.2.3 and newer + +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes PREFIX= ${KDE_PREFIX} USE_BZIP2= yes @@ -54,7 +56,7 @@ CONFIGURE_ARGS+=--with-pgsqlincdir=${LOCALBASE}/include \ .if ${OSVERSION} < 500035 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp -CONFIGURE_ARGS+= --disable-final +CONFIGURE_ARGS+=--disable-final .endif post-configure: |