diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 22:10:30 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-11-01 22:10:30 +0000 |
commit | 8d6383b023b2828c36401d433dff0369cbd46658 (patch) | |
tree | d5680496105b39f5d90df376b5a9a355e0a54a9e /editors | |
parent | e92ce18c9f20dba1c818235f75dbc42210e86d53 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/koffice-kde3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 4806e78fb877..708c11e54003 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= KDE/koffice MAINTAINER= ports@FreeBSD.org COMMENT= Office Suite for KDE3 +BROKEN= Does not compile +EXPIRATION_DATE= 2011-11-30 + BUILD_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx LIB_DEPENDS= GraphicsMagick++.1:${PORTSDIR}/graphics/GraphicsMagick \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ @@ -30,8 +33,6 @@ LIB_DEPENDS= GraphicsMagick++.1:${PORTSDIR}/graphics/GraphicsMagick \ wv2.4:${PORTSDIR}/textproc/wv2 RUN_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpqxx -BROKEN= does not compile - USE_AUTOTOOLS= libtool USE_LDCONFIG= yes USE_BZIP2= yes |