diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
commit | 04fb25691d27264db9ce274313916f94898deef9 (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /polish/kadu | |
parent | 1be8826148dc06f92e9b28febd5f7dff2d5b47c1 (diff) | |
download | freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.gz freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.zst freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.zip |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 70f9f4df36f8..db5d980b811e 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -21,19 +21,12 @@ LICENSE= GPLv2 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ pl-libgadu>=1.11.1:${PORTSDIR}/polish/libgadu -LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \ - sndfile:${PORTSDIR}/audio/libsndfile \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - qca:${PORTSDIR}/devel/qca \ - idn:${PORTSDIR}/dns/libidn \ - png15:${PORTSDIR}/graphics/png \ - gadu:${PORTSDIR}/polish/libgadu \ - freetype:${PORTSDIR}/print/freetype2 \ - qzeitgeist:${PORTSDIR}/sysutils/qzeitgeist \ - enchant:${PORTSDIR}/textproc/enchant \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libqca.so:${PORTSDIR}/devel/qca \ + libidn.so:${PORTSDIR}/dns/libidn \ + libgadu.so:${PORTSDIR}/polish/libgadu \ + libenchant.so:${PORTSDIR}/textproc/enchant RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl # TODO enable devel/libexecinfo # TODO ntrack and ntrack-qt (needs porting) ? @@ -43,15 +36,14 @@ GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz USE_BZIP2= yes -USES= cmake pkgconfig gettext iconv -USE_XORG= ice sm x11 xau xcb xdmcp xext xfixes xrender xscrnsaver +USES= cmake pkgconfig +USE_XORG= xscrnsaver CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON # Setting KADU_VERSION disables git invocation -USE_QT4= corelib dbus declarative gui network phonon qtestlib script \ - scripttools svg webkit xml xmlpatterns linguist_build \ - moc_build qmake_build rcc_build uic_build imageformats_run \ - sql-sqlite3_run +USE_QT4= dbus gui network phonon script scripttools webkit xml \ + linguist_build moc_build qmake_build rcc_build uic_build \ + imageformats_run sql-sqlite3_run WANT_GNOME= yes INSTALLS_ICONS= yes |