diff options
author | avilla <avilla@FreeBSD.org> | 2010-08-24 01:58:25 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2010-08-24 01:58:25 +0800 |
commit | c8c6ba9cde669176c150f363d0756b3ff038ec76 (patch) | |
tree | e60a5348c20df0979e17597620b8c9e8d3b40e84 /deskutils | |
parent | 90142b77cd3f4952af9f7a5fedcc2f2668e2a2ea (diff) | |
download | freebsd-ports-graphics-c8c6ba9cde669176c150f363d0756b3ff038ec76.tar.gz freebsd-ports-graphics-c8c6ba9cde669176c150f363d0756b3ff038ec76.tar.zst freebsd-ports-graphics-c8c6ba9cde669176c150f363d0756b3ff038ec76.zip |
- Fix build with upcoming KDE 4.5. Don't bump PORTREVISION: packages
built vs. KDE 4.4 work fine with 4.5.
Approved by: tabthorpe (mentor, implicit)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/kdepim4/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kdepim44/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index dd4c117013c..868ccaaf1eb 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile index dd4c117013c..868ccaaf1eb 100644 --- a/deskutils/kdepim44/Makefile +++ b/deskutils/kdepim44/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ |