diff options
author | makc <makc@FreeBSD.org> | 2009-03-19 20:13:56 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-19 20:13:56 +0800 |
commit | 8f287b46affeb1127d62b21c67c1c758c422da3b (patch) | |
tree | bdc7c6fe9fcbd52f1f1fcc9670a49b9c0c2fd03c /net-im/psi | |
parent | ee63a31737a5ef6fed78e440f5822e1863469fd1 (diff) | |
download | freebsd-ports-gnome-8f287b46affeb1127d62b21c67c1c758c422da3b.tar.gz freebsd-ports-gnome-8f287b46affeb1127d62b21c67c1c758c422da3b.tar.zst freebsd-ports-gnome-8f287b46affeb1127d62b21c67c1c758c422da3b.zip |
Don't build internal qca (should fix ports/129216 as well)
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 |