diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-03-19 12:13:56 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-03-19 12:13:56 +0000 |
commit | 73f1ba708eb0c71ac73e7000984664714e4fec93 (patch) | |
tree | e735856341cf2d17f5701abf9b9df5f82e8840c5 /net-im/psi/Makefile | |
parent | 6458100fbac90f715d48efe886d848b2390370d4 (diff) | |
download | ports-73f1ba708eb0c71ac73e7000984664714e4fec93.tar.gz ports-73f1ba708eb0c71ac73e7000984664714e4fec93.zip |
Notes
Diffstat (limited to 'net-im/psi/Makefile')
-rw-r--r-- | net-im/psi/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index e1ccfc3c8b97..de8d65edfb86 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -7,6 +7,7 @@ PORTNAME= psi DISTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF @@ -14,6 +15,8 @@ MAINTAINER= makc@FreeBSD.org COMMENT= A Qt-based Jabber client LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca +RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ + qca-gnupg>=2.0.0.b3:${PORTSDIR}/security/qca-gnupg HAS_CONFIGURE= yes USE_BZIP2= yes @@ -23,9 +26,7 @@ QT_COMPONENTS= corelib dbus gui iconengines imageformats qt3support \ qmake_build moc_build rcc_build uic_build CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ - --disable-growl --disable-ghbnr -MAKE_ARGS+= QTDIR=${QT_PREFIX} \ - QMAKESPEC=${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ + --disable-growl --disable-ghbnr --disable-bundled-qca post-patch: #fix build when libzip is installed |