aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/kdepim44/Makefile
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2011-03-25 18:33:51 +0800
committeravilla <avilla@FreeBSD.org>2011-03-25 18:33:51 +0800
commit5f04ece0f2136afb3bfd3027c86f679d995277e2 (patch)
tree88222b4203fd8ac4a20836b13e2dd60ec2fde063 /deskutils/kdepim44/Makefile
parentada433a6a471e7a6d9ad5a1fab08eb7809c8d08e (diff)
downloadfreebsd-ports-graphics-5f04ece0f2136afb3bfd3027c86f679d995277e2.tar.gz
freebsd-ports-graphics-5f04ece0f2136afb3bfd3027c86f679d995277e2.tar.zst
freebsd-ports-graphics-5f04ece0f2136afb3bfd3027c86f679d995277e2.zip
The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at: http://www.kde.org/announcements/announce-4.6.1.php We'd like to say thanks to all helpers and submitters. Tested by: exp-run via miwi
Diffstat (limited to 'deskutils/kdepim44/Makefile')
-rw-r--r--deskutils/kdepim44/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile
index a0bb92eb5d0..ce22ee241e3 100644
--- a/deskutils/kdepim44/Makefile
+++ b/deskutils/kdepim44/Makefile
@@ -6,7 +6,6 @@
PORTNAME= kdepim
PORTVERSION= ${KDEPIM4_VERSION}
-PORTREVISION= 2
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDEPIM4_BRANCH}/kdepim-${PORTVERSION}/src
@@ -15,8 +14,6 @@ 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 \
@@ -29,8 +26,7 @@ USE_KDE4= kdelibs pimlibs pimruntime \
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
-QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
- qmake_build moc_build rcc_build uic_build
+QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_SAFE= yes
@@ -39,9 +35,4 @@ MAN1= kabcclient.1
#cannot be built with assuan2
CMAKE_ARGS+= -DWITH_Assuan:BOOL=off
-pre-configure:
-# respect prefix
- ${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
- ${REINPLACE_CMD} -e '/DESTINATION/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
-
.include <bsd.port.mk>