diff options
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/Makefile | 7 | ||||
-rw-r--r-- | net-im/psi/pkg-plist | 1 |
2 files changed, 4 insertions, 4 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 diff --git a/net-im/psi/pkg-plist b/net-im/psi/pkg-plist index 5b57b6112317..a6dce8d37292 100644 --- a/net-im/psi/pkg-plist +++ b/net-im/psi/pkg-plist @@ -8,7 +8,6 @@ share/icons/hicolor/64x64/apps/psi.png %%DATADIR%%/COPYING %%DATADIR%%/README %%DATADIR%%/certs/README -%%DATADIR%%/certs/rootcerts.pem %%DATADIR%%/certs/startcom_ca.crt %%DATADIR%%/certs/startcom_ca_new.crt %%DATADIR%%/iconsets/emoticons/default/angry.png |