diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 06:03:22 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-12-24 06:03:22 +0000 |
commit | 311e3b182fea2d5d48c73bbc2d21395a446b7d01 (patch) | |
tree | 6d0a0be85421fd0336f4e6fafa7b7551fc62d88c /deskutils | |
parent | 6ccec1b7814ed644e9a6acadc1aebc706b038ada (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/Makefile | 4 | ||||
-rw-r--r-- | deskutils/mirall/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile index 0eb877d9d923..c19e4b61e4fe 100644 --- a/deskutils/libopensync-plugin-sunbird/Makefile +++ b/deskutils/libopensync-plugin-sunbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopensync-plugin-sunbird PORTVERSION= 0.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Sunbird plugin for the OpenSync framework LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes diff --git a/deskutils/mirall/Makefile b/deskutils/mirall/Makefile index 2e0b24d8dab9..1b7c56a1228c 100644 --- a/deskutils/mirall/Makefile +++ b/deskutils/mirall/Makefile @@ -3,6 +3,7 @@ PORTNAME= mirall PORTVERSION= 1.6.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/desktop/stable/ @@ -13,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify \ libqtkeychain.so:${PORTSDIR}/security/qtkeychain \ - libneon.so:${PORTSDIR}/www/neon29 + libneon.so:${PORTSDIR}/www/neon USES= cmake:outsource compiler:c++11-lang gmake pkgconfig tar:bzip2 USE_QT4= corelib dbus gui network qtestlib webkit xml \ |