diff options
author | mva <mva@FreeBSD.org> | 2013-04-28 02:25:24 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-28 02:25:24 +0800 |
commit | a99e7e687dd8959b456b245eeaafe101878e92d8 (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /polish | |
parent | e43c5466309ee34db1fde989beb22aa3f35d27ec (diff) | |
download | freebsd-ports-gnome-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.gz freebsd-ports-gnome-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.zst freebsd-ports-gnome-a99e7e687dd8959b456b245eeaafe101878e92d8.zip |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg2/Makefile | 3 | ||||
-rw-r--r-- | polish/kadu/Makefile | 3 | ||||
-rw-r--r-- | polish/qnapi/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/polish/ekg2/Makefile b/polish/ekg2/Makefile index 13b51b0b84d2..e76e796cb791 100644 --- a/polish/ekg2/Makefile +++ b/polish/ekg2/Makefile @@ -21,8 +21,7 @@ LICENSE= GPLv2 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack pkgconfig -USE_ICONV= yes +USES= pathfix pkgconfig iconv MAKE_JOBS_SAFE= yes CONFIGURE_ARGS+= --enable-shared \ diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 281f92bf0f64..93b63c1a7f62 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -44,8 +44,7 @@ GG6_EMOTS_DISTFILE= kompatybilne_z_GG6.tar.gz GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz USE_BZIP2= yes -USES= cmake pkgconfig gettext -USE_ICONV= yes +USES= cmake pkgconfig gettext iconv USE_XORG= ice sm x11 xau xdmcp xext xfixes xrender xscrnsaver CMAKE_ARGS= -DKADU_VERSION:STRING="${DISTVERSION}" -DWITH_ENCHANT=ON # Setting KADU_VERSION disables git invocation diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile index 69a381fc4e93..99ff9d4e7d03 100644 --- a/polish/qnapi/Makefile +++ b/polish/qnapi/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip -USE_ICONV= yes -USES= gettext +USES= gettext iconv USE_XORG= ice sm x11 xau xdmcp xext xrender USE_QT4= corelib gui network xml qmake_build moc_build uic_build rcc_build USE_KDE4= kdehier |