Index: Mk/Features/pkgconfig.mk =================================================================== --- /dev/null +++ Mk/Features/pkgconfig.mk @@ -0,0 +1,15 @@ +# pkg-config Support +# +# Add an automatic dependency on pkgconf + +.if !defined(_FEATURE_PKGCONFIG_MK_INCLUDED) +_FEATURE_PKGCONFIG_MK_INCLUDED= yes + +_PKGCONFIG_DEPENDS= pkgconf:devel/pkgconf + +. if defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) || defined(TEST_DEPENDS) +BUILD_DEPENDS+= ${_PKGCONFIG_DEPENDS} +CONFIGURE_ENV+= PKG_CONFIG=pkgconf +. endif + +.endif Index: Mk/Uses/cargo.mk =================================================================== --- Mk/Uses/cargo.mk +++ Mk/Uses/cargo.mk @@ -240,10 +240,6 @@ OPENSSL_INCLUDE_DIR=${OPENSSLINC} . endif -. if ${_CARGO_CRATES:Mpkg-config} -.include "${USESDIR}/pkgconfig.mk" -. endif - . for _index _crate _name _version in ${_CARGO_CRATES} # Split up semantic version and try to sanitize it by removing # pre-release identifier (-) or build metadata (+) Index: Mk/Uses/pkgconfig.mk =================================================================== --- Mk/Uses/pkgconfig.mk +++ /dev/null @@ -1,31 +0,0 @@ -# handle dependency on the pkgconf port -# -# Feature: pkgconfig -# Usage: USES=pkgconfig or USES=pkgconfig:ARGS -# Valid ARGS: build (default, implicit), run, both -# -# MAINTAINER: ports@FreeBSD.org - -.if !defined(_INCLUDE_USES_PKGCONFIG_MK) -_INCLUDE_USES_PKGCONFIG_MK= yes - -_PKGCONFIG_DEPENDS= pkgconf>=1.3.0_1:devel/pkgconf - -. if empty(pkgconfig_ARGS) -pkgconfig_ARGS= build -. endif - -. if ${pkgconfig_ARGS} == "build" -BUILD_DEPENDS+= ${_PKGCONFIG_DEPENDS} -CONFIGURE_ENV+= PKG_CONFIG=pkgconf -. elif ${pkgconfig_ARGS} == "run" -RUN_DEPENDS+= ${_PKGCONFIG_DEPENDS} -. elif ${pkgconfig_ARGS} == "both" -CONFIGURE_ENV+= PKG_CONFIG=pkgconf -BUILD_DEPENDS+= ${_PKGCONFIG_DEPENDS} -RUN_DEPENDS+= ${_PKGCONFIG_DEPENDS} -. else -IGNORE= USES=pkgconfig - invalid args: [${pkgconfig_ARGS}] specified -. endif - -.endif Index: Mk/Uses/qt-dist.mk =================================================================== --- Mk/Uses/qt-dist.mk +++ Mk/Uses/qt-dist.mk @@ -153,11 +153,6 @@ # have to declare a lot of unnecessary dependencies in USE_QT5. LDFLAGS+= -Wl,--as-needed -. if ${_QT_DIST} == "base" && ${PORTNAME} != "qmake" -# Qt configure requires pkg-config to detect dependencies. -.include "${USESDIR}/pkgconfig.mk" -. endif - # -nomake is only used by qtbase's configure script. # Other ports from other Qt modules will automatically build examples and # tests if the directories exist because of mkspecs/features/qt_parts.prf. Index: Mk/Uses/xorg-cat.mk =================================================================== --- Mk/Uses/xorg-cat.mk +++ Mk/Uses/xorg-cat.mk @@ -102,11 +102,6 @@ MASTER_SITES?= XORG/individual/${_XORG_CAT} . endif -# -## All xorg ports needs pkgconfig to build, but some ports look for pkgconfig -## and then continues the build. -.include "${USESDIR}/pkgconfig.mk" - # ## All xorg ports needs xorg-macros. . if ${PORTNAME} != xorg-macros Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk +++ Mk/bsd.port.mk @@ -1008,8 +1008,8 @@ # These need to be absolute since we don't know how deep in the ports # tree we are and thus can't go relative. They can, of course, be overridden # by individual Makefiles or local system make configuration. -_LIST_OF_WITH_FEATURES= debug lto ssp -_DEFAULT_WITH_FEATURES= ssp +_LIST_OF_WITH_FEATURES= debug lto pkgconfig ssp +_DEFAULT_WITH_FEATURES= ssp pkgconfig PORTSDIR?= /usr/ports LOCALBASE?= /usr/local LINUXBASE?= /compat/linux Index: accessibility/accerciser/Makefile =================================================================== --- accessibility/accerciser/Makefile +++ accessibility/accerciser/Makefile @@ -17,7 +17,7 @@ at-spi2-core>=2.1.5:accessibility/at-spi2-core NO_ARCH= yes -USES= gettext gmake gnome localbase:ldflags pkgconfig python:3.4+ shebangfix tar:xz +USES= gettext gmake gnome localbase:ldflags python:3.4+ shebangfix tar:xz USE_GNOME= gtk30 pygobject3 GNU_CONFIGURE= yes SHEBANG_FILES= plugins/ipython_view.py Index: accessibility/at-spi2-atk/Makefile =================================================================== --- accessibility/at-spi2-atk/Makefile +++ accessibility/at-spi2-atk/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= cpe gettext-runtime gnome localbase meson pkgconfig tar:xz +USES= cpe gettext-runtime gnome localbase meson tar:xz USE_GNOME= atk glib20 intlhack USE_LDCONFIG= yes CPE_VENDOR= gnome Index: accessibility/at-spi2-core/Makefile =================================================================== --- accessibility/at-spi2-core/Makefile +++ accessibility/at-spi2-core/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig tar:xz xorg +USES= gettext gnome localbase meson tar:xz xorg USE_GNOME= glib20 introspection:build USE_XORG= ice sm x11 xi xtst xext USE_LDCONFIG= yes Index: accessibility/atk/Makefile =================================================================== --- accessibility/atk/Makefile +++ accessibility/atk/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even USE_LDCONFIG= yes -USES= gettext gnome localbase meson pkgconfig tar:xz +USES= gettext gnome localbase meson tar:xz USE_GNOME= glib20 introspection:build .include Index: accessibility/atkmm/Makefile =================================================================== --- accessibility/atkmm/Makefile +++ accessibility/atkmm/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gmake gnome localbase libtool pathfix \ - pkgconfig tar:xz + tar:xz USE_GNOME= atk glibmm USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: accessibility/caribou/Makefile =================================================================== --- accessibility/caribou/Makefile +++ accessibility/caribou/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR} USES= gettext gl gmake gnome libtool localbase pathfix \ - pkgconfig python:3.3+ shebangfix tar:xz xorg + python:3.3+ shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build libxml2 \ libxslt:build pygobject3 USE_PYTHON= py3kplist Index: accessibility/feedbackd/Makefile =================================================================== --- accessibility/feedbackd/Makefile +++ accessibility/feedbackd/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB -USES= compiler:c11 gnome meson pkgconfig python:build shebangfix +USES= compiler:c11 gnome meson python:build shebangfix USE_GITLAB= yes USE_GNOME= glib20 USE_LDCONFIG= yes Index: accessibility/orca/Makefile =================================================================== --- accessibility/orca/Makefile +++ accessibility/orca/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even NO_ARCH= yes -USES= cpe gettext gmake gnome localbase pathfix pkgconfig \ +USES= cpe gettext gmake gnome localbase pathfix \ python:3.4+ tar:xz USE_GNOME= gtk30 pygobject3 GNU_CONFIGURE= yes Index: accessibility/py-atspi/Makefile =================================================================== --- accessibility/py-atspi/Makefile +++ accessibility/py-atspi/Makefile @@ -16,7 +16,7 @@ CONFLICTS= at-spi-1.[0-9]* PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase pathfix pkgconfig python:3.6+ tar:xz +USES= gettext gmake gnome localbase pathfix python:3.6+ tar:xz USE_PYTHON= flavors py3kplist USE_GNOME= intlhack pygobject3 GNU_CONFIGURE= yes Index: accessibility/qt5-speech/Makefile =================================================================== --- accessibility/qt5-speech/Makefile +++ accessibility/qt5-speech/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Accessibilty features for Qt5 -USES= compiler:c++11-lang gl pkgconfig perl5 qmake:outsource,norecursive \ +USES= compiler:c++11-lang gl perl5 qmake:outsource,norecursive \ qt-dist:5,speech xorg USE_GL= gl USE_PERL5= extract Index: accessibility/redshift/Makefile =================================================================== --- accessibility/redshift/Makefile +++ accessibility/redshift/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf:build gettext gmake gnome libtool localbase \ - pkgconfig shebangfix tar:bzip2 + shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= jonls Index: accessibility/speech-dispatcher/Makefile =================================================================== --- accessibility/speech-dispatcher/Makefile +++ accessibility/speech-dispatcher/Makefile @@ -14,7 +14,7 @@ libltdl.so:devel/libltdl \ libsndfile.so:audio/libsndfile -USES= alias autoreconf gettext gmake gnome libtool makeinfo pathfix pkgconfig +USES= alias autoreconf gettext gmake gnome libtool makeinfo pathfix USE_GNOME= glib20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-espeak-ng=no \ Index: accessibility/wlsunset/Makefile =================================================================== --- accessibility/wlsunset/Makefile +++ accessibility/wlsunset/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES Index: arabic/libitl/Makefile =================================================================== --- arabic/libitl/Makefile +++ arabic/libitl/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:insource pkgconfig +USES= cmake:insource USE_LDCONFIG= yes USE_GITHUB= yes Index: archivers/brotli/Makefile =================================================================== --- archivers/brotli/Makefile +++ archivers/brotli/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= google -USES= autoreconf:build compiler:c++0x cpe gmake libtool pkgconfig +USES= autoreconf:build compiler:c++0x cpe gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CPE_VENDOR= google Index: archivers/ccmix/Makefile =================================================================== --- archivers/ccmix/Makefile +++ archivers/ccmix/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcryptopp.so:security/cryptopp -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= OmniBlade GH_TAGNAME= 4369c8f Index: archivers/deutex/Makefile =================================================================== --- archivers/deutex/Makefile +++ archivers/deutex/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc -USES= autoreconf pkgconfig +USES= autoreconf USE_GITHUB= yes GH_ACCOUNT= Doom-Utils Index: archivers/dpkg/Makefile =================================================================== --- archivers/dpkg/Makefile +++ archivers/dpkg/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= gtar:archivers/gtar \ gpatch:devel/patch -USES= compiler:c11 cpe gmake iconv libtool ncurses perl5 pkgconfig \ +USES= compiler:c11 cpe gmake iconv libtool ncurses perl5 \ tar:xz CPE_VENDOR= debian Index: archivers/engrampa/Makefile =================================================================== --- archivers/engrampa/Makefile +++ archivers/engrampa/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome libtool localbase \ - mate pathfix pkgconfig tar:xz + mate pathfix tar:xz USE_MATE= caja USE_GNOME= cairo gtk30 intltool USE_LDCONFIG= yes Index: archivers/file-roller/Makefile =================================================================== --- archivers/file-roller/Makefile +++ archivers/file-roller/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= cpe desktop-file-utils gettext gnome libarchive localbase \ - meson pkgconfig python:3.5+,build tar:xz + meson python:3.5+,build tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes MESON_ARGS= -Dpackagekit=false Index: archivers/gcab/Makefile =================================================================== --- archivers/gcab/Makefile +++ archivers/gcab/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gettext gnome meson pkgconfig tar:xz vala:build +USES= cpe gettext gnome meson tar:xz vala:build USE_GNOME= glib20 introspection:build CPE_VENDOR= gnome Index: archivers/gnome-autoar/Makefile =================================================================== --- archivers/gnome-autoar/Makefile +++ archivers/gnome-autoar/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gettext-runtime gmake gnome libarchive meson pkgconfig \ +USES= cpe gettext-runtime gmake gnome libarchive meson \ tar:xz vala:build CPE_VENDOR= gnome Index: archivers/libcomprex/Makefile =================================================================== --- archivers/libcomprex/Makefile +++ archivers/libcomprex/Makefile @@ -13,7 +13,7 @@ OPTIONS_SUB= yes INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: archivers/liblz4/Makefile =================================================================== --- archivers/liblz4/Makefile +++ archivers/liblz4/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi -USES= cpe meson pkgconfig python:3.5+,build shebangfix +USES= cpe meson python:3.5+,build shebangfix USE_GITHUB= yes USE_LDCONFIG= yes CPE_VENDOR= lz4_project Index: archivers/libpar2/Makefile =================================================================== --- archivers/libpar2/Makefile +++ archivers/libpar2/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pkgconfig libtool localbase compiler:c++11-lang +USES= libtool localbase compiler:c++11-lang USE_CXXSTD= c++11 OPTIONS_DEFINE= DOCS Index: archivers/lxqt-archiver/Makefile =================================================================== --- archivers/lxqt-archiver/Makefile +++ archivers/lxqt-archiver/Makefile @@ -13,7 +13,7 @@ libmenu-cache.so:x11/menu-cache \ libexif.so:graphics/libexif RUN_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip -USES= cmake compiler:c++14-lang desktop-file-utils lxqt pkgconfig tar:xz gnome qt:5 xorg +USES= cmake compiler:c++14-lang desktop-file-utils lxqt tar:xz gnome qt:5 xorg USE_GNOME= glib20 USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ Index: archivers/maxcso/Makefile =================================================================== --- archivers/maxcso/Makefile +++ archivers/maxcso/Makefile @@ -13,7 +13,7 @@ liblz4.so:archivers/liblz4 \ libzopfli.so:archivers/zopfli -USES= gmake pkgconfig compiler:c++11-lang +USES= gmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= unknownbrackets Index: archivers/minizip-ng/Makefile =================================================================== --- archivers/minizip-ng/Makefile +++ archivers/minizip-ng/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd -USES= cmake:testing iconv pkgconfig ssl +USES= cmake:testing iconv ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= zlib-ng Index: archivers/php-brotli/Makefile =================================================================== --- archivers/php-brotli/Makefile +++ archivers/php-brotli/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= re2c>0:devel/re2c LIB_DEPENDS= libbrotlienc.so:archivers/brotli -USES= dos2unix libtool php:ext pkgconfig +USES= dos2unix libtool php:ext USE_GITHUB= yes GH_ACCOUNT= kjdev Index: archivers/php-horde_lz4/Makefile =================================================================== --- archivers/php-horde_lz4/Makefile +++ archivers/php-horde_lz4/Makefile @@ -21,7 +21,6 @@ LZ4_DESC= Use archivers/liblz4 instead of bundled lz4 LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZ4_CONFIGURE_WITH= liblz4 -LZ4_USES= pkgconfig CONFIGURE_ARGS= --enable-horde_lz4 Index: archivers/php-zstd/Makefile =================================================================== --- archivers/php-zstd/Makefile +++ archivers/php-zstd/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd -USES= php:ext pkgconfig +USES= php:ext USE_GITHUB= yes GH_ACCOUNT= kjdev Index: archivers/pixz/Makefile =================================================================== --- archivers/pixz/Makefile +++ archivers/pixz/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc -USES= autoreconf libarchive pkgconfig +USES= autoreconf libarchive USE_GITHUB= yes GH_ACCOUNT= vasi Index: archivers/py-borgbackup/Makefile =================================================================== --- archivers/py-borgbackup/Makefile +++ archivers/py-borgbackup/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ fakeroot:security/fakeroot -USES= pkgconfig python:3.8+ ssl +USES= python:3.8+ ssl USE_PYTHON= autoplist distutils OPTIONS_DEFINE= FUSE Index: archivers/py-borgbackup11/Makefile =================================================================== --- archivers/py-borgbackup11/Makefile +++ archivers/py-borgbackup11/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ fakeroot:security/fakeroot -USES= pkgconfig python ssl +USES= python ssl USE_PYTHON= autoplist distutils OPTIONS_DEFINE= FUSE Index: archivers/rpm4/Makefile =================================================================== --- archivers/rpm4/Makefile +++ archivers/rpm4/Makefile @@ -20,7 +20,7 @@ gxargs:misc/findutils USES= alias bdb sqlite cpe gmake iconv libarchive libtool \ - lua:53+ pathfix pkgconfig shebangfix tar:bzip2 + lua:53+ pathfix shebangfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: archivers/stormlib/Makefile =================================================================== --- archivers/stormlib/Makefile +++ archivers/stormlib/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libtomcrypt.so:security/libtomcrypt -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= ladislav-zezula Index: archivers/thunar-archive-plugin/Makefile =================================================================== --- archivers/thunar-archive-plugin/Makefile +++ archivers/thunar-archive-plugin/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libexo thunar Index: archivers/urbackup-client/Makefile =================================================================== --- archivers/urbackup-client/Makefile +++ archivers/urbackup-client/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcryptopp.so:security/cryptopp USES= autoreconf compiler:c++11-lang dos2unix gettext libtool \ - localbase pkgconfig sqlite:3 + localbase sqlite:3 USE_RC_SUBR= urbackup_client USERS= urbackup Index: archivers/urbackup-server/Makefile =================================================================== --- archivers/urbackup-server/Makefile +++ archivers/urbackup-server/Makefile @@ -14,7 +14,7 @@ liblmdb.so:databases/lmdb USES= autoreconf compiler:c++11-lang dos2unix fakeroot fuse \ - libtool lua:53+ pkgconfig sqlite:3 + libtool lua:53+ sqlite:3 DOS2UNIX_GLOB= *.c *.cpp *.h *.am USE_RC_SUBR= urbackup_server Index: archivers/v1541commander/Makefile =================================================================== --- archivers/v1541commander/Makefile +++ archivers/v1541commander/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= lib1541img.so:archivers/lib1541img -USES= compiler:c++11-lang gmake pkgconfig qt:5 shared-mime-info +USES= compiler:c++11-lang gmake qt:5 shared-mime-info USE_QT= core gui network widgets buildtools_build linguisttools_build @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS -MAKE_ARGS= pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ +MAKE_ARGS= pkgconfigdir=${LOCALBASE}/libdata/\ V=1 MAKE_ENV= DEFAULT_MOC=${MOC} \ DEFAULT_RCC=${RCC} \ Index: archivers/xarchive/Makefile =================================================================== --- archivers/xarchive/Makefile +++ archivers/xarchive/Makefile @@ -9,7 +9,7 @@ RUN_DEPENDS= bash:shells/bash -USES= gnome pkgconfig +USES= gnome GNU_CONFIGURE= yes USE_GNOME= gtk20 Index: archivers/xarchiver/Makefile =================================================================== --- archivers/xarchiver/Makefile +++ archivers/xarchiver/Makefile @@ -18,7 +18,7 @@ xdg-open:devel/xdg-utils \ zip:archivers/zip -USES= autoreconf desktop-file-utils gmake gnome libtool:build pkgconfig +USES= autoreconf desktop-file-utils gmake gnome libtool:build USE_GITHUB= yes GH_ACCOUNT= ib Index: archivers/zchunk/Makefile =================================================================== --- archivers/zchunk/Makefile +++ archivers/zchunk/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone \ libcurl.so:ftp/curl -USES= localbase:ldflags meson pkgconfig +USES= localbase:ldflags meson USE_GITHUB= yes USE_LDCONFIG= yes Index: astro/astrometry/Makefile =================================================================== --- astro/astrometry/Makefile +++ astro/astrometry/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \ ${PYNUMPY} -USES= gmake jpeg localbase pkgconfig python shebangfix +USES= gmake jpeg localbase python shebangfix USE_LDCONFIG= yes SHEBANG_FILES= bin/* plot/plotann.py sdss/*.py solver/*.py util/[!c]*.py Index: astro/celestia/Makefile =================================================================== --- astro/celestia/Makefile +++ astro/celestia/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c++11-lang gettext gl gmake jpeg libtool lua:52 pkgconfig +USES= compiler:c++11-lang gettext gl gmake jpeg libtool lua:52 USE_GL= gl GNU_CONFIGURE= yes EXTRA_PATCHES= ${FILESDIR}/celestia-1.6.1-lua-5.2.patch:-p1 \ Index: astro/cfitsio/Makefile =================================================================== --- astro/cfitsio/Makefile +++ astro/cfitsio/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libf2c.so:lang/f2c -USES= cpe localbase pkgconfig +USES= cpe localbase ALL_TARGET= libcfitsio.a shared CONFIGURE_ARGS= ac_cv_prog_FC=f2c --enable-reentrant --with-bzip2=/usr Index: astro/foxtrotgps/Makefile =================================================================== --- astro/foxtrotgps/Makefile +++ astro/foxtrotgps/Makefile @@ -17,7 +17,7 @@ libgps.so:astro/gpsd \ libsoup-2.4.so:devel/libsoup -USES= compiler:c++11-lang gettext gmake gnome pkgconfig python \ +USES= compiler:c++11-lang gettext gmake gnome python \ shebangfix sqlite:3 USE_GNOME= cairo gtk20 intltool libglade2 libxml2 GLIB_SCHEMAS= org.foxtrotgps.gschema.xml Index: astro/gkrellmoon2/Makefile =================================================================== --- astro/gkrellmoon2/Makefile +++ astro/gkrellmoon2/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 ALL_TARGET= gkrellmoon.so Index: astro/gpscorrelate/Makefile =================================================================== --- astro/gpscorrelate/Makefile +++ astro/gpscorrelate/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= compiler:c++11-lang gmake gnome pkgconfig +USES= compiler:c++11-lang gmake gnome USE_GNOME= libxml2 USE_GITHUB= yes Index: astro/gpsd/Makefile =================================================================== --- astro/gpsd/Makefile +++ astro/gpsd/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe pathfix pkgconfig python:3.6+ scons +USES= cpe pathfix python:3.6+ scons CPE_VENDOR= gpsd_project USE_LDCONFIG= yes USE_RC_SUBR= gpsd Index: astro/indiwebmanagerapp/Makefile =================================================================== --- astro/indiwebmanagerapp/Makefile +++ astro/indiwebmanagerapp/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= indiserver:devel/indi \ ${PYTHON_PKGNAMEPREFIX}indiweb>0:astro/py-indiweb@${PY_FLAVOR} -USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.7+ xorg +USES= cmake iconv gettext kde:5 ninja qt:5 python:3.7+ xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons doctools i18n kio itemviews jobwidgets service \ solid widgetsaddons windowsystem xmlgui Index: astro/kstars/Makefile =================================================================== --- astro/kstars/Makefile +++ astro/kstars/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= xplanet:astro/xplanet USES= cmake compiler:c++11-lib desktop-file-utils eigen:3 \ - gettext gnome kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg + gettext gnome kde:5 localbase:ldflags qt:5 tar:xz xorg USE_GNOME= glib20 USE_KDE= attica auth bookmarks codecs completion config configwidgets\ coreaddons crash dbusaddons guiaddons i18n \ Index: astro/merkaartor/Makefile =================================================================== --- astro/merkaartor/Makefile +++ astro/merkaartor/Makefile @@ -13,7 +13,7 @@ libproj.so:graphics/proj \ libquazip1-qt5.so:archivers/quazip -USES= compiler:c++11-lang gnome pkgconfig qmake qt:5 sqlite:3 +USES= compiler:c++11-lang gnome qmake qt:5 sqlite:3 USE_GITHUB= yes GH_ACCOUNT= openstreetmap USE_LDCONFIG= yes Index: astro/nightfall/Makefile =================================================================== --- astro/nightfall/Makefile +++ astro/nightfall/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler gettext gmake gnome jpeg pathfix perl5 pkgconfig +USES= compiler gettext gmake gnome jpeg pathfix perl5 USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: astro/opencpn/Makefile =================================================================== --- astro/opencpn/Makefile +++ astro/opencpn/Makefile @@ -19,7 +19,7 @@ liblz4.so:archivers/liblz4 USES= cmake compiler:c++11-lang gettext-tools gl gnome libarchive \ - localbase pkgconfig sqlite xorg + localbase sqlite xorg USE_CXXSTD= c++11 USE_GITHUB= yes GH_ACCOUNT= ${GH_PROJECT} Index: astro/phd2/Makefile =================================================================== --- astro/phd2/Makefile +++ astro/phd2/Makefile @@ -15,7 +15,7 @@ libcurl.so:ftp/curl RUN_DEPENDS= indiserver:devel/indi -USES= cmake eigen:3 gettext ninja pkgconfig xorg +USES= cmake eigen:3 gettext ninja xorg USE_GITHUB= yes GH_ACCOUNT= OpenPHDGuiding Index: astro/qmapshack/Makefile =================================================================== --- astro/qmapshack/Makefile +++ astro/qmapshack/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks USES= cmake compiler:c++11-lib desktop-file-utils gl jpeg \ - pkgconfig qt:5 xorg + qt:5 xorg USE_GITHUB= yes USE_GL= gl USE_QT= buildtools core dbus declarative gui help linguisttools location network \ Index: astro/readosm/Makefile =================================================================== --- astro/readosm/Makefile +++ astro/readosm/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Index: astro/siril/Makefile =================================================================== --- astro/siril/Makefile +++ astro/siril/Makefile @@ -36,7 +36,7 @@ LIB_DEPENDS+= libopencv_photo.so:graphics/opencv # for some reason, configure fails without opencv, but executable only links to opencv-core USES= compiler:c++11-lang desktop-file-utils gettext \ - gnome meson pkgconfig jpeg shared-mime-info tar:bz2 + gnome meson jpeg shared-mime-info tar:bz2 USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango BINARY_ALIAS= git=false Index: astro/starplot/Makefile =================================================================== --- astro/starplot/Makefile +++ astro/starplot/Makefile @@ -10,7 +10,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES USES= compiler:c++11-lang gmake gnome localbase:ldflags pathfix \ - gettext pkgconfig + gettext USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: astro/stellarsolver/Makefile =================================================================== --- astro/stellarsolver/Makefile +++ astro/stellarsolver/Makefile @@ -11,7 +11,7 @@ libgsl.so:math/gsl \ libwcs.so:astro/wcslib -USES= cmake desktop-file-utils iconv ninja qt:5 pkgconfig +USES= cmake desktop-file-utils iconv ninja qt:5 USE_QT= buildtools concurrent core gui qmake_build network widgets USE_GITHUB= yes GH_ACCOUNT= rlancaste Index: astro/wmmoonclock/Makefile =================================================================== --- astro/wmmoonclock/Makefile +++ astro/wmmoonclock/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= autoreconf:build pkgconfig xorg +USES= autoreconf:build xorg USE_XORG+= x11 xext xpm GNU_CONFIGURE= yes Index: audio/a2jmidid/Makefile =================================================================== --- audio/a2jmidid/Makefile +++ audio/a2jmidid/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libjack.so:audio/jack -USES= meson pkgconfig tar:bzip2 uidfix +USES= meson tar:bzip2 uidfix USE_GITHUB= yes GH_ACCOUNT= jackaudio Index: audio/abgate-lv2/Makefile =================================================================== --- audio/abgate-lv2/Makefile +++ audio/abgate-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= compiler:c++11-lang gl gmake gnome pkgconfig qt:5 xorg +USES= compiler:c++11-lang gl gmake gnome qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= antanasbruzas USE_CXXSTD= c++11 Index: audio/abx/Makefile =================================================================== --- audio/abx/Makefile +++ audio/abx/Makefile @@ -15,7 +15,7 @@ libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile -USES= gettext-runtime gmake gnome pkgconfig +USES= gettext-runtime gmake gnome USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk20 pango GNU_CONFIGURE= yes Index: audio/adplay/Makefile =================================================================== --- audio/adplay/Makefile +++ audio/adplay/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libadplug.so:audio/libadplug \ libbinio.so:devel/libbinio -USES= autoreconf compiler:c++11-lang libtool pkgconfig +USES= autoreconf compiler:c++11-lang libtool USE_GITHUB= yes GH_ACCOUNT= adplug Index: audio/aeolus/Makefile =================================================================== --- audio/aeolus/Makefile +++ audio/aeolus/Makefile @@ -16,7 +16,7 @@ libjack.so:audio/jack \ libzita-alsa-pcmi.so:audio/zita-alsa-pcmi -USES= gmake localbase:ldflags pkgconfig readline tar:bz2 xorg +USES= gmake localbase:ldflags readline tar:bz2 xorg USE_XORG= x11 xft WRKSRC_SUBDIR= source Index: audio/alsa-plugins/Makefile =================================================================== --- audio/alsa-plugins/Makefile +++ audio/alsa-plugins/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib -USES= alias autoreconf libtool:keepla localbase pkgconfig tar:bzip2 +USES= alias autoreconf libtool:keepla localbase tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/alsa-lib GNU_CONFIGURE= yes MAKE_ARGS+= RM="${RM}" Index: audio/alsa-sndio/Makefile =================================================================== --- audio/alsa-sndio/Makefile +++ audio/alsa-sndio/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libsndio.so:audio/sndio -USES= gmake localbase pkgconfig +USES= gmake localbase USE_GITHUB= yes GH_ACCOUNT= Duncaen Index: audio/alsa-utils/Makefile =================================================================== --- audio/alsa-utils/Makefile +++ audio/alsa-utils/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins USES= autoreconf gettext-tools gmake libtool localbase ncurses shebangfix \ - tar:bzip2 pkgconfig + tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= alsa-project GH_PROJECT= ${PORTNAME} Index: audio/alure/Makefile =================================================================== --- audio/alure/Makefile +++ audio/alure/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang openal:soft pkgconfig +USES= cmake compiler:c++11-lang openal:soft USE_LDCONFIG= yes CMAKE_OFF= BUILD_DOCS BUILD_STATIC LDFLAGS_i386= -Wl,-znotext Index: audio/amarok/Makefile =================================================================== --- audio/amarok/Makefile +++ audio/amarok/Makefile @@ -19,7 +19,7 @@ liblz4.so:archivers/liblz4 USES= cmake compiler:c++11-lang cpe desktop-file-utils \ - kde:5 mysql:client,embedded pkgconfig qca qt:5 shebangfix ssl xorg + kde:5 mysql:client,embedded qca qt:5 shebangfix ssl xorg USE_QT= core concurrent declarative dbus gui location network phonon4 \ quickcontrols2 script scripttools sql svg webchannel \ Index: audio/amsynth/Makefile =================================================================== --- audio/amsynth/Makefile +++ audio/amsynth/Makefile @@ -20,8 +20,7 @@ libsndfile.so:audio/libsndfile RUN_DEPENDS= dssi>0:audio/dssi -USES= compiler:c++11-lang gettext-tools gmake gnome libtool localbase \ - pkgconfig +USES= compiler:c++11-lang gettext-tools gmake gnome libtool localbase USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 intltool pango GNU_CONFIGURE= yes Index: audio/aqualung/Makefile =================================================================== --- audio/aqualung/Makefile +++ audio/aqualung/Makefile @@ -27,7 +27,7 @@ libcdio_paranoia.so:sysutils/libcdio-paranoia \ liblrdf.so:textproc/liblrdf -USES= compiler:c++11-lang cpe gettext gnome localbase lua:52 pkgconfig +USES= compiler:c++11-lang cpe gettext gnome localbase lua:52 USE_GNOME= gtk20 libxml2 libxslt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ifp=no Index: audio/ardour6/Makefile =================================================================== --- audio/ardour6/Makefile +++ audio/ardour6/Makefile @@ -46,7 +46,7 @@ libwebsockets.so:net/libwebsockets USES= compiler:c++11-lang desktop-file-utils gettext gnome \ - libarchive pkgconfig python:3.7,build readline tar:bzip2 \ + libarchive python:3.7,build readline tar:bzip2 \ waf xorg USE_CXXSTD= c++11 USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango Index: audio/ario/Makefile =================================================================== --- audio/ario/Makefile +++ audio/ario/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_LDCONFIG= yes USE_GNOME= gtk30 pango atk cairo gdkpixbuf2 glib20 libxml2 INSTALL_TARGET= install-strip Index: audio/artyfx-lv2/Makefile =================================================================== --- audio/artyfx-lv2/Makefile +++ audio/artyfx-lv2/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsndfile.so:audio/libsndfile -USES= cmake compiler:c++11-lang gnome localbase:ldflags pkgconfig xorg +USES= cmake compiler:c++11-lang gnome localbase:ldflags xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/asunder/Makefile =================================================================== --- audio/asunder/Makefile +++ audio/asunder/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:audio/cdparanoia -USES= compiler:c11 desktop-file-utils gettext gmake gnome pkgconfig \ +USES= compiler:c11 desktop-file-utils gettext gmake gnome \ tar:bzip2 USE_GNOME= cairo gdkpixbuf2 gtk20 glib20 intltool intlhack GNU_CONFIGURE= yes Index: audio/aubio/Makefile =================================================================== --- audio/aubio/Makefile +++ audio/aubio/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES+= cpe pkgconfig tar:bzip2 +USES+= cpe tar:bzip2 BINARY_ALIAS= python=${PYTHON_CMD} Index: audio/audacity/Makefile =================================================================== --- audio/audacity/Makefile +++ audio/audacity/Makefile @@ -23,7 +23,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= cmake compiler:c++17-lang cpe desktop-file-utils gettext \ - gnome libtool python:build pkgconfig shared-mime-info + gnome libtool python:build shared-mime-info USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 Index: audio/autozen/Makefile =================================================================== --- audio/autozen/Makefile +++ audio/autozen/Makefile @@ -12,7 +12,7 @@ OPTIONS_DEFINE= DOCS -USES= gnome perl5 pkgconfig shebangfix +USES= gnome perl5 shebangfix SHEBANG_FILES= zentime USE_PERL5= run Index: audio/avldrums-lv2/Makefile =================================================================== --- audio/avldrums-lv2/Makefile +++ audio/avldrums-lv2/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gl gmake gnome pkgconfig xorg +USES= gl gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= x42 GH_PROJECT= ${PORTNAME}.lv2 Index: audio/aylet/Makefile =================================================================== --- audio/aylet/Makefile +++ audio/aylet/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime pkgconfig +USES= gettext-runtime OPTIONS_DEFINE= GUI OPTIONS_DEFAULT=GUI Index: audio/bamp-lv2/Makefile =================================================================== --- audio/bamp-lv2/Makefile +++ audio/bamp-lv2/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/bangr-lv2/Makefile =================================================================== --- audio/bangr-lv2/Makefile +++ audio/bangr-lv2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/baresip/Makefile =================================================================== --- audio/baresip/Makefile +++ audio/baresip/Makefile @@ -14,7 +14,7 @@ rem>=0.5.3:audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake pkgconfig ssl +USES= gmake ssl CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ilbc MAKE_ARGS= MOD_AUTODETECT="" PLIST_FILES= bin/baresip Index: audio/bchoppr-lv2/Makefile =================================================================== --- audio/bchoppr-lv2/Makefile +++ audio/bchoppr-lv2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GITHUB= yes USE_GNOME= cairo USE_XORG= x11 Index: audio/bharvestr-lv2/Makefile =================================================================== --- audio/bharvestr-lv2/Makefile +++ audio/bharvestr-lv2/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= sjaehn GH_PROJECT= BHarvestr Index: audio/bjumblr-lv2/Makefile =================================================================== --- audio/bjumblr-lv2/Makefile +++ audio/bjumblr-lv2/Makefile @@ -15,7 +15,7 @@ libsndfile.so:audio/libsndfile RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/bliss/Makefile =================================================================== --- audio/bliss/Makefile +++ audio/bliss/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libfftw3.so:math/fftw3 -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= Polochon-street USE_LDCONFIG= yes Index: audio/boops-lv2/Makefile =================================================================== --- audio/boops-lv2/Makefile +++ audio/boops-lv2/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/bschaffl-lv2/Makefile =================================================================== --- audio/bschaffl-lv2/Makefile +++ audio/bschaffl-lv2/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/bsequencer-lv2/Makefile =================================================================== --- audio/bsequencer-lv2/Makefile +++ audio/bsequencer-lv2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= sjaehn GH_PROJECT= BSEQuencer Index: audio/bshapr-lv2/Makefile =================================================================== --- audio/bshapr-lv2/Makefile +++ audio/bshapr-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ cmake:devel/cmake -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= sjaehn GH_PROJECT= BShapr Index: audio/bslizr-lv2/Makefile =================================================================== --- audio/bslizr-lv2/Makefile +++ audio/bslizr-lv2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= sjaehn GH_PROJECT= BSlizr Index: audio/cadence/Makefile =================================================================== --- audio/cadence/Makefile +++ audio/cadence/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= jackit>0:audio/jack -USES= compiler:c++11-lang gmake localbase pkgconfig \ +USES= compiler:c++11-lang gmake localbase \ python:3.4+ pyqt:5 qt:5 shebangfix tar:bz2 SHEBANG_FILES= src/*.py USE_GITHUB= yes Index: audio/calf-lv2/Makefile =================================================================== --- audio/calf-lv2/Makefile +++ audio/calf-lv2/Makefile @@ -18,7 +18,7 @@ libjack.so:audio/jack \ libexpat.so:textproc/expat2 -USES= autoreconf gmake gnome libtool localbase pkgconfig +USES= autoreconf gmake gnome libtool localbase USE_GNOME= cairo gdkpixbuf2 gtk20 USE_CXXSTD= c++11 USE_LDCONFIG= yes Index: audio/cantata/Makefile =================================================================== --- audio/cantata/Makefile +++ audio/cantata/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang cpe pkgconfig qt:5 shebangfix +USES= cmake compiler:c++11-lang cpe qt:5 shebangfix USE_GITHUB= yes GH_ACCOUNT= CDrummond Index: audio/cardinal/Makefile =================================================================== --- audio/cardinal/Makefile +++ audio/cardinal/Makefile @@ -21,7 +21,7 @@ libsndfile.so:audio/libsndfile \ libspeexdsp.so:audio/speexdsp -USES= compiler:c++11-lang gl gmake libarchive localbase:ldflags pkgconfig python shebangfix tar:xz xorg +USES= compiler:c++11-lang gl gmake libarchive localbase:ldflags python shebangfix tar:xz xorg USE_XORG= x11 xcursor xext xrandr USE_GL= gl Index: audio/carla/Makefile =================================================================== --- audio/carla/Makefile +++ audio/carla/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR} USES= compiler:c++11-lib desktop-file-utils gl gmake gnome localbase \ - pkgconfig pyqt:5 python:3.4+ qt:5 sdl shared-mime-info shebangfix \ + pyqt:5 python:3.4+ qt:5 sdl shared-mime-info shebangfix \ tar:bz2 xorg USE_PYQT= pyqt5 sip USE_GNOME= gtk20 gtk30 Index: audio/ccaudio2/Makefile =================================================================== --- audio/ccaudio2/Makefile +++ audio/ccaudio2/Makefile @@ -15,7 +15,7 @@ libgsm.so:audio/gsm \ libspeex.so:audio/speex -USES= cmake compiler:c++11-lib pathfix pkgconfig +USES= cmake compiler:c++11-lib pathfix USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_INCLUDES:PATH=${LOCALBASE}/include Index: audio/cmus/Makefile =================================================================== --- audio/cmus/Makefile +++ audio/cmus/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 cpe gmake iconv ncurses pkgconfig +USES= compiler:c11 cpe gmake iconv ncurses USE_GITHUB= yes HAS_CONFIGURE= yes Index: audio/codec2/Makefile =================================================================== --- audio/codec2/Makefile +++ audio/codec2/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libspeexdsp.so:audio/speexdsp -USES= cmake pathfix pkgconfig python:3.6+ shebangfix tar:xz +USES= cmake pathfix python:3.6+ shebangfix tar:xz GH_ACCOUNT= drowe67 GH_PROJECT= codec2 Index: audio/cyanrip/Makefile =================================================================== --- audio/cyanrip/Makefile +++ audio/cyanrip/Makefile @@ -15,7 +15,7 @@ libcurl.so:ftp/curl \ libmusicbrainz5.so:audio/libmusicbrainz5 -USES= compiler:c11 localbase meson pkgconfig +USES= compiler:c11 localbase meson USE_GITHUB= yes GH_ACCOUNT= cyanreg Index: audio/darkice/Makefile =================================================================== --- audio/darkice/Makefile +++ audio/darkice/Makefile @@ -10,7 +10,6 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsa Index: audio/deadbeef-mpris2-plugin/Makefile =================================================================== --- audio/deadbeef-mpris2-plugin/Makefile +++ audio/deadbeef-mpris2-plugin/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= Serranya -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gnome libtool GNU_CONFIGURE= yes USE_GNOME= glib20 Index: audio/deadbeef-musical-spectrum-plugin/Makefile =================================================================== --- audio/deadbeef-musical-spectrum-plugin/Makefile +++ audio/deadbeef-musical-spectrum-plugin/Makefile @@ -14,7 +14,7 @@ GH_PROJECT= ddb_musical_spectrum GH_TAGNAME= 353870a -USES= gmake gnome pkgconfig +USES= gmake gnome OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT= GTK2 Index: audio/deadbeef-playback-status-plugin/Makefile =================================================================== --- audio/deadbeef-playback-status-plugin/Makefile +++ audio/deadbeef-playback-status-plugin/Makefile @@ -13,7 +13,7 @@ GH_PROJECT= ddb_playback_status GH_TAGNAME= fce1de0 -USES= gmake gnome pkgconfig +USES= gmake gnome MAKE_JOBS_UNSAFE= yes Index: audio/deadbeef-quick-search-plugin/Makefile =================================================================== --- audio/deadbeef-quick-search-plugin/Makefile +++ audio/deadbeef-quick-search-plugin/Makefile @@ -13,7 +13,7 @@ GH_PROJECT= ddb_quick_search GH_TAGNAME= 332e994 -USES= gmake gnome pkgconfig +USES= gmake gnome MAKE_JOBS_UNSAFE= yes Index: audio/deadbeef-spectrogram-plugin/Makefile =================================================================== --- audio/deadbeef-spectrogram-plugin/Makefile +++ audio/deadbeef-spectrogram-plugin/Makefile @@ -16,7 +16,7 @@ GH_PROJECT= ddb_spectrogram GH_TAGNAME= 8d1b371 -USES= gmake gnome pkgconfig +USES= gmake gnome MAKE_JOBS_UNSAFE= yes Index: audio/deadbeef-vu-meter-plugin/Makefile =================================================================== --- audio/deadbeef-vu-meter-plugin/Makefile +++ audio/deadbeef-vu-meter-plugin/Makefile @@ -13,7 +13,7 @@ GH_PROJECT= ddb_vu_meter GH_TAGNAME= 940d8d7 -USES= gmake gnome pkgconfig +USES= gmake gnome MAKE_JOBS_UNSAFE= yes Index: audio/deadbeef-waveform-seekbar-plugin/Makefile =================================================================== --- audio/deadbeef-waveform-seekbar-plugin/Makefile +++ audio/deadbeef-waveform-seekbar-plugin/Makefile @@ -13,7 +13,7 @@ GH_PROJECT= ddb_waveform_seekbar GH_TAGNAME= 0402f6d -USES= gmake gnome pkgconfig sqlite +USES= gmake gnome sqlite MAKE_JOBS_UNSAFE= yes Index: audio/deadbeef/Makefile =================================================================== --- audio/deadbeef/Makefile +++ audio/deadbeef/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes USES= compiler:c11 desktop-file-utils gettext gmake gnome iconv \ - libtool pkgconfig shebangfix tar:bzip2 + libtool shebangfix tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-alsa --disable-nullout --disable-static CPPFLAGS+= -I../dumb/dumb-kode54/include -I../../plugins/libmp4ff \ Index: audio/denemo/Makefile =================================================================== --- audio/denemo/Makefile +++ audio/denemo/Makefile @@ -28,7 +28,7 @@ -s '!\(/Clarinet in B\).*\(\.denemo\)$$!\1b\2!p' -xf USES= bison:alias compiler:c++11-lang desktop-file-utils gettext gmake \ - gnome pkgconfig + gnome USE_GNOME= intltool librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-jack \ Index: audio/dexed/Makefile =================================================================== --- audio/dexed/Makefile +++ audio/dexed/Makefile @@ -21,7 +21,7 @@ libpng16.so:graphics/png \ libasound.so:audio/alsa-lib # see https://github.com/asb2m10/dexed/issues/343 about the ALSA use -USES= cmake dos2unix localbase:ldflags pkgconfig +USES= cmake dos2unix localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= asb2m10 Index: audio/dgedit/Makefile =================================================================== --- audio/dgedit/Makefile +++ audio/dgedit/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libao.so:audio/libao \ libsndfile.so:audio/libsndfile -USES= autoreconf compiler:c++14-lang gmake libtool localbase pkgconfig qt:5 +USES= autoreconf compiler:c++14-lang gmake libtool localbase qt:5 USE_QT= buildtools_build core gui linguisttools_build widgets xml GNU_CONFIGURE= yes Index: audio/dmidiplayer/Makefile =================================================================== --- audio/dmidiplayer/Makefile +++ audio/dmidiplayer/Makefile @@ -13,7 +13,7 @@ libOpenGL.so:graphics/libglvnd \ libuchardet.so:textproc/uchardet -USES= compiler:c++17-lang cmake desktop-file-utils pkgconfig qt:6 tar:bz2 +USES= compiler:c++17-lang cmake desktop-file-utils qt:6 tar:bz2 USE_QT= base tools_build CMAKE_ARGS= -DUSE_QT=6 Index: audio/dpf-plugins-lv2/Makefile =================================================================== --- audio/dpf-plugins-lv2/Makefile +++ audio/dpf-plugins-lv2/Makefile @@ -16,7 +16,7 @@ libprojectM.so:graphics/libprojectm \ libpulse-simple.so:audio/pulseaudio -USES= compiler:c++11-lang gl gmake localbase pkgconfig shebangfix xorg +USES= compiler:c++11-lang gl gmake localbase shebangfix xorg SHEBANG_FILES= dpf/utils/generate-ttl.sh USE_GITHUB= yes GH_ACCOUNT= DISTRHO Index: audio/dragonfly-reverb-lv2/Makefile =================================================================== --- audio/dragonfly-reverb-lv2/Makefile +++ audio/dragonfly-reverb-lv2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libpulse.so:audio/pulseaudio -USES= compiler:c++11-lang gl gmake localbase pkgconfig shebangfix xorg +USES= compiler:c++11-lang gl gmake localbase shebangfix xorg USE_GL= gl USE_XORG= x11 xext xrandr Index: audio/drumgizmo/Makefile =================================================================== --- audio/drumgizmo/Makefile +++ audio/drumgizmo/Makefile @@ -17,7 +17,7 @@ libsndfile.so:audio/libsndfile \ libexpat.so:textproc/expat2 -USES= compiler:c++11-lang gnome libtool pkgconfig xorg +USES= compiler:c++11-lang gnome libtool xorg USE_GNOME= glib20 USE_XORG= x11 xext Index: audio/drumkv1-lv2/Makefile =================================================================== --- audio/drumkv1-lv2/Makefile +++ audio/drumkv1-lv2/Makefile @@ -15,7 +15,7 @@ libsndfile.so:audio/libsndfile \ liblo.so:audio/liblo -USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig qt:5 shared-mime-info +USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags qt:5 shared-mime-info USE_QT= core gui svg widgets xml buildtools_build linguisttools_build qmake_build USE_GL= gl Index: audio/drumstick/Makefile =================================================================== --- audio/drumstick/Makefile +++ audio/drumstick/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang cmake desktop-file-utils pkgconfig qt:6 shared-mime-info tar:bz2 +USES= compiler:c++11-lang cmake desktop-file-utils qt:6 shared-mime-info tar:bz2 USE_QT= base svg 5compat tools_build USE_LDCONFIG= yes Index: audio/dssi/Makefile =================================================================== --- audio/dssi/Makefile +++ audio/dssi/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa \ ${LOCALBASE}/include/alsa/seq_event.h:audio/alsa-lib -USES= gmake pathfix pkgconfig localbase libtool xorg +USES= gmake pathfix localbase libtool xorg GNU_CONFIGURE= yes USE_XORG= x11 Index: audio/easytag/Makefile =================================================================== --- audio/easytag/Makefile +++ audio/easytag/Makefile @@ -21,7 +21,7 @@ libogg.so:audio/libogg USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ - gnome localbase pkgconfig tar:xz + gnome localbase tar:xz USE_GNOME= cairo dconf:run gtk30 intlhack libxslt GLIB_SCHEMAS= org.gnome.EasyTAG.gschema.xml org.gnome.EasyTAG.enums.xml GNU_CONFIGURE= yes Index: audio/ebumeter/Makefile =================================================================== --- audio/ebumeter/Makefile +++ audio/ebumeter/Makefile @@ -18,7 +18,7 @@ libsndfile.so:audio/libsndfile \ libzita-resampler.so:audio/zita-resampler -USES= gmake localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake localbase:ldflags tar:bz2 xorg USE_XORG= x11 xft WRKSRC_SUBDIR= source Index: audio/ecasound/Makefile =================================================================== --- audio/ecasound/Makefile +++ audio/ecasound/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -USES= gmake libtool localbase:ldflags ncurses pkgconfig \ +USES= gmake libtool localbase:ldflags ncurses \ readline shebangfix SHEBANG_FILES= ecatools/ecamonitor GNU_CONFIGURE= yes Index: audio/elisa/Makefile =================================================================== --- audio/elisa/Makefile +++ audio/elisa/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons filemetadata i18n iconthemes itemviews \ jobwidgets kcmutils kdeclarative kio kirigami2 package \ Index: audio/enscribe/Makefile =================================================================== --- audio/enscribe/Makefile +++ audio/enscribe/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png \ libfreetype.so:print/freetype2 -USES= jpeg pkgconfig tar:tgz +USES= jpeg tar:tgz PORTDOCS= README PLIST_FILES= bin/enscribe Index: audio/eq10q-lv2/Makefile =================================================================== --- audio/eq10q-lv2/Makefile +++ audio/eq10q-lv2/Makefile @@ -16,8 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= cmake compiler:c++11-lang dos2unix gnome localbase:ldflags \ - pkgconfig +USES= cmake compiler:c++11-lang dos2unix gnome localbase:ldflags USE_GNOME= glib20 gtk20 gtkmm24 gdkpixbuf2 atkmm cairo cairomm pangomm DOS2UNIX_FILES= dsp/vu.h Index: audio/espressivo-lv2/Makefile =================================================================== --- audio/espressivo-lv2/Makefile +++ audio/espressivo-lv2/Makefile @@ -14,7 +14,7 @@ lv2lint:audio/lv2lint \ sord_validate:devel/sord -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_PROJECT= ${PORTNAME}.lv2 Index: audio/eteroj-lv2/Makefile =================================================================== --- audio/eteroj-lv2/Makefile +++ audio/eteroj-lv2/Makefile @@ -16,7 +16,7 @@ libsord-0.so:devel/sord \ libuv.so:devel/libuv -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_PROJECT= eteroj.lv2 Index: audio/ezstream/Makefile =================================================================== --- audio/ezstream/Makefile +++ audio/ezstream/Makefile @@ -16,7 +16,7 @@ TAGLIB_DESC= TagLib support -USES= gnome iconv pkgconfig +USES= gnome iconv USE_GNOME= libxml2 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes Index: audio/fabla2-lv2/Makefile =================================================================== --- audio/fabla2-lv2/Makefile +++ audio/fabla2-lv2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake compiler:c++11-lang gnome pkgconfig xorg +USES= cmake compiler:c++11-lang gnome xorg USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-Fabla2 Index: audio/fatfrog-lv2/Makefile =================================================================== --- audio/fatfrog-lv2/Makefile +++ audio/fatfrog-lv2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gmake gnome localbase pkgconfig xorg +USES= gmake gnome localbase xorg USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 Index: audio/faudio/Makefile =================================================================== --- audio/faudio/Makefile +++ audio/faudio/Makefile @@ -21,7 +21,7 @@ GSTREAMER_DESC= WMA/XMA support via GStreamer -GSTREAMER_USES= gettext-runtime gnome gstreamer pkgconfig +GSTREAMER_USES= gettext-runtime gnome gstreamer GSTREAMER_USE= GNOME=glib20 GSTREAMER_CMAKE_BOOL= GSTREAMER Index: audio/faust/Makefile =================================================================== --- audio/faust/Makefile +++ audio/faust/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libLLVM-${LLVM_VERSION}.so:devel/llvm${LLVM_VERSION} RUN_DEPENDS= bash:shells/bash -USES= compiler:c++14-lang cmake ncurses python pkgconfig shebangfix +USES= compiler:c++14-lang cmake ncurses python shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: audio/faustlive/Makefile =================================================================== --- audio/faustlive/Makefile +++ audio/faustlive/Makefile @@ -18,7 +18,7 @@ libqrencode.so:graphics/libqrencode \ libsndfile.so:audio/libsndfile # audio/alsa-lib isn't really needed: https://github.com/grame-cncm/faustlive/issues/3 -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 shebangfix +USES= compiler:c++11-lang gl qmake qt:5 shebangfix USE_QT= core gui network widgets buildtools_build USE_GL= gl Index: audio/festalon/Makefile =================================================================== --- audio/festalon/Makefile +++ audio/festalon/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate -USES= cpe libtool pkgconfig sdl tar:bzip2 +USES= cpe libtool sdl tar:bzip2 USE_SDL= sdl GNU_CONFIGURE= yes Index: audio/flac/Makefile =================================================================== --- audio/flac/Makefile +++ audio/flac/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libogg.so:audio/libogg -USES= compiler:c11 cpe iconv libtool pathfix pkgconfig tar:xz +USES= compiler:c11 cpe iconv libtool pathfix tar:xz CPE_VENDOR= flac_project Index: audio/flacon/Makefile =================================================================== --- audio/flacon/Makefile +++ audio/flacon/Makefile @@ -18,7 +18,7 @@ opusenc:audio/opus-tools \ ttaenc:audio/tta wavpack:audio/wavpack -USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils qt:5 USE_GITHUB= yes USE_QT= buildtools_build concurrent_build qmake_build testlib_build \ linguisttools_build core gui network widgets Index: audio/fluida-lv2/Makefile =================================================================== --- audio/fluida-lv2/Makefile +++ audio/fluida-lv2/Makefile @@ -16,7 +16,7 @@ xxd:editors/vim LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= compiler:c++11-lang gettext-runtime gmake gnome localbase pkgconfig xorg +USES= compiler:c++11-lang gettext-runtime gmake gnome localbase xorg USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 Index: audio/fluidplug-lv2/Makefile =================================================================== --- audio/fluidplug-lv2/Makefile +++ audio/fluidplug-lv2/Makefile @@ -14,7 +14,7 @@ lv2>0:audio/lv2 LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= falkTX GH_TAGNAME= 8457f10 Index: audio/fluidsynth-dssi/Makefile =================================================================== --- audio/fluidsynth-dssi/Makefile +++ audio/fluidsynth-dssi/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_GNOME= gtk20 .include Index: audio/fluidsynth/Makefile =================================================================== --- audio/fluidsynth/Makefile +++ audio/fluidsynth/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake cpe gnome pkgconfig +USES= cmake cpe gnome USE_GITHUB= yes GH_ACCOUNT= FluidSynth USE_GNOME= glib20 Index: audio/fmit/Makefile =================================================================== --- audio/fmit/Makefile +++ audio/fmit/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 -USES= compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2 xorg +USES= compiler:c++11-lang gl gnome qmake qt:5 tar:bzip2 xorg USE_QT= buildtools_build core gui opengl qmake_build multimedia network svg widgets USE_GL= gl glut Index: audio/fogpad-lv2/Makefile =================================================================== --- audio/fogpad-lv2/Makefile +++ audio/fogpad-lv2/Makefile @@ -16,7 +16,7 @@ bash:shells/bash LIB_DEPENDS= liblo.so:audio/liblo -USES= compiler:c++11-lib gmake gnome pkgconfig shebangfix xorg +USES= compiler:c++11-lib gmake gnome shebangfix xorg SHEBANG_FILES= dpf/utils/generate-ttl.sh USE_GITHUB= yes GH_ACCOUNT= linuxmao-org Index: audio/fomp-lv2/Makefile =================================================================== --- audio/fomp-lv2/Makefile +++ audio/fomp-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ lv2lint:audio/lv2lint -USES= meson pkgconfig tar:xz +USES= meson tar:xz post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/fomp.lv2/*.so Index: audio/foo-yc20/Makefile =================================================================== --- audio/foo-yc20/Makefile +++ audio/foo-yc20/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= compiler:c++11-lang gmake gnome localbase pkgconfig +USES= compiler:c++11-lang gmake gnome localbase USE_GITHUB= yes GH_ACCOUNT= sampov2 USE_GNOME= gtk20 gdkpixbuf2 cairo Index: audio/fossmixer/Makefile =================================================================== --- audio/fossmixer/Makefile +++ audio/fossmixer/Makefile @@ -19,7 +19,7 @@ libltdl.so:devel/libltdl \ libfreetype.so:print/freetype2 -USES= gettext-runtime gl perl5 pkgconfig tar:xz xorg +USES= gettext-runtime gl perl5 tar:xz xorg USE_GL= gl USE_PERL5= patch build USE_XORG= x11 xext xrandr Index: audio/freealut/Makefile =================================================================== --- audio/freealut/Makefile +++ audio/freealut/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake libtool openal:al pathfix pkgconfig +USES= gmake libtool openal:al pathfix USE_LDCONFIG= yes LDFLAGS_i386= -Wl,-znotext INSTALL_TARGET= install-strip Index: audio/furnace/Makefile =================================================================== --- audio/furnace/Makefile +++ audio/furnace/Makefile @@ -17,7 +17,7 @@ librtmidi.so:audio/rtmidi \ libsndfile.so:audio/libsndfile -USES= cmake pkgconfig sdl tar:xz +USES= cmake sdl tar:xz USE_SDL= sdl2 CMAKE_ARGS+= -DBUILD_GUI:BOOL=ON \ Index: audio/ganv/Makefile =================================================================== --- audio/ganv/Makefile +++ audio/ganv/Makefile @@ -13,7 +13,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gettext gnome localbase:ldflags meson pkgconfig tar:xz +USES= compiler:c++11-lang gettext gnome localbase:ldflags meson tar:xz USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 introspection:build libsigc++20 pango pangomm USE_LDCONFIG= yes Index: audio/gbemol/Makefile =================================================================== --- audio/gbemol/Makefile +++ audio/gbemol/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= gtk20 intltool post-patch: Index: audio/geonkick-lv2/Makefile =================================================================== --- audio/geonkick-lv2/Makefile +++ audio/geonkick-lv2/Makefile @@ -17,7 +17,7 @@ libsndfile.so:audio/libsndfile USES= compiler:c++17-lang cmake desktop-file-utils gnome localbase:ldflags \ - pkgconfig shared-mime-info xorg + shared-mime-info xorg USE_GITHUB= yes GH_ACCOUNT= iurie-sw Index: audio/giada/Makefile =================================================================== --- audio/giada/Makefile +++ audio/giada/Makefile @@ -21,7 +21,7 @@ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= autoreconf compiler:c++14-lang gmake localbase pkgconfig xorg +USES= autoreconf compiler:c++14-lang gmake localbase xorg GH_TUPLE= nlohmann:json:db78ac1d7716f56fc9f1b030b715f872f93964e4:json/src/deps/json \ monocasual:rtaudio:5386a90:rtaudio/src/deps/rtaudio Index: audio/glurp/Makefile =================================================================== --- audio/glurp/Makefile +++ audio/glurp/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libmpd.so:audio/libmpd GNU_CONFIGURE= yes -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk20 glib20 libglade2 MAKE_ARGS+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -export-dynamic" \ Index: audio/gmsynth-lv2/Makefile =================================================================== --- audio/gmsynth-lv2/Makefile +++ audio/gmsynth-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 # FluidSynth is left bundled based on the project owner's request: https://github.com/x42/gmsynth.lv2/issues/2#issuecomment-441458303 -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GITHUB= yes GH_ACCOUNT= x42 GH_PROJECT= ${PORTNAME}.lv2 Index: audio/gmtp/Makefile =================================================================== --- audio/gmtp/Makefile +++ audio/gmtp/Makefile @@ -17,7 +17,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= dos2unix gmake gnome localbase pkgconfig +USES= dos2unix gmake gnome localbase DOS2UNIX_FILES= COPYING USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 GLIB_SCHEMAS= org.gnome.gmtp.gschema.xml Index: audio/gnaural/Makefile =================================================================== --- audio/gnaural/Makefile +++ audio/gnaural/Makefile @@ -15,7 +15,7 @@ libsndfile.so:audio/libsndfile GNU_CONFIGURE= yes -USES= desktop-file-utils gnome pkgconfig +USES= desktop-file-utils gnome USE_CSTD= gnu89 USE_GNOME= libglade2 Index: audio/gnome-music/Makefile =================================================================== --- audio/gnome-music/Makefile +++ audio/gnome-music/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gnome gstreamer localbase meson pkgconfig \ +USES= desktop-file-utils gettext gnome gstreamer localbase meson \ python:3.4+ shebangfix tar:xz USE_LDCONFIG= yes USE_GNOME= cairo gtk40 introspection pygobject3 Index: audio/gnome-podcasts/Makefile =================================================================== --- audio/gnome-podcasts/Makefile +++ audio/gnome-podcasts/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libhandy-1.so:x11-toolkits/libhandy -USES= cargo gettext gnome gstreamer meson pkgconfig python:build shebangfix sqlite ssl +USES= cargo gettext gnome gstreamer meson python:build shebangfix sqlite ssl USE_GITLAB= yes USE_GNOME= gdkpixbuf2 gtk30 USE_GSTREAMER= bad good libav Index: audio/gnuitar/Makefile =================================================================== --- audio/gnuitar/Makefile +++ audio/gnuitar/Makefile @@ -8,7 +8,7 @@ COMMENT= Real-time guitar processor USE_GNOME= gtk20 -USES= gmake gnome pkgconfig tar:bzip2 +USES= gmake gnome tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 \ --enable-clip-everywhere \ Index: audio/gogglesmm/Makefile =================================================================== --- audio/gogglesmm/Makefile +++ audio/gogglesmm/Makefile @@ -16,7 +16,7 @@ libFOX-1.7.so:x11-toolkits/fox17 USES= cmake compiler:c++11-lib desktop-file-utils gnome \ - localbase:ldflags pkgconfig sqlite xorg + localbase:ldflags sqlite xorg USE_GITHUB= yes USE_XORG= ice sm x11 Index: audio/gonic/Makefile =================================================================== --- audio/gonic/Makefile +++ audio/gonic/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libtag.so:audio/taglib -USES= go:modules openal pkgconfig +USES= go:modules openal USE_RC_SUBR= ${PORTNAME} Index: audio/goobox/Makefile =================================================================== --- audio/goobox/Makefile +++ audio/goobox/Makefile @@ -16,7 +16,7 @@ libbrasero-media3.so:sysutils/brasero \ libunique-1.0.so:x11-toolkits/unique -USES= desktop-file-utils gettext gnome gstreamer meson pkgconfig \ +USES= desktop-file-utils gettext gnome gstreamer meson \ python:3.5+,build tar:xz xorg USE_GNOME= glib20 gtk30 intlhack USE_XORG= x11 Index: audio/gqradio/Makefile =================================================================== --- audio/gqradio/Makefile +++ audio/gqradio/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gettext gnome pathfix pkgconfig xorg +USES= gettext gnome pathfix xorg USE_GNOME= gtk20 USE_XORG= x11 GNU_CONFIGURE= yes Index: audio/gradio/Makefile =================================================================== --- audio/gradio/Makefile +++ audio/gradio/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib -USES= gettext gnome gstreamer meson pkgconfig python:3.4+,env sqlite vala:build +USES= gettext gnome gstreamer meson python:3.4+,env sqlite vala:build USE_GITHUB= yes GH_ACCOUNT= haecker-felix GH_PROJECT= Gradio Index: audio/grip/Makefile =================================================================== --- audio/grip/Makefile +++ audio/grip/Makefile @@ -15,7 +15,7 @@ libid3.so:audio/id3lib USES= compiler:c++11-lang gmake gnome libtool localbase pathfix \ - pkgconfig xorg + xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= ice sm x11 xext Index: audio/gsequencer/Makefile =================================================================== --- audio/gsequencer/Makefile +++ audio/gsequencer/Makefile @@ -26,7 +26,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= dssi>0:audio/dssi -USES= desktop-file-utils gettext-runtime gettext-tools gmake gnome gstreamer libtool localbase pkgconfig shared-mime-info xorg +USES= desktop-file-utils gettext-runtime gettext-tools gmake gnome gstreamer libtool localbase shared-mime-info xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk40 libxml2 pango USE_XORG= x11 USE_GCC= yes # the project uses gnu99 extensions, clang fails even with USE_CSTD=gnu99. Suggestions how to build with clang are welcome. Index: audio/gsound/Makefile =================================================================== --- audio/gsound/Makefile +++ audio/gsound/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra -USES= gnome meson pathfix pkgconfig tar:xz vala:build +USES= gnome meson pathfix tar:xz vala:build USE_GNOME= glib20 introspection:build .include Index: audio/gstreamer1-plugins-sndio/Makefile =================================================================== --- audio/gstreamer1-plugins-sndio/Makefile +++ audio/gstreamer1-plugins-sndio/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsndio.so:audio/sndio -USES= gnome gstreamer pkgconfig +USES= gnome gstreamer USE_GITHUB= yes GH_ACCOUNT= t6 USE_GNOME= glib20 Index: audio/gtick/Makefile =================================================================== --- audio/gtick/Makefile +++ audio/gtick/Makefile @@ -14,7 +14,7 @@ libsndfile.so:audio/libsndfile \ libpulse-simple.so:audio/pulseaudio -USES= desktop-file-utils gnome pkgconfig +USES= desktop-file-utils gnome GNU_CONFIGURE= yes USE_GNOME= cairo gtk20 LDFLAGS+= -L${LOCALBASE}/lib Index: audio/gtk-mixer/Makefile =================================================================== --- audio/gtk-mixer/Makefile +++ audio/gtk-mixer/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= cmake gnome pkgconfig +USES= cmake gnome USE_GITHUB= yes GH_ACCOUNT= rozhuk-im USE_GNOME= cairo gdkpixbuf2 gtk30 Index: audio/gtkguitune/Makefile =================================================================== --- audio/gtkguitune/Makefile +++ audio/gtkguitune/Makefile @@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USES= compiler:c++11-lang gnome pkgconfig +USES= compiler:c++11-lang gnome USE_CXXSTD= c++11 USE_GNOME= gtkmm24 GNU_CONFIGURE= yes Index: audio/gtkpod/Makefile =================================================================== --- audio/gtkpod/Makefile +++ audio/gtkpod/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libid3tag.so:audio/libid3tag \ libgpod.so:audio/libgpod -USES= gettext gmake gnome pkgconfig python:run shebangfix +USES= gettext gmake gnome python:run shebangfix SHEBANG_FILES= scripts/mab2vcard scripts/sync-evolution.sh \ scripts/sync-knotes.sh scripts/sync-ldif.sh \ scripts/sync-palm-jppy.py Index: audio/gtmixer/Makefile =================================================================== --- audio/gtmixer/Makefile +++ audio/gtmixer/Makefile @@ -11,7 +11,7 @@ USE_GITHUB= yes GH_ACCOUNT= svagner -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 do-install: Index: audio/guidolib/Makefile =================================================================== --- audio/guidolib/Makefile +++ audio/guidolib/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmidisharelight.so:audio/midisharelight -USES= compiler:c++11-lang gl cmake gnome localbase:ldflags pkgconfig qt:5 xorg +USES= compiler:c++11-lang gl cmake gnome localbase:ldflags qt:5 xorg USE_QT= core gui widgets printsupport xml buildtools_build qmake_build USE_GL= gl USE_GNOME= cairo Index: audio/guitarix-lv2/Makefile =================================================================== --- audio/guitarix-lv2/Makefile +++ audio/guitarix-lv2/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf USES= compiler:c++11-lang eigen:3 gnome libarchive localbase:ldflags \ - pkgconfig python:build readline shebangfix waf xorg tar:xz + python:build readline shebangfix waf xorg tar:xz USE_GNOME= atkmm cairo gtk30 gtkmm30 gdkpixbuf2 pangomm USE_XORG= x11 USE_LDCONFIG= yes Index: audio/gula-plugins-lv2/Makefile =================================================================== --- audio/gula-plugins-lv2/Makefile +++ audio/gula-plugins-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs -USES= gmake localbase pkgconfig +USES= gmake localbase USE_GITHUB= yes GH_ACCOUNT= steveb Index: audio/gvolwheel/Makefile =================================================================== --- audio/gvolwheel/Makefile +++ audio/gvolwheel/Makefile @@ -7,7 +7,7 @@ LICENSE= GPLv3 -USES= autoreconf libtool gmake gnome pkgconfig +USES= autoreconf libtool gmake gnome GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss USE_GNOME= cairo gdkpixbuf2 gtk30 intltool Index: audio/gxplugins-lv2/Makefile =================================================================== --- audio/gxplugins-lv2/Makefile +++ audio/gxplugins-lv2/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 USES= compiler:c++11-lang gettext-runtime gmake gnome localbase \ - pkgconfig xorg + xorg USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 Index: audio/hexter/Makefile =================================================================== --- audio/hexter/Makefile +++ audio/hexter/Makefile @@ -15,7 +15,7 @@ libjack.so:audio/jack BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:audio/dssi -USES= gmake gnome libtool pkgconfig tar:bzip2 +USES= gmake gnome libtool tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 Index: audio/hydrogen/Makefile =================================================================== --- audio/hydrogen/Makefile +++ audio/hydrogen/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \ liblo.so:audio/liblo -USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig \ +USES= cmake compiler:c++11-lang desktop-file-utils \ localbase qt:5 USE_QT= core gui network widgets xml xmlpatterns buildtools_build \ linguisttools_build qmake_build testlib_build Index: audio/icecast-kh/Makefile =================================================================== --- audio/icecast-kh/Makefile +++ audio/icecast-kh/Makefile @@ -15,7 +15,7 @@ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -USES= gmake gnome localbase pkgconfig ssl +USES= gmake gnome localbase ssl USE_GITHUB= yes GH_ACCOUNT= karlheyes GH_PROJECT= icecast-kh Index: audio/icecast/Makefile =================================================================== --- audio/icecast/Makefile +++ audio/icecast/Makefile @@ -24,7 +24,7 @@ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -USES= cpe gmake gnome localbase pkgconfig ssl +USES= cpe gmake gnome localbase ssl USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes Index: audio/icegenerator/Makefile =================================================================== --- audio/icegenerator/Makefile +++ audio/icegenerator/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libshout.so:audio/libshout GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake CONFIGURE_ARGS= --exec-prefix=${PREFIX} OPTIONS_DEFINE= DOCS MYSQL PGSQL Index: audio/ices/Makefile =================================================================== --- audio/ices/Makefile +++ audio/ices/Makefile @@ -18,7 +18,7 @@ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -USES= gmake gnome iconv pkgconfig tar:bzip2 +USES= gmake gnome iconv tar:bzip2 USE_GNOME= libxml2 CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio Index: audio/infamous-plugins-lv2/Makefile =================================================================== --- audio/infamous-plugins-lv2/Makefile +++ audio/infamous-plugins-lv2/Makefile @@ -17,7 +17,7 @@ libntk.so:x11-toolkits/ntk \ libzita-resampler.so:audio/zita-resampler -USES= cmake compiler:c11 gnome localbase pkgconfig +USES= cmake compiler:c11 gnome localbase USE_GITHUB= yes GH_ACCOUNT= ssj71 GH_PROJECT= infamousPlugins Index: audio/intersect-lv2/Makefile =================================================================== --- audio/intersect-lv2/Makefile +++ audio/intersect-lv2/Makefile @@ -13,7 +13,7 @@ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= sboukortt GH_PROJECT= intersect-lv2 Index: audio/invada-studio-plugins-lv2/Makefile =================================================================== --- audio/invada-studio-plugins-lv2/Makefile +++ audio/invada-studio-plugins-lv2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gmake gnome localbase pkgconfig tar:tgz +USES= gmake gnome localbase tar:tgz USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} Index: audio/ir-lv2/Makefile =================================================================== --- audio/ir-lv2/Makefile +++ audio/ir-lv2/Makefile @@ -21,7 +21,7 @@ libzita-convolver.so:audio/zita-convolver \ libfontconfig.so:x11-fonts/fontconfig -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GITHUB= yes GH_ACCOUNT= tomszilagyi GH_PROJECT= ir.lv2 Index: audio/jack-example-tools/Makefile =================================================================== --- audio/jack-example-tools/Makefile +++ audio/jack-example-tools/Makefile @@ -13,7 +13,7 @@ libsndfile.so:audio/libsndfile \ libsysinfo.so:devel/libsysinfo -USES= compiler:c11 localbase:ldflags meson pkgconfig +USES= compiler:c11 localbase:ldflags meson USE_GITHUB= yes GH_ACCOUNT= jackaudio Index: audio/jack-smf-utils/Makefile =================================================================== --- audio/jack-smf-utils/Makefile +++ audio/jack-smf-utils/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ liblash.so:audio/lash -USES= gnome pkgconfig +USES= gnome GNU_CONFIGURE= yes USE_GNOME= glib20 Index: audio/jack/Makefile =================================================================== --- audio/jack/Makefile +++ audio/jack/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsysinfo.so:devel/libsysinfo -USES= compiler:c11 pkgconfig python:3.4+ shebangfix waf +USES= compiler:c11 python:3.4+ shebangfix waf USE_LDCONFIG= yes USE_RC_SUBR= jackd Index: audio/jacktrip/Makefile =================================================================== --- audio/jacktrip/Makefile +++ audio/jacktrip/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ librtaudio.so:audio/rtaudio -USES= meson compiler:c++17-lang gl pkgconfig qt:5 +USES= meson compiler:c++17-lang gl qt:5 USE_QT= core gui network networkauth quickcontrols2 svg websockets widgets buildtools_build USE_GL= gl Index: audio/jalv-select/Makefile =================================================================== --- audio/jalv-select/Makefile +++ audio/jalv-select/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= gawk:lang/gawk \ jalv:audio/jalv -USES= compiler:c++11-lang gettext-runtime gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gettext-runtime gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= jalv_select Index: audio/jalv/Makefile =================================================================== --- audio/jalv/Makefile +++ audio/jalv/Makefile @@ -20,7 +20,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gnome pkgconfig python:build qmake:no_configure,no_env \ +USES= compiler:c++11-lang gnome python:build qmake:no_configure,no_env \ qt:5 tar:bz2 waf CONFIGURE_ARGS= --no-qt4 USE_CXXSTD= c++11 Index: audio/jamulus/Makefile =================================================================== --- audio/jamulus/Makefile +++ audio/jamulus/Makefile @@ -15,7 +15,7 @@ FLAVOR?= ${FLAVORS:[1]} server_PKGNAMESUFFIX= -server -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_QT= concurrent core multimedia network xml buildtools_build linguisttools_build USE_GL= gl Index: audio/kapitonov-plugins-pack-lv2/Makefile =================================================================== --- audio/kapitonov-plugins-pack-lv2/Makefile +++ audio/kapitonov-plugins-pack-lv2/Makefile @@ -18,7 +18,7 @@ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-util.so:x11/xcb-util -USES= compiler:c11 gnome localbase:ldflags meson pkgconfig xorg +USES= compiler:c11 gnome localbase:ldflags meson xorg USE_GNOME= cairo USE_XORG= xcb Index: audio/kid3-qt5/Makefile =================================================================== --- audio/kid3-qt5/Makefile +++ audio/kid3-qt5/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl USES= cmake compiler:c++11-lang desktop-file-utils gnome \ - pkgconfig qt:5 tar:xz + qt:5 tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes USE_QT= core dbus gui multimedia network xml widgets \ Index: audio/komposter/Makefile =================================================================== --- audio/komposter/Makefile +++ audio/komposter/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf compiler:c++11-lang gl libtool openal pkgconfig +USES= autoreconf compiler:c++11-lang gl libtool openal USE_GITHUB= yes GH_ACCOUNT= electronoora GH_TAGNAME= f75eeb7 Index: audio/kwave/Makefile =================================================================== --- audio/kwave/Makefile +++ audio/kwave/Makefile @@ -17,7 +17,7 @@ libvorbisenc.so:audio/libvorbis USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ - localbase:ldflags magick:6,build pkgconfig qt:5 tar:xz xorg + localbase:ldflags magick:6,build qt:5 tar:xz xorg USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons i18n iconthemes itemviews \ jobwidgets kio service solid sonnet textwidgets widgetsaddons \ Index: audio/lash/Makefile =================================================================== --- audio/lash/Makefile +++ audio/lash/Makefile @@ -16,7 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libuuid.so:misc/e2fsprogs-libuuid -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= gtk20 libxml2 gdkpixbuf2 cairo GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi Index: audio/lenticular-lv2/Makefile =================================================================== --- audio/lenticular-lv2/Makefile +++ audio/lenticular-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= polyeffects GH_PROJECT= lenticular_lv2 Index: audio/libadplug/Makefile =================================================================== --- audio/libadplug/Makefile +++ audio/libadplug/Makefile @@ -11,8 +11,7 @@ LIB_DEPENDS= libbinio.so:devel/libbinio -USES= autoreconf compiler:c++11-lang cpe libtool makeinfo pathfix \ - pkgconfig +USES= autoreconf compiler:c++11-lang cpe libtool makeinfo pathfix USE_CSTD= gnu89 USE_GITHUB= yes USE_LDCONFIG= yes Index: audio/libao/Makefile =================================================================== --- audio/libao/Makefile +++ audio/libao/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix CPE_VENDOR= xiph USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/libaudec/Makefile =================================================================== --- audio/libaudec/Makefile +++ audio/libaudec/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= zrythm USE_LDCONFIG= yes Index: audio/libaudiofile/Makefile =================================================================== --- audio/libaudiofile/Makefile +++ audio/libaudiofile/Makefile @@ -14,7 +14,7 @@ CONFLICTS= osalp-0.7.* -USES= cpe pathfix pkgconfig tar:xz libtool +USES= cpe pathfix tar:xz libtool CPE_PRODUCT= audiofile USE_LDCONFIG= yes Index: audio/libbpm/Makefile =================================================================== --- audio/libbpm/Makefile +++ audio/libbpm/Makefile @@ -10,7 +10,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pathfix pkgconfig libtool +USES= pathfix libtool post-patch: ${SED} -i '' 's/\(-release .*\)/\1 -version-info 0/' ${WRKSRC}/Makefile.in ${WRKSRC}/*/Makefile.in Index: audio/libbs2b/Makefile =================================================================== --- audio/libbs2b/Makefile +++ audio/libbs2b/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile -USES= gmake libtool localbase pathfix pkgconfig tar:bzip2 +USES= gmake libtool localbase pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/libcanberra/Makefile =================================================================== --- audio/libcanberra/Makefile +++ audio/libcanberra/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libltdl.so:devel/libltdl -USES= gmake gnome localbase libtool pathfix pkgconfig tar:xz +USES= gmake gnome localbase libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa --disable-udev Index: audio/libcdaudio/Makefile =================================================================== --- audio/libcdaudio/Makefile +++ audio/libcdaudio/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for playing audio CDs -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: audio/libconvolve/Makefile =================================================================== --- audio/libconvolve/Makefile +++ audio/libconvolve/Makefile @@ -15,7 +15,7 @@ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= gmake pkgconfig tar:tgz +USES= gmake tar:tgz USE_LDCONFIG= yes post-patch: Index: audio/libebur128/Makefile =================================================================== --- audio/libebur128/Makefile +++ audio/libebur128/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= jiixyj USE_LDCONFIG= yes Index: audio/libechonest/Makefile =================================================================== --- audio/libechonest/Makefile +++ audio/libechonest/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libqjson-qt5.so:devel/qjson -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= lfranchi Index: audio/libfishsound/Makefile =================================================================== --- audio/libfishsound/Makefile +++ audio/libfishsound/Makefile @@ -16,7 +16,7 @@ libspeex.so:audio/speex \ libvorbis.so:audio/libvorbis -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: audio/libgig/Makefile =================================================================== --- audio/libgig/Makefile +++ audio/libgig/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c++11-lib gmake cpe libtool localbase pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake cpe libtool localbase pathfix tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/libgig CPE_VENDOR= linuxsampler Index: audio/libgpod/Makefile =================================================================== --- audio/libgpod/Makefile +++ audio/libgpod/Makefile @@ -14,7 +14,7 @@ libsgutils2.so:sysutils/sg3_utils USES= compiler:c++11-lang gettext gmake gnome libtool localbase \ - pathfix pkgconfig sqlite:3 tar:bzip2 + pathfix sqlite:3 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-udev --without-hal \ --without-python \ Index: audio/libinstpatch/Makefile =================================================================== --- audio/libinstpatch/Makefile +++ audio/libinstpatch/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile -USES= cmake gettext-runtime gnome localbase:ldflags pkgconfig tar:bz2 +USES= cmake gettext-runtime gnome localbase:ldflags tar:bz2 USE_GITHUB= yes GH_ACCOUNT= swami USE_GNOME= glib20 Index: audio/liblastfm-qt5/Makefile =================================================================== --- audio/liblastfm-qt5/Makefile +++ audio/liblastfm-qt5/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= lastfm USE_LDCONFIG= yes Index: audio/libmatemixer/Makefile =================================================================== --- audio/libmatemixer/Makefile +++ audio/libmatemixer/Makefile @@ -11,7 +11,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix tar:xz USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-null \ Index: audio/libmikmod/Makefile =================================================================== --- audio/libmikmod/Makefile +++ audio/libmikmod/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 -USES= cpe gmake libtool pathfix pkgconfig +USES= cpe gmake libtool pathfix CPE_VENDOR= raphael_assenat GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-esd Index: audio/libmodplug/Makefile =================================================================== --- audio/libmodplug/Makefile +++ audio/libmodplug/Makefile @@ -9,7 +9,7 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe pathfix pkgconfig libtool +USES= cpe pathfix libtool INSTALL_TARGET= install-strip USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/libmp3splt/Makefile =================================================================== --- audio/libmp3splt/Makefile +++ audio/libmp3splt/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-cutter --disable-doxygen_doc -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib Index: audio/libmpd/Makefile =================================================================== --- audio/libmpd/Makefile +++ audio/libmpd/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: audio/liboggz/Makefile =================================================================== --- audio/liboggz/Makefile +++ audio/liboggz/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig +USES= libtool pathfix PORTDOCS= * Index: audio/libopenmpt/Makefile =================================================================== --- audio/libopenmpt/Makefile +++ audio/libopenmpt/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang cpe gmake libtool pkgconfig +USES= compiler:c++11-lang cpe gmake libtool CPE_VENDOR= openmpt USE_LDCONFIG= yes Index: audio/libopusenc/Makefile =================================================================== --- audio/libopusenc/Makefile +++ audio/libopusenc/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libopus.so:audio/opus -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/libsamplerate/Makefile =================================================================== --- audio/libsamplerate/Makefile +++ audio/libsamplerate/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe pkgconfig tar:xz +USES= cmake cpe tar:xz CPE_VENDOR= ${CPE_PRODUCT}_project Index: audio/libshout/Makefile =================================================================== --- audio/libshout/Makefile +++ audio/libshout/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libogg.so:audio/libogg -USES= cpe gmake libtool pathfix pkgconfig ssl +USES= cpe gmake libtool pathfix ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: audio/libsidplay2/Makefile =================================================================== --- audio/libsidplay2/Makefile +++ audio/libsidplay2/Makefile @@ -10,7 +10,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes post-patch: Index: audio/libsidplayfp/Makefile =================================================================== --- audio/libsidplayfp/Makefile +++ audio/libsidplayfp/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= compiler:c++11-lang libtool pathfix pkgconfig +USES= compiler:c++11-lang libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/libsmf/Makefile =================================================================== --- audio/libsmf/Makefile +++ audio/libsmf/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pathfix pkgconfig readline +USES= gnome libtool pathfix readline USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/libsndfile/Makefile =================================================================== --- audio/libsndfile/Makefile +++ audio/libsndfile/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake cpe localbase pkgconfig python:build,test shebangfix \ +USES= cmake cpe localbase python:build,test shebangfix \ tar:bz2 SHEBANG_FILES= programs/test-sndfile-metadata-set.py \ src/binheader_writef_check.py \ Index: audio/libsoxr/Makefile =================================================================== --- audio/libsoxr/Makefile +++ audio/libsoxr/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_FFTPAK= ${FILESDIR}/FFTPAK_license.txt LICENSE_PERMS_FFTPAK= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake pathfix pkgconfig tar:xz +USES= cmake pathfix tar:xz USE_LDCONFIG= yes Index: audio/libspecbleach/Makefile =================================================================== --- audio/libspecbleach/Makefile +++ audio/libspecbleach/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= meson pkgconfig +USES= meson USE_LDCONFIG= yes USE_GITHUB= yes Index: audio/libtremor/Makefile =================================================================== --- audio/libtremor/Makefile +++ audio/libtremor/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libogg.so:audio/libogg GIT_COMMIT= 562307a -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: audio/lilv/Makefile =================================================================== --- audio/lilv/Makefile +++ audio/lilv/Makefile @@ -16,7 +16,7 @@ libsratom-0.so:audio/sratom RUN_DEPENDS= lv2>=1.14.0:audio/lv2 -USES= pkgconfig python:build tar:bzip2 waf +USES= python:build tar:bzip2 waf USE_LDCONFIG= yes Index: audio/lingot/Makefile =================================================================== --- audio/lingot/Makefile +++ audio/lingot/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk30 gdkpixbuf2 cairo intltool GNU_CONFIGURE= yes Index: audio/linux-c7-alsa-plugins-oss/Makefile =================================================================== --- audio/linux-c7-alsa-plugins-oss/Makefile +++ audio/linux-c7-alsa-plugins-oss/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL21+ -USES= autoreconf:build gmake libtool:build linux:c7 pkgconfig +USES= autoreconf:build gmake libtool:build linux:c7 USE_LDCONFIG= yes USE_LINUX= alsalib:build,run alsa-lib-devel:build base:build devtools:build USE_LINUX_PREFIX=yes @@ -74,7 +74,7 @@ CFLAGS="${CFLAGS:N-march=*} ${COMPAT32_CFLAGS_${ARCH}}" \ LDFLAGS="${LDFLAGS}" MAKE="${LOCALBASE}/bin/gmake" \ MKDIR_P="${MKDIR}" PKG_CONFIG="${LOCALBASE}/bin/pkgconf" \ - PKG_CONFIG_PATH=${LINUXBASE}/usr/lib/pkgconfig \ + PKG_CONFIG_PATH=${LINUXBASE}/usr/lib/\ ${CONFIG_ARGS}) .endif @(cd ${WRKSRC} && ${AUTORECONF} -f -i && ${SETENV} \ @@ -82,7 +82,7 @@ CFLAGS="${CFLAGS:N-march=*}" LDFLAGS="${LDFLAGS}" \ MAKE="${LOCALBASE}/bin/gmake" MKDIR_P="${MKDIR}" \ PKG_CONFIG="${LOCALBASE}/bin/pkgconf" \ - PKG_CONFIG_PATH=${LINUXBASE}${LIBDIR_${ARCH}}/pkgconfig \ + PKG_CONFIG_PATH=${LINUXBASE}${LIBDIR_${ARCH}}/\ --libdir ${LIBDIR_${ARCH}} ${CONFIG_ARGS}) do-build: Index: audio/linuxsampler/Makefile =================================================================== --- audio/linuxsampler/Makefile +++ audio/linuxsampler/Makefile @@ -18,7 +18,7 @@ libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid -USES= bison:wrapper compiler:c++14-lang gmake libtool localbase pathfix pkgconfig sqlite:3 tar:bzip2 +USES= bison:wrapper compiler:c++14-lang gmake libtool localbase pathfix sqlite:3 tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/linuxsampler GNU_CONFIGURE= yes Index: audio/liquidsfz/Makefile =================================================================== --- audio/liquidsfz/Makefile +++ audio/liquidsfz/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ libsndfile.so:audio/libsndfile -USES= autoreconf compiler:c++17-lang gmake libtool pkgconfig readline +USES= autoreconf compiler:c++17-lang gmake libtool readline USE_LDCONFIG= yes USE_GITHUB= yes Index: audio/littlefly-lv2/Makefile =================================================================== --- audio/littlefly-lv2/Makefile +++ audio/littlefly-lv2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= compiler:c11 gmake gnome localbase pkgconfig xorg +USES= compiler:c11 gmake gnome localbase xorg USE_GNOME= cairo USE_XORG= x11 USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 Index: audio/lmms/Makefile =================================================================== --- audio/lmms/Makefile +++ audio/lmms/Makefile @@ -31,7 +31,7 @@ ${LOCALBASE}/share/ladspa/rdf/tap-plugins.rdf:audio/tap-plugins USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags \ - pkgconfig qt:5 shared-mime-info xorg + qt:5 shared-mime-info xorg USE_GITHUB= yes GH_ACCOUNT= LMMS GH_TUPLE= mjansson:rpmalloc:1.4.0:rpmalloc/src/3rdparty/rpmalloc/rpmalloc \ Index: audio/lollypop/Makefile =================================================================== --- audio/lollypop/Makefile +++ audio/lollypop/Makefile @@ -22,7 +22,7 @@ ${PYTHON_PKGNAMEPREFIX}pylast>=1.4.0:audio/py-pylast@${PY_FLAVOR} \ ${PY_PILLOW} -USES= python:3.6+ pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils +USES= python:3.6+ gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World Index: audio/lsp-plugins-lv2/Makefile =================================================================== --- audio/lsp-plugins-lv2/Makefile +++ audio/lsp-plugins-lv2/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= gmake gl gnome iconv:wchar_t pkgconfig xorg # compiler:c11 +USES= gmake gl gnome iconv:wchar_t xorg # compiler:c11 USE_GNOME= cairo USE_XORG= x11 USE_GL= gl Index: audio/luppp/Makefile =================================================================== --- audio/luppp/Makefile +++ audio/luppp/Makefile @@ -16,7 +16,7 @@ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake compiler:c++11-lang gnome pkgconfig xorg +USES= cmake compiler:c++11-lang gnome xorg USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-Luppp Index: audio/lv2/Makefile =================================================================== --- audio/lv2/Makefile +++ audio/lv2/Makefile @@ -34,7 +34,7 @@ EXAMPLES_LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -EXAMPLES_USES= pkgconfig gnome +EXAMPLES_USES= gnome EXAMPLES_USE= GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango EXAMPLES_CONFIGURE_OFF= --no-plugins Index: audio/lv2file/Makefile =================================================================== --- audio/lv2file/Makefile +++ audio/lv2file/Makefile @@ -17,7 +17,7 @@ libsndfile.so:audio/libsndfile \ libsratom-0.so:audio/sratom -USES= gmake localbase pkgconfig +USES= gmake localbase USE_GITHUB= yes GH_ACCOUNT= jeremysalwen Index: audio/lv2lint/Makefile =================================================================== --- audio/lv2lint/Makefile +++ audio/lv2lint/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= curl>0:ftp/curl \ libelf>0:devel/libelf -USES= compiler:c++11-lang meson pkgconfig +USES= compiler:c++11-lang meson USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers Index: audio/lv2proc/Makefile =================================================================== --- audio/lv2proc/Makefile +++ audio/lv2proc/Makefile @@ -16,7 +16,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= gmake pkgconfig tar:bz2 +USES= gmake tar:bz2 GNU_CONFIGURE= yes PLIST_FILES= bin/lv2proc \ Index: audio/lvtk/Makefile =================================================================== --- audio/lvtk/Makefile +++ audio/lvtk/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/gtkmm-2.4/gtkmm.h:x11-toolkits/gtkmm24 -USES= compiler:c++11-lang pkgconfig waf +USES= compiler:c++11-lang waf USE_GITHUB= yes post-install: Index: audio/mamba/Makefile =================================================================== --- audio/mamba/Makefile +++ audio/mamba/Makefile @@ -16,7 +16,7 @@ liblo.so:audio/liblo \ libsmf.so:audio/libsmf -USES= compiler:c++11-lang desktop-file-utils gmake gnome pkgconfig xorg +USES= compiler:c++11-lang desktop-file-utils gmake gnome xorg USE_GNOME= cairo glib20 libsigc++20 USE_XORG= x11 Index: audio/mate-media/Makefile =================================================================== --- audio/mate-media/Makefile +++ audio/mate-media/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase mate pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_MATE= desktop mixer panel USE_GNOME= cairo glib20 gtk30 intlhack libxml2 USE_XORG= x11 Index: audio/mclk-lv2/Makefile =================================================================== --- audio/mclk-lv2/Makefile +++ audio/mclk-lv2/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= x42 GH_PROJECT= mclk.lv2 Index: audio/mda-lv2/Makefile =================================================================== --- audio/mda-lv2/Makefile +++ audio/mda-lv2/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= waf pkgconfig tar:bz2 +USES= waf tar:bz2 post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/mda.lv2/*.so Index: audio/mhwaveedit/Makefile =================================================================== --- audio/mhwaveedit/Makefile +++ audio/mhwaveedit/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= magnush -USES= autoreconf gnome localbase pathfix pkgconfig tar:bzip2 +USES= autoreconf gnome localbase pathfix tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsalib \ Index: audio/midi-matrix-lv2/Makefile =================================================================== --- audio/midi-matrix-lv2/Makefile +++ audio/midi-matrix-lv2/Makefile @@ -15,7 +15,7 @@ lv2lint:audio/lv2lint \ sord_validate:devel/sord -USES= compiler:c11 gl meson pkgconfig xorg +USES= compiler:c11 gl meson xorg USE_XORG= x11 xext USE_GL= gl glew glu Index: audio/midiomatic-lv2/Makefile =================================================================== --- audio/midiomatic-lv2/Makefile +++ audio/midiomatic-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ bash:shells/bash -USES= compiler:c++0x gmake pkgconfig shebangfix +USES= compiler:c++0x gmake shebangfix SHEBANG_GLOB= *.sh Index: audio/mixxx/Makefile =================================================================== --- audio/mixxx/Makefile +++ audio/mixxx/Makefile @@ -32,7 +32,7 @@ libkeyfinder.so:audio/libkeyfinder \ libmp3lame.so:audio/lame -USES= cmake compiler:c++11-lang gl iconv ninja qt:5 pkgconfig sqlite \ +USES= cmake compiler:c++11-lang gl iconv ninja qt:5 sqlite \ ssl xorg USE_XORG= ice sm x11 xext USE_GL= gl glu Index: audio/mixxx22/Makefile =================================================================== --- audio/mixxx22/Makefile +++ audio/mixxx22/Makefile @@ -33,7 +33,7 @@ libprotobuf.so:devel/protobuf \ liblilv-0.so:audio/lilv -USES= compiler:c++11-lang gl iconv qt:5 pkgconfig scons xorg +USES= compiler:c++11-lang gl iconv qt:5 scons xorg USE_XORG= x11 USE_GL= gl glu USE_GITHUB= yes Index: audio/moc/Makefile =================================================================== --- audio/moc/Makefile +++ audio/moc/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl -USES= bdb gmake libtool ncurses pkgconfig tar:bzip2 +USES= bdb gmake libtool ncurses tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: audio/modplug-tools/Makefile =================================================================== --- audio/modplug-tools/Makefile +++ audio/modplug-tools/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libao.so:audio/libao \ libmodplug.so:audio/libmodplug -USES= cmake:noninja localbase:ldflags pkgconfig +USES= cmake:noninja localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= alexmyczko GNU_CONFIGURE= yes Index: audio/moodbar/Makefile =================================================================== --- audio/moodbar/Makefile +++ audio/moodbar/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 TEST_DEPENDS= ${PYNUMPY} -USES= compiler:c++14-lang gnome gstreamer meson pkgconfig python:3.5+,test \ +USES= compiler:c++14-lang gnome gstreamer meson python:3.5+,test \ shebangfix tar:xz USE_GNOME= glib20 USE_GSTREAMER= good ogg vorbis Index: audio/moony-lv2/Makefile =================================================================== --- audio/moony-lv2/Makefile +++ audio/moony-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= compiler:c++11-lang gl meson pkgconfig xorg +USES= compiler:c++11-lang gl meson xorg USE_XORG= x11 xext USE_GL= gl glew glu Index: audio/mp3info/Makefile =================================================================== --- audio/mp3info/Makefile +++ audio/mp3info/Makefile @@ -24,7 +24,7 @@ GTK2_ALL_TARGET= gmp3info GTK2_PLIST_FILES= bin/gmp3info GTK2_USE= GNOME=gtk20 -GTK2_USES= gnome pkgconfig +GTK2_USES= gnome do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin/ Index: audio/mp3splt-gtk/Makefile =================================================================== --- audio/mp3splt-gtk/Makefile +++ audio/mp3splt-gtk/Makefile @@ -19,7 +19,7 @@ libid3tag.so:audio/libid3tag \ libltdl.so:devel/libltdl -USES= desktop-file-utils gmake gnome gstreamer pkgconfig +USES= desktop-file-utils gmake gnome gstreamer USE_GNOME= gtk30 GNU_CONFIGURE= yes Index: audio/mp3splt/Makefile =================================================================== --- audio/mp3splt/Makefile +++ audio/mp3splt/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmp3splt.so:audio/libmp3splt \ libltdl.so:devel/libltdl -USES= cpe pkgconfig +USES= cpe GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oggsplt_symlink Index: audio/mp3stat/Makefile =================================================================== --- audio/mp3stat/Makefile +++ audio/mp3stat/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= dos2unix gmake gnome localbase pkgconfig +USES= dos2unix gmake gnome localbase DOS2UNIX_FILES= ui/console/cli.cpp USE_GNOME= gtk20 Index: audio/mp3unicode/Makefile =================================================================== --- audio/mp3unicode/Makefile +++ audio/mp3unicode/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libtag.so:audio/taglib -USES= compiler:c++11-lang iconv pkgconfig tar:bzip2 +USES= compiler:c++11-lang iconv tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \ ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" Index: audio/mpdas/Makefile =================================================================== --- audio/mpdas/Makefile +++ audio/mpdas/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libmpdclient.so:audio/libmpdclient -USES= compiler:c++11-lang pkgconfig +USES= compiler:c++11-lang USE_RC_SUBR= mpdas Index: audio/mpdscribble/Makefile =================================================================== --- audio/mpdscribble/Makefile +++ audio/mpdscribble/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS+= libmpdclient.so:audio/libmpdclient -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes USE_RC_SUBR= mpdscribble Index: audio/mumble/Makefile =================================================================== --- audio/mumble/Makefile +++ audio/mumble/Makefile @@ -16,7 +16,7 @@ libprotoc.so:devel/protobuf \ libopus.so:audio/opus -USES= compiler:c++11-lang cpe desktop-file-utils gl gmake gnome pkgconfig python:build qmake qt:5 ssl xorg +USES= compiler:c++11-lang cpe desktop-file-utils gl gmake gnome python:build qmake qt:5 ssl xorg PATCHVERSION= ${PORTVERSION} MINORVERSION= ${PORTVERSION:R} Index: audio/murmur/Makefile =================================================================== --- audio/murmur/Makefile +++ audio/murmur/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs LIB_DEPENDS= libprotobuf.so:devel/protobuf -USES= compiler:c++11-lang qmake pkgconfig python:build qt:5 ssl +USES= compiler:c++11-lang qmake python:build qt:5 ssl USE_CXXSTD= c++11 USE_QT= buildtools_build core network sql xml Index: audio/muse-sequencer/Makefile =================================================================== --- audio/muse-sequencer/Makefile +++ audio/muse-sequencer/Makefile @@ -26,7 +26,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= cmake compiler:c++11-lib desktop-file-utils gl gnome localbase:ldflags qt:5 pkgconfig python shared-mime-info shebangfix +USES= cmake compiler:c++11-lib desktop-file-utils gl gnome localbase:ldflags qt:5 python shared-mime-info shebangfix USE_GL= gl USE_QT= core gui svg xml widgets buildtools_build linguisttools_build qmake_build uitools_build USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm Index: audio/musescore/Makefile =================================================================== --- audio/musescore/Makefile +++ audio/musescore/Makefile @@ -17,7 +17,7 @@ libfreetype.so:print/freetype2 USES= cmake compiler:c++11-lib desktop-file-utils localbase \ - pkgconfig qt:5 shared-mime-info + qt:5 shared-mime-info USE_QT= concurrent core declarative designer graphicaleffects gui \ help location network opengl printsupport \ quickcontrols2 scripttools sql svg testlib \ Index: audio/musicpc/Makefile =================================================================== --- audio/musicpc/Makefile +++ audio/musicpc/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= rsync>0:net/rsync LIB_DEPENDS= libmpdclient.so:audio/libmpdclient -USES= meson pkgconfig tar:xz +USES= meson tar:xz MESON_ARGS= --mandir=${MANPREFIX} Index: audio/musicpd/Makefile =================================================================== --- audio/musicpd/Makefile +++ audio/musicpd/Makefile @@ -14,7 +14,7 @@ libfmt.so:devel/libfmt \ libicudata.so:devel/icu -USES= compiler:c++17-lang localbase:ldflags meson pkgconfig \ +USES= compiler:c++17-lang localbase:ldflags meson \ python:build tar:xz USE_RC_SUBR= ${PORTNAME} Index: audio/ncmpc/Makefile =================================================================== --- audio/ncmpc/Makefile +++ audio/ncmpc/Makefile @@ -15,7 +15,7 @@ libpcre.so:devel/pcre USES= compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \ - pkgconfig tar:xz + tar:xz CPE_VENDOR= ncmpc_project Index: audio/ncmpcpp/Makefile =================================================================== --- audio/ncmpcpp/Makefile +++ audio/ncmpcpp/Makefile @@ -17,7 +17,7 @@ libcurl.so:ftp/curl USES= compiler:c++14-lang gnome iconv libtool localbase ncurses \ - pkgconfig readline tar:bzip2 + readline tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ENV= ncursesw_CFLAGS="-L${NCURSESLIB}" ncursesw_LIBS="-lncursesw" Index: audio/noise-repellent-lv2/Makefile =================================================================== --- audio/noise-repellent-lv2/Makefile +++ audio/noise-repellent-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libspecbleach.so:audio/libspecbleach -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= lucianodato Index: audio/ocp/Makefile =================================================================== --- audio/ocp/Makefile +++ audio/ocp/Makefile @@ -22,7 +22,7 @@ libvorbis.so:audio/libvorbis USES= compiler:c11 dos2unix gmake gnome iconv localbase:ldflags \ - makeinfo ncurses pkgconfig tar:bz2 + makeinfo ncurses tar:bz2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ Index: audio/opus-tools/Makefile =================================================================== --- audio/opus-tools/Makefile +++ audio/opus-tools/Makefile @@ -16,8 +16,6 @@ libopus.so:audio/opus \ libopusfile.so:audio/opusfile -USES= pkgconfig - GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode Index: audio/opusfile/Makefile =================================================================== --- audio/opusfile/Makefile +++ audio/opusfile/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libopus.so:audio/opus -USES= autoreconf libtool pathfix pkgconfig ssl +USES= autoreconf libtool pathfix ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Index: audio/opustags/Makefile =================================================================== --- audio/opustags/Makefile +++ audio/opustags/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libogg.so:audio/libogg -USES= cmake compiler:c++14-lang iconv pkgconfig +USES= cmake compiler:c++14-lang iconv USE_GITHUB= yes GH_ACCOUNT= fmang Index: audio/orbit-lv2/Makefile =================================================================== --- audio/orbit-lv2/Makefile +++ audio/orbit-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= cmake compiler:c11 pkgconfig +USES= cmake compiler:c11 PLIST_FILES= lib/lv2/orbit.lv2/manifest.ttl \ lib/lv2/orbit.lv2/orbit.so \ lib/lv2/orbit.lv2/orbit.ttl Index: audio/osd-lyrics/Makefile =================================================================== --- audio/osd-lyrics/Makefile +++ audio/osd-lyrics/Makefile @@ -14,7 +14,7 @@ libcurl.so:ftp/curl USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \ - iconv localbase pkgconfig sqlite + iconv localbase sqlite USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Index: audio/oss/Makefile =================================================================== --- audio/oss/Makefile +++ audio/oss/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gnome tar:bzip2 kmod pkgconfig +USES= gnome tar:bzip2 kmod USE_GNOME= gtk20 cairo gdkpixbuf2 USE_RC_SUBR= oss Index: audio/p5-MusicBrainz-DiscID/Makefile =================================================================== --- audio/p5-MusicBrainz-DiscID/Makefile +++ audio/p5-MusicBrainz-DiscID/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod LIB_DEPENDS= libdiscid.so:audio/libdiscid -USES= localbase pkgconfig perl5 +USES= localbase perl5 USE_PERL5= configure .include Index: audio/p5-Net-LibLO/Makefile =================================================================== --- audio/p5-Net-LibLO/Makefile +++ audio/p5-Net-LibLO/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= liblo.so:audio/liblo -USES= pkgconfig perl5 +USES= perl5 USE_PERL5= modbuild .include Index: audio/p5-Shout/Makefile =================================================================== --- audio/p5-Shout/Makefile +++ audio/p5-Shout/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libshout.so:audio/libshout -USES= perl5 pkgconfig shebangfix +USES= perl5 shebangfix USE_PERL5= configure DOCSDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} Index: audio/padthv1-lv2/Makefile =================================================================== --- audio/padthv1-lv2/Makefile +++ audio/padthv1-lv2/Makefile @@ -16,7 +16,7 @@ libjack.so:audio/jack \ liblo.so:audio/liblo -USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \ +USES= cmake compiler:c++17-lang desktop-file-utils gl qt:5 \ shared-mime-info USE_GL= gl USE_QT= core gui svg widgets xml buildtools_build linguisttools_build qmake_build Index: audio/paman/Makefile =================================================================== --- audio/paman/Makefile +++ audio/paman/Makefile @@ -11,7 +11,7 @@ libpulse.so:audio/pulseaudio GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake pathfix pkgconfig +USES= compiler:c++11-lang gmake pathfix USE_CXXSTD= c++11 CONFIGURE_ARGS= --disable-lynx Index: audio/paprefs/Makefile =================================================================== --- audio/paprefs/Makefile +++ audio/paprefs/Makefile @@ -14,7 +14,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libpulse.so:audio/pulseaudio -USES= compiler:c++11-lang gnome meson pkgconfig tar:xz +USES= compiler:c++11-lang gnome meson tar:xz USE_GNOME= atkmm glib20 glibmm gtk30 gtkmm30 libsigc++20 OPTIONS_DEFINE= PK NLS Index: audio/patchage/Makefile =================================================================== --- audio/patchage/Makefile +++ audio/patchage/Makefile @@ -20,7 +20,7 @@ libganv-1.so:audio/ganv \ libharfbuzz.so:print/harfbuzz -USES= compiler:c++14-lang gettext-runtime gnome localbase meson pkgconfig python:build tar:xz +USES= compiler:c++14-lang gettext-runtime gnome localbase meson python:build tar:xz USE_GNOME= atk cairo cairomm glib20 glibmm gdkpixbuf2 gtk20 gtkmm24 libsigc++20 pango pangomm post-install: Index: audio/pavucontrol-qt/Makefile =================================================================== --- audio/pavucontrol-qt/Makefile +++ audio/pavucontrol-qt/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio USES= cmake compiler:c++14-lang gettext-runtime localbase:ldflags qt:5 \ - lxqt pkgconfig tar:xz gnome + lxqt tar:xz gnome USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ widgets USE_LXQT= buildtools Index: audio/pavucontrol/Makefile =================================================================== --- audio/pavucontrol/Makefile +++ audio/pavucontrol/Makefile @@ -14,7 +14,7 @@ libjson-glib-1.0.so:devel/json-glib \ libpulse.so:audio/pulseaudio -USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:xz +USES= compiler:c++11-lang gettext gmake gnome tar:xz USE_GNOME= glibmm gtkmm30 intltool libsigc++20 USE_CXXSTD= c++11 Index: audio/pavumeter/Makefile =================================================================== --- audio/pavumeter/Makefile +++ audio/pavumeter/Makefile @@ -13,7 +13,7 @@ libpulse.so:audio/pulseaudio GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang gmake USE_CXXSTD= c++11 CONFIGURE_ARGS= --disable-lynx Index: audio/pcaudiolib/Makefile =================================================================== --- audio/pcaudiolib/Makefile +++ audio/pcaudiolib/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pkgconfig +USES= libtool #USE_GITHUB= yes GH_ACCOUNT= espeak-ng GNU_CONFIGURE= yes Index: audio/pd/Makefile =================================================================== --- audio/pd/Makefile +++ audio/pd/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} -USES= autoreconf gettext gmake libtool pkgconfig shebangfix \ +USES= autoreconf gettext gmake libtool shebangfix \ tcl:wrapper tk:wrapper SHEBANG_FILES= tcl/pkg_mkIndex.tcl SHEBANG_LANG= tclsh Index: audio/phaserotate-lv2/Makefile =================================================================== --- audio/phaserotate-lv2/Makefile +++ audio/phaserotate-lv2/Makefile @@ -14,7 +14,7 @@ ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= x42 GH_PROJECT= ${PORTNAME}.lv2 Index: audio/pianobar/Makefile =================================================================== --- audio/pianobar/Makefile +++ audio/pianobar/Makefile @@ -16,7 +16,7 @@ libcurl.so:ftp/curl MAKE_ENV+= V=1 -USES= alias gmake localbase pkgconfig tar:bzip2 +USES= alias gmake localbase tar:bzip2 PLIST_FILES= bin/pianobar \ man/man1/pianobar.1.gz Index: audio/pianobooster/Makefile =================================================================== --- audio/pianobooster/Makefile +++ audio/pianobooster/Makefile @@ -14,7 +14,7 @@ libjack.so:audio/jack \ librtmidi.so:audio/rtmidi -USES= cmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils gl qt:5 USE_GITHUB= yes GH_ACCOUNT= captnfab GH_PROJECT= PianoBooster Index: audio/pianod2/Makefile =================================================================== --- audio/pianod2/Makefile +++ audio/pianod2/Makefile @@ -25,7 +25,7 @@ libtag.so:audio/taglib RUN_DEPENDS= mksh>0:shells/mksh -USES= autoreconf compiler:c11 gettext gmake gnome gstreamer pkgconfig shebangfix +USES= autoreconf compiler:c11 gettext gmake gnome gstreamer shebangfix USE_GNOME= glib20 USE_GSTREAMER= #ffmpeg Index: audio/pithos/Makefile =================================================================== --- audio/pithos/Makefile +++ audio/pithos/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pylast>0:audio/py-pylast@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} -USES= pkgconfig:run python:3.6+ gnome gstreamer meson ninja gettext shebangfix +USES= python:3.6+ gnome gstreamer meson ninja gettext shebangfix USE_GITHUB= yes USE_GNOME= glib20 Index: audio/plasma5-plasma-pa/Makefile =================================================================== --- audio/plasma5-plasma-pa/Makefile +++ audio/plasma5-plasma-pa/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libpulse.so:audio/pulseaudio -USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \ +USES= cmake compiler:c++11-lib gettext gnome kde:5 qt:5 \ shebangfix tar:xz USE_GNOME= glib20 USE_KDE= config configwidgets coreaddons ecm globalaccel i18n \ Index: audio/pms/Makefile =================================================================== --- audio/pms/Makefile +++ audio/pms/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 -USES= gettext gnome ncurses pkgconfig tar:bzip2 +USES= gettext gnome ncurses tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 Index: audio/pocketsphinx/Makefile =================================================================== --- audio/pocketsphinx/Makefile +++ audio/pocketsphinx/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsphinxad.so:audio/sphinxbase -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix libtool GNU_CONFIGURE= yes CONFIGURE_ARGS+=--without-python CONFIGURE_ENV+= HAVE_DOXYGEN=no Index: audio/poly-lv2/Makefile =================================================================== --- audio/poly-lv2/Makefile +++ audio/poly-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs -USES= compiler:c11 gmake pkgconfig +USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= polyeffects Index: audio/polyphone/Makefile =================================================================== --- audio/polyphone/Makefile +++ audio/polyphone/Makefile @@ -17,7 +17,7 @@ libstk.so:audio/stk \ libvorbisfile.so:audio/libvorbis -USES= compiler:c++11-lang desktop-file-utils dos2unix gl gnome pkgconfig qmake:outsource qt:5 shared-mime-info ssl xorg +USES= compiler:c++11-lang desktop-file-utils dos2unix gl gnome qmake:outsource qt:5 shared-mime-info ssl xorg DOS2UNIX_FILES= polyphone.pro \ editor/graphics/graphiquefourier.cpp \ editor/tree/treeitemdelegate.cpp Index: audio/portaudio/Makefile =================================================================== --- audio/portaudio/Makefile +++ audio/portaudio/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= autoreconf:2.69 cpe dos2unix gmake libtool localbase:ldflags \ - pathfix pkgconfig tar:tgz + pathfix tar:tgz USE_LDCONFIG= yes CPE_VENDOR= portaudio_project Index: audio/praat/Makefile =================================================================== --- audio/praat/Makefile +++ audio/praat/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= CharisSIL>=0:x11-fonts/charis \ DoulosSIL>=0:x11-fonts/doulos -USES= compiler:c++11-lang dos2unix gnome iconv pkgconfig xorg +USES= compiler:c++11-lang dos2unix gnome iconv xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_GITHUB= yes USE_XORG= x11 Index: audio/pragha/Makefile =================================================================== --- audio/pragha/Makefile +++ audio/pragha/Makefile @@ -17,7 +17,7 @@ libtotem-plparser.so:multimedia/totem-pl-parser USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome gstreamer \ - libtool pkgconfig sqlite tar:bz2 + libtool sqlite tar:bz2 GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 intltool intlhack USE_GSTREAMER= faad flac libav mpg123 ogg speex Index: audio/psindustrializer/Makefile =================================================================== --- audio/psindustrializer/Makefile +++ audio/psindustrializer/Makefile @@ -16,7 +16,7 @@ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libharfbuzz.so:print/harfbuzz -USES= gettext-runtime gl gmake gnome libtool pkgconfig tar:xz xorg +USES= gettext-runtime gl gmake gnome libtool tar:xz xorg USE_GNOME= atk cairo gdkpixbuf2 gtk20 libxml2 pango pangox-compat USE_GL= gl glu USE_XORG= x11 Index: audio/pulseaudio-module-sndio/Makefile =================================================================== --- audio/pulseaudio-module-sndio/Makefile +++ audio/pulseaudio-module-sndio/Makefile @@ -13,7 +13,6 @@ LIB_DEPENDS= libsndio.so:audio/sndio \ libpulse.so:audio/pulseaudio -USES= pkgconfig PULSE_MODDIR= `pkg-config --variable=modlibexecdir libpulse` PLIST_FILES= ${PULSE_MODDIR}/module-sndio.so SUB_FILES= pkg-message Index: audio/pulseaudio-module-xrdp/Makefile =================================================================== --- audio/pulseaudio-module-xrdp/Makefile +++ audio/pulseaudio-module-xrdp/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure LIB_DEPENDS= libpulse.so:audio/pulseaudio -USES= autoreconf:build compiler:c11 libtool localbase pkgconfig +USES= autoreconf:build compiler:c11 libtool localbase USE_GITHUB= yes GNU_CONFIGURE= yes Index: audio/pulseaudio-qt/Makefile =================================================================== --- audio/pulseaudio-qt/Makefile +++ audio/pulseaudio-qt/Makefile @@ -10,7 +10,7 @@ libpulse.so:audio/pulseaudio USES= cmake compiler:c++11-lib gettext kde:5 \ - pkgconfig qt:5 shebangfix tar:xz + qt:5 shebangfix tar:xz USE_KDE= ecm_build USE_QT= core dbus gui \ buildtools_build qmake_build Index: audio/pulseaudio/Makefile =================================================================== --- audio/pulseaudio/Makefile +++ audio/pulseaudio/Makefile @@ -23,7 +23,7 @@ libck-connector.so:sysutils/consolekit2 USES= compiler:c11 cpe gettext gmake gnome iconv libtool:build localbase:ldflags \ - pathfix pkgconfig python:run shebangfix ssl tar:xz + pathfix python:run shebangfix ssl tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes Index: audio/pulseeffects/Makefile =================================================================== --- audio/pulseeffects/Makefile +++ audio/pulseeffects/Makefile @@ -42,7 +42,7 @@ BROKEN= error: use of undeclared identifier 'ofs' USES= compiler:c++17-lang desktop-file-utils libtool \ - localbase:ldflags gettext gnome gstreamer meson ninja pathfix pkgconfig \ + localbase:ldflags gettext gnome gstreamer meson ninja pathfix \ python:3.6+ shebangfix USE_GNOME= cairo gtkmm30 libsigc++20 pygobject3 USE_GSTREAMER= bad bs2b good ladspa lv2 pulse webrtcdsp Index: audio/py-fmoo-audiotools/Makefile =================================================================== --- audio/py-fmoo-audiotools/Makefile +++ audio/py-fmoo-audiotools/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}zita-audiotools Index: audio/qjackctl/Makefile =================================================================== --- audio/qjackctl/Makefile +++ audio/qjackctl/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libjack.so:audio/jack -USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig qt:5 +USES= cmake compiler:c++11-lib gl localbase:ldflags qt:5 USE_QT= core gui network widgets x11extras xml buildtools_build linguisttools_build qmake_build USE_GL= gl USE_CXXSTD= c++11 Index: audio/qmidiarp/Makefile =================================================================== --- audio/qmidiarp/Makefile +++ audio/qmidiarp/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limit:^qmidiarp USES= autoreconf compiler:c++11-lib desktop-file-utils \ - gmake gnome localbase libtool pkgconfig qt:5 + gmake gnome localbase libtool qt:5 USE_GITHUB= yes GH_ACCOUNT= emuse USE_QT= core gui network widgets buildtools_build \ Index: audio/qmidictl/Makefile =================================================================== --- audio/qmidictl/Makefile +++ audio/qmidictl/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang gl localbase pkgconfig qt:5 +USES= cmake compiler:c++11-lang gl localbase qt:5 GNU_CONFIGURE= yes USE_QT= core gui network widgets qmake_build buildtools_build linguisttools_build USE_GL= gl Index: audio/qmidinet/Makefile =================================================================== --- audio/qmidinet/Makefile +++ audio/qmidinet/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libjack.so:audio/jack -USES= cmake compiler:c++17-lang pkgconfig qt:5 +USES= cmake compiler:c++17-lang qt:5 USE_QT= core gui network widgets buildtools_build qmake_build CMAKE_OFF= CONFIG_ALSA_MIDI # libalsa doesn't have MIDI functionality on FreeBSD Index: audio/qsampler/Makefile =================================================================== --- audio/qsampler/Makefile +++ audio/qsampler/Makefile @@ -13,7 +13,7 @@ liblscp.so:audio/liblscp RUN_DEPENDS= linuxsampler:audio/linuxsampler -USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig \ +USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags \ shared-mime-info qmake:no_env qt:5 xorg USE_GL= gl USE_QT= core gui network widgets x11extras \ Index: audio/qsynth/Makefile =================================================================== --- audio/qsynth/Makefile +++ audio/qsynth/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_CXXSTD= c++11 USE_QT= core gui network widgets x11extras buildtools_build \ linguisttools_build qmake_build Index: audio/qtractor/Makefile =================================================================== --- audio/qtractor/Makefile +++ audio/qtractor/Makefile @@ -38,7 +38,7 @@ libvorbisenc.so:audio/libvorbis \ libvorbisfile.so:audio/libvorbis -USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome localbase:ldflags pkgconfig qt:5 shared-mime-info +USES= cmake compiler:c++17-lang desktop-file-utils gettext-runtime gnome localbase:ldflags qt:5 shared-mime-info USE_GNOME= atk cairo gdkpixbuf2 gtk20 gtkmm24 pango USE_QT= core gui svg widgets x11extras xml buildtools_build linguisttools_build qmake_build #USE_QT= base svg tools_build # for Qt6 Index: audio/quimup/Makefile =================================================================== --- audio/quimup/Makefile +++ audio/quimup/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libtag.so:audio/taglib -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_QT= core gui network widgets buildtools_build USE_GL= gl Index: audio/qxgedit/Makefile =================================================================== --- audio/qxgedit/Makefile +++ audio/qxgedit/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib -USES= cmake compiler:c++17-lang pkgconfig qt:5 +USES= cmake compiler:c++17-lang qt:5 USE_QT= core gui network widgets buildtools_build qmake_build .include Index: audio/rezound/Makefile =================================================================== --- audio/rezound/Makefile +++ audio/rezound/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 -USES= bison compiler:c++11-lang pkgconfig +USES= bison compiler:c++11-lang GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa MAKE_JOBS_UNSAFE= yes Index: audio/rhvoice/Makefile =================================================================== --- audio/rhvoice/Makefile +++ audio/rhvoice/Makefile @@ -12,7 +12,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to configure: The C++ compiler is not working -USES= compiler:c++0x pkgconfig scons +USES= compiler:c++0x scons USE_LDCONFIG= yes USE_GITHUB= yes Index: audio/rhythmbox/Makefile =================================================================== --- audio/rhythmbox/Makefile +++ audio/rhythmbox/Makefile @@ -23,7 +23,7 @@ libtdb.so:databases/tdb USES= desktop-file-utils gettext gnome gstreamer localbase:ldflags meson \ - pkgconfig tar:xz vala:build xorg + tar:xz vala:build xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection libxml2 USE_XORG= ice x11 xorgproto USE_GSTREAMER= flac lame jpeg cdparanoia vorbis Index: audio/ripperx/Makefile =================================================================== --- audio/ripperx/Makefile +++ audio/ripperx/Makefile @@ -15,7 +15,7 @@ CONFIGURE_ARGS= ac_cv_lib_id3_ID3Tag_Link=yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= compiler:c++11-lang gmake gnome pathfix pkgconfig +USES= compiler:c++11-lang gmake gnome pathfix USE_GNOME= gtk20 OPTIONS_DEFINE= NLS Index: audio/rkr-lv2/Makefile =================================================================== --- audio/rkr-lv2/Makefile +++ audio/rkr-lv2/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsamplerate.so:audio/libsamplerate -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= ssj71 GH_PROJECT= ${PORTNAME}lv2 Index: audio/rosegarden/Makefile =================================================================== --- audio/rosegarden/Makefile +++ audio/rosegarden/Makefile @@ -26,7 +26,7 @@ lilypond:print/lilypond USES= alias cmake compiler:c++11-lib desktop-file-utils \ - localbase:ldflags pkgconfig shared-mime-info tar:bzip2 \ + localbase:ldflags shared-mime-info tar:bzip2 \ qt:5 xorg USE_QT= core gui network printsupport testlib widgets xml \ buildtools_build linguisttools_build qmake_build Index: audio/rtaudio/Makefile =================================================================== --- audio/rtaudio/Makefile +++ audio/rtaudio/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT -USES= cmake compiler:c++11-lang libtool pkgconfig +USES= cmake compiler:c++11-lang libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: audio/rubberband/Makefile =================================================================== --- audio/rubberband/Makefile +++ audio/rubberband/Makefile @@ -16,7 +16,7 @@ libsndfile.so:audio/libsndfile \ libvamp-sdk.so:audio/vamp-plugin-sdk -USES= localbase meson pkgconfig tar:bzip2 +USES= localbase meson tar:bzip2 USE_LDCONFIG= yes MESON_ARGS= -Dfft=fftw \ Index: audio/samplv1-lv2/Makefile =================================================================== --- audio/samplv1-lv2/Makefile +++ audio/samplv1-lv2/Makefile @@ -17,7 +17,7 @@ liblo.so:audio/liblo \ libsndfile.so:audio/libsndfile -USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \ +USES= cmake compiler:c++17-lang desktop-file-utils gl qt:5 \ shared-mime-info USE_GL= gl USE_QT= core gui svg widgets xml buildtools_build linguisttools_build qmake_build Index: audio/sayonara/Makefile =================================================================== --- audio/sayonara/Makefile +++ audio/sayonara/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libmtp.so:multimedia/libmtp -USES= cmake compiler:c++11-lib desktop-file-utils gnome gstreamer pkgconfig \ +USES= cmake compiler:c++11-lib desktop-file-utils gnome gstreamer \ qt:5 python shebangfix USE_GNOME= glib20 USE_GSTREAMER= flac libav mpg123 ogg opus vorbis Index: audio/sc3-plugins/Makefile =================================================================== --- audio/sc3-plugins/Makefile +++ audio/sc3-plugins/Makefile @@ -21,7 +21,7 @@ SUPERNOVA_DESC= Build plugins for supernova OPTIONS_SUB= yes -USES= compiler:c++11-lang cmake localbase pkgconfig +USES= compiler:c++11-lang cmake localbase USE_GITHUB= yes GH_ACCOUNT= supercollider GH_TUPLE= timblechmann:nova-simd:3140689:n/external_libraries/nova-simd Index: audio/screcord-lv2/Makefile =================================================================== --- audio/screcord-lv2/Makefile +++ audio/screcord-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libsndfile.so:audio/libsndfile -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_PROJECT= ${PORTNAME}.lv2 Index: audio/sdl_audiolib/Makefile =================================================================== --- audio/sdl_audiolib/Makefile +++ audio/sdl_audiolib/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libfmt.so:devel/libfmt -USES= cmake pkgconfig sdl +USES= cmake sdl USE_GITHUB= yes GH_ACCOUNT= realnc GH_PROJECT= SDL_audiolib Index: audio/sdl_mixer/Makefile =================================================================== --- audio/sdl_mixer/Makefile +++ audio/sdl_mixer/Makefile @@ -10,7 +10,7 @@ LICENSE= ZLIB -USES= gmake libtool pathfix pkgconfig sdl +USES= gmake libtool pathfix sdl USE_SDL= sdl GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: audio/sfizz/Makefile =================================================================== --- audio/sfizz/Makefile +++ audio/sfizz/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile RUN_DEPENDS= zenity:x11/zenity -USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig +USES= cmake compiler:c++17-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= sfztools GH_TUPLE= \ Index: audio/shairplay/Makefile =================================================================== --- audio/shairplay/Makefile +++ audio/shairplay/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= juhovh GH_TAGNAME= 498bc5b -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf gmake libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: audio/shairport-sync/Makefile =================================================================== --- audio/shairport-sync/Makefile +++ audio/shairport-sync/Makefile @@ -14,7 +14,7 @@ libpopt.so:devel/popt \ libsoxr.so:audio/libsoxr -USES= autoreconf libtool pkgconfig ssl +USES= autoreconf libtool ssl USE_GITHUB= yes GNU_CONFIGURE= yes Index: audio/sherlock-lv2/Makefile =================================================================== --- audio/sherlock-lv2/Makefile +++ audio/sherlock-lv2/Makefile @@ -15,7 +15,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= compiler:c11 gl meson pkgconfig xorg +USES= compiler:c11 gl meson xorg USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_PROJECT= sherlock.lv2 Index: audio/shortwave/Makefile =================================================================== --- audio/shortwave/Makefile +++ audio/shortwave/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus -USES= cargo gettext gnome gstreamer meson pkgconfig python:build shebangfix sqlite ssl +USES= cargo gettext gnome gstreamer meson python:build shebangfix sqlite ssl USE_GITLAB= yes USE_GNOME= gdkpixbuf2 gtk40 libadwaita USE_GSTREAMER= good libav soup vorbis Index: audio/sidplay2/Makefile =================================================================== --- audio/sidplay2/Makefile +++ audio/sidplay2/Makefile @@ -14,7 +14,6 @@ LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 GNU_CONFIGURE= yes -USES= pkgconfig USE_CXXSTD= c++98 PLIST_FILES= bin/sidplay2 man/man1/sidplay2.1.gz Index: audio/siren/Makefile =================================================================== --- audio/siren/Makefile +++ audio/siren/Makefile @@ -13,7 +13,7 @@ BROKEN_mips= fails to configure: cannot find program /nxb-bin/usr/bin/cc BROKEN_mips64= fails to configure: cannot find program /nxb-bin/usr/bin/cc -USES= localbase:ldflags ncurses pkgconfig +USES= localbase:ldflags ncurses HAS_CONFIGURE= yes USE_CSTD= c99 Index: audio/so-synth-lv2/Makefile =================================================================== --- audio/so-synth-lv2/Makefile +++ audio/so-synth-lv2/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= compiler:c++11-lang gmake localbase pkgconfig +USES= compiler:c++11-lang gmake localbase USE_GITHUB= yes GH_ACCOUNT= jeremysalwen GH_PROJECT= So-synth-LV2 Index: audio/sonata/Makefile =================================================================== --- audio/sonata/Makefile +++ audio/sonata/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-mpd2>=0.4.6:audio/py-python-mpd2@${PY_FLAVOR} -USES= gettext gnome pkgconfig python:3.6+ +USES= gettext gnome python:3.6+ USE_GITHUB= yes GH_ACCOUNT= multani Index: audio/sonic-visualiser/Makefile =================================================================== --- audio/sonic-visualiser/Makefile +++ audio/sonic-visualiser/Makefile @@ -24,7 +24,7 @@ libsord-0.so:devel/sord \ libvamp-hostsdk.so:audio/vamp-plugin-sdk -USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix gmake gl pkgconfig qt:5 xorg +USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix gmake gl qt:5 xorg DOS2UNIX_FILES= convert.pro USE_QT= buildtools_build core gui network qmake_build svg testlib widgets xml USE_XORG= x11 Index: audio/sonivox-eas/Makefile =================================================================== --- audio/sonivox-eas/Makefile +++ audio/sonivox-eas/Makefile @@ -14,7 +14,7 @@ libpulse.so:audio/pulseaudio \ libsonivox.so:audio/sonivox -USES= cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:6 +USES= cmake compiler:c++17-lang desktop-file-utils qt:6 USE_QT= base USE_LDCONFIG= yes Index: audio/sorcer-lv2/Makefile =================================================================== --- audio/sorcer-lv2/Makefile +++ audio/sorcer-lv2/Makefile @@ -18,7 +18,7 @@ ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs LIB_DEPENDS= libntk.so:x11-toolkits/ntk -USES= cmake gnome pkgconfig +USES= cmake gnome USE_GITHUB= yes GH_ACCOUNT= openAVproductions GH_PROJECT= openAV-${PORTNAME} Index: audio/sound-juicer/Makefile =================================================================== --- audio/sound-juicer/Makefile +++ audio/sound-juicer/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome gstreamer meson \ - pkgconfig tar:xz + tar:xz USE_GSTREAMER= cdparanoia flac good vorbis USE_GNOME= gtk30 INSTALL_TARGET= install-strip Index: audio/soundtracker/Makefile =================================================================== --- audio/soundtracker/Makefile +++ audio/soundtracker/Makefile @@ -16,7 +16,7 @@ libsndfile.so:audio/libsndfile RUN_DEPENDS= bash:shells/bash -USES= desktop-file-utils gettext gmake gnome pkgconfig shebangfix tar:xz xorg +USES= desktop-file-utils gettext gmake gnome shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 pango USE_XORG= x11 Index: audio/sox/Makefile =================================================================== --- audio/sox/Makefile +++ audio/sox/Makefile @@ -18,7 +18,7 @@ CONFLICTS= play GNU_CONFIGURE= yes -USES= autoreconf cpe libtool localbase:ldflags pkgconfig +USES= autoreconf cpe libtool localbase:ldflags USE_LDCONFIG= yes OPTIONS_DEFINE= AMRNB AMRWB FLAC GSM ID3TAG LADSPA LAME MAD OPUS PNG \ Index: audio/spectacle-lv2/Makefile =================================================================== --- audio/spectacle-lv2/Makefile +++ audio/spectacle-lv2/Makefile @@ -18,7 +18,7 @@ xxd:editors/vim LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= compiler:c++0x gl gmake gnome pkgconfig shebangfix xorg +USES= compiler:c++0x gl gmake gnome shebangfix xorg USE_GNOME= cairo USE_GL= gl USE_XORG= x11 Index: audio/spectmorph/Makefile =================================================================== --- audio/spectmorph/Makefile +++ audio/spectmorph/Makefile @@ -19,7 +19,7 @@ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg +USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool python:run qt:5 shebangfix tar:bz2 xorg USE_QT= core gui widgets buildtools_build USE_GNOME= cairo glib20 USE_GL= gl Index: audio/spectrogram/Makefile =================================================================== --- audio/spectrogram/Makefile +++ audio/spectrogram/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsndio.so:audio/sndio -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 USE_GITHUB= yes Index: audio/speech-denoiser-lv2/Makefile =================================================================== --- audio/speech-denoiser-lv2/Makefile +++ audio/speech-denoiser-lv2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= librnnoise-nu.so:audio/rnnoise-nu -USES= localbase:ldflags meson pkgconfig +USES= localbase:ldflags meson USE_GITHUB= yes GH_ACCOUNT= lucianodato GH_TAGNAME= 04cfba9 Index: audio/speex/Makefile =================================================================== --- audio/speex/Makefile +++ audio/speex/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libspeexdsp.so:audio/speexdsp -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: audio/spek/Makefile =================================================================== --- audio/spek/Makefile +++ audio/spek/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -USES= compiler:c++11-lib desktop-file-utils gmake gnome pkgconfig \ +USES= compiler:c++11-lib desktop-file-utils gmake gnome \ tar:xz USE_GNOME= intltool USE_WX= 3.0 Index: audio/sphinxbase/Makefile =================================================================== --- audio/sphinxbase/Makefile +++ audio/sphinxbase/Makefile @@ -22,7 +22,6 @@ SNDFILE_DESC= libsndfile support THREADS_DESC= Build with thread safety support -SNDFILE_USES= pkgconfig SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_ENV_OFF= HAVE_PKGCONFIG=no Index: audio/sratom/Makefile =================================================================== --- audio/sratom/Makefile +++ audio/sratom/Makefile @@ -14,7 +14,7 @@ libsord-0.so:devel/sord RUN_DEPENDS= lv2>=1.14.0:audio/lv2 -USES= pkgconfig python:build tar:bzip2 waf +USES= python:build tar:bzip2 waf USE_CSTD= c99 USE_LDCONFIG= yes Index: audio/ssr-lv2/Makefile =================================================================== --- audio/ssr-lv2/Makefile +++ audio/ssr-lv2/Makefile @@ -15,7 +15,7 @@ bash:shells/bash LIB_DEPENDS= libjack.so:audio/jack -USES= compiler:c++11-lang gmake gnome pkgconfig shebangfix xorg +USES= compiler:c++11-lang gmake gnome shebangfix xorg USE_GNOME= cairo USE_XORG= x11 Index: audio/stegosaurus-lv2/Makefile =================================================================== --- audio/stegosaurus-lv2/Makefile +++ audio/stegosaurus-lv2/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 -USES= gnome waf localbase:ldflags pkgconfig xorg +USES= gnome waf localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= mxmilkiib GH_TAGNAME= 543a95d Index: audio/stk/Makefile =================================================================== --- audio/stk/Makefile +++ audio/stk/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libjack.so:audio/jack -USES= autoreconf compiler:c++11-lang dos2unix gmake localbase pkgconfig +USES= autoreconf compiler:c++11-lang dos2unix gmake localbase USE_LDCONFIG= yes DOS2UNIX_GLOB= *.cpp *.h Index: audio/stone-phaser-lv2/Makefile =================================================================== --- audio/stone-phaser-lv2/Makefile +++ audio/stone-phaser-lv2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ bash:shells/bash -USES= compiler:c++0x gmake gnome pkgconfig shebangfix xorg +USES= compiler:c++0x gmake gnome shebangfix xorg SHEBANG_GLOB= *.sh USE_GITHUB= yes GH_ACCOUNT= jpcima Index: audio/strawberry/Makefile =================================================================== --- audio/strawberry/Makefile +++ audio/strawberry/Makefile @@ -18,7 +18,7 @@ TEST_DEPENDS= googletest>=0:devel/googletest USES= cmake compiler:c++11-lang desktop-file-utils gettext-runtime \ - gettext-tools gnome gstreamer iconv:translit pkgconfig qt:5 \ + gettext-tools gnome gstreamer iconv:translit qt:5 \ sqlite tar:xz xorg USE_GNOME= glib20 Index: audio/streamripper/Makefile =================================================================== --- audio/streamripper/Makefile +++ audio/streamripper/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFINE= FAAD VORBIS OPTIONS_DEFAULT=FAAD VORBIS -USES= cpe gnome iconv ncurses pkgconfig +USES= cpe gnome iconv ncurses USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-libmad \ Index: audio/string-machine-lv2/Makefile =================================================================== --- audio/string-machine-lv2/Makefile +++ audio/string-machine-lv2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/boost/intrusive/list.hpp:devel/boost-libs -USES= compiler:c++0x gmake gnome localbase pkgconfig xorg +USES= compiler:c++0x gmake gnome localbase xorg USE_GITHUB= yes GH_ACCOUNT= jpcima GH_TUPLE= DISTRHO:DPF:7a056bb:d/dpf Index: audio/suil/Makefile =================================================================== --- audio/suil/Makefile +++ audio/suil/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= lv2>=1.14.0:audio/lv2 -USES= compiler:c++11-lang gnome pkgconfig python:build qt:5 \ +USES= compiler:c++11-lang gnome python:build qt:5 \ tar:bzip2 waf xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango USE_QT= core gui widgets x11extras Index: audio/supercollider/Makefile =================================================================== --- audio/supercollider/Makefile +++ audio/supercollider/Makefile @@ -17,7 +17,7 @@ libfftw3f.so:math/fftw3-float \ libyaml-cpp.so:devel/yaml-cpp -USES= cmake compiler:c++11-lang iconv localbase pkgconfig \ +USES= cmake compiler:c++11-lang iconv localbase \ qt:5 readline shared-mime-info tar:bzip2 xorg USE_QT= buildtools_build concurrent core declarative gui linguisttools location \ network opengl printsupport qmake_build sensors \ Index: audio/surge-synthesizer-lv2/Makefile =================================================================== --- audio/surge-synthesizer-lv2/Makefile +++ audio/surge-synthesizer-lv2/Makefile @@ -29,7 +29,7 @@ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-util.so:x11/xcb-util -USES= cmake compiler:c++17-lang gnome localbase:ldflags pkgconfig python:build shebangfix xorg +USES= cmake compiler:c++17-lang gnome localbase:ldflags python:build shebangfix xorg SHEBANG_FILES= build-linux.sh scripts/linux/package-vst3.sh USE_GNOME= cairo USE_XORG= x11 xcb Index: audio/surge-synthesizer-xt-lv2/Makefile =================================================================== --- audio/surge-synthesizer-xt-lv2/Makefile +++ audio/surge-synthesizer-xt-lv2/Makefile @@ -29,7 +29,7 @@ libxcb-util.so:x11/xcb-util LIB_DEPENDS+= libasound.so:audio/alsa-lib # pending https://github.com/surge-synthesizer/surge/issues/5997 resolution -USES= cmake compiler:c++17-lang gnome localbase:ldflags pkgconfig python:build shebangfix xorg +USES= cmake compiler:c++17-lang gnome localbase:ldflags python:build shebangfix xorg USE_GNOME= cairo USE_XORG= x11 xcb Index: audio/sweep/Makefile =================================================================== --- audio/sweep/Makefile +++ audio/sweep/Makefile @@ -17,7 +17,7 @@ libspeex.so:audio/speex USES= desktop-file-utils gettext gmake gnome libtool pathfix \ - pkgconfig tar:bzip2 + tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 Index: audio/swh-lv2/Makefile =================================================================== --- audio/swh-lv2/Makefile +++ audio/swh-lv2/Makefile @@ -15,7 +15,7 @@ xsltproc:textproc/libxslt LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= gmake pkgconfig localbase +USES= gmake localbase USE_GITHUB= yes GH_PROJECT= lv2 Index: audio/swhplugins/Makefile =================================================================== --- audio/swhplugins/Makefile +++ audio/swhplugins/Makefile @@ -14,7 +14,7 @@ p5-XML-Parser>=0:textproc/p5-XML-Parser LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= autoreconf gmake libtool localbase:ldflags pkgconfig shebangfix +USES= autoreconf gmake libtool localbase:ldflags shebangfix USE_GITHUB= yes GH_ACCOUNT= swh GH_PROJECT= ladspa Index: audio/synthpod-lv2/Makefile =================================================================== --- audio/synthpod-lv2/Makefile +++ audio/synthpod-lv2/Makefile @@ -16,7 +16,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= meson compiler:c++11-lib pkgconfig localbase +USES= meson compiler:c++11-lib localbase USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_TAGNAME= 01aad91 Index: audio/synthv1-lv2/Makefile =================================================================== --- audio/synthv1-lv2/Makefile +++ audio/synthv1-lv2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libjack.so:audio/jack \ liblo.so:audio/liblo -USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig qt:5 \ +USES= cmake compiler:c++17-lang desktop-file-utils gl qt:5 \ shared-mime-info USE_GL= gl USE_QT= core gui svg widgets xml buildtools_build linguisttools_build qmake_build Index: audio/taglookup/Makefile =================================================================== --- audio/taglookup/Makefile +++ audio/taglookup/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcddb.so:audio/libcddb \ libtag.so:audio/taglib -USES= compiler:c++11-lang pkgconfig tar:tgz +USES= compiler:c++11-lang tar:tgz PLIST_FILES= bin/taglookup \ man/man1/taglookup.1.gz Index: audio/tagtool/Makefile =================================================================== --- audio/tagtool/Makefile +++ audio/tagtool/Makefile @@ -15,7 +15,7 @@ libvorbis.so:audio/libvorbis USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \ - pathfix pkgconfig tar:bzip2 + pathfix tar:bzip2 USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes Index: audio/tagutil/Makefile =================================================================== --- audio/tagutil/Makefile +++ audio/tagutil/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libyaml.so:textproc/libyaml -USES= cmake compiler:c++11-lang iconv pkgconfig +USES= cmake compiler:c++11-lang iconv USE_GITHUB= yes GH_ACCOUNT= kAworu Index: audio/tamgamp-lv2/Makefile =================================================================== --- audio/tamgamp-lv2/Makefile +++ audio/tamgamp-lv2/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 LIB_DEPENDS= libzita-resampler.so:audio/zita-resampler -USES= gmake localbase:ldflags pkgconfig +USES= gmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= sadko4u GH_PROJECT= tamgamp.lv2 Index: audio/tetraproc/Makefile =================================================================== --- audio/tetraproc/Makefile +++ audio/tetraproc/Makefile @@ -19,7 +19,7 @@ libpng16.so:graphics/png \ libsndfile.so:audio/libsndfile -USES= gmake localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake localbase:ldflags tar:bz2 xorg USE_XORG= x11 xft WRKSRC_SUBDIR= source Index: audio/thunar-media-tags-plugin/Makefile =================================================================== --- audio/thunar-media-tags-plugin/Makefile +++ audio/thunar-media-tags-plugin/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libtag.so:audio/taglib -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= libexo thunar Index: audio/timbre-mill/Makefile =================================================================== --- audio/timbre-mill/Makefile +++ audio/timbre-mill/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libiconv.so:converters/libiconv \ libsndfile.so:audio/libsndfile # for some reason binaries aren't linked with shared libs -USES= gmake iconv localbase:ldflags pkgconfig +USES= gmake iconv localbase:ldflags WRKSRC= ${WRKDIR}/${PORTNAME} Index: audio/timely-lv2/Makefile =================================================================== --- audio/timely-lv2/Makefile +++ audio/timely-lv2/Makefile @@ -14,7 +14,7 @@ lv2lint:audio/lv2lint \ sord_validate:devel/sord -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= OpenMusicKontrollers GH_PROJECT= timely.lv2 Index: audio/timemachine/Makefile =================================================================== --- audio/timemachine/Makefile +++ audio/timemachine/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= LASH -USES= gmake gnome pathfix pkgconfig +USES= gmake gnome pathfix USE_GNOME= gtk20 GNU_CONFIGURE= yes LDFLAGS+= -lm Index: audio/traverso/Makefile =================================================================== --- audio/traverso/Makefile +++ audio/traverso/Makefile @@ -26,7 +26,7 @@ libvorbisfile.so:audio/libvorbis \ libwavpack.so:audio/wavpack -USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags qt:5 USE_QT= core gui printsupport xml widgets buildtools_build qmake_build CMAKE_OFF= WANT_ALSA Index: audio/twolame/Makefile =================================================================== --- audio/twolame/Makefile +++ audio/twolame/Makefile @@ -13,7 +13,7 @@ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: audio/uade/Makefile =================================================================== --- audio/uade/Makefile +++ audio/uade/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libao.so:audio/libao -USES= gmake pkgconfig tar:bzip2 +USES= gmake tar:bzip2 HAS_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/uade2 Index: audio/vamp-plugin-sdk/Makefile =================================================================== --- audio/vamp-plugin-sdk/Makefile +++ audio/vamp-plugin-sdk/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile GNU_CONFIGURE= yes -USES= compiler:c++11-lang gmake pathfix pkgconfig +USES= compiler:c++11-lang gmake pathfix USE_LDCONFIG= yes post-install: Index: audio/vimpc/Makefile =================================================================== --- audio/vimpc/Makefile +++ audio/vimpc/Makefile @@ -14,7 +14,7 @@ libpcre.so:devel/pcre \ libcurl.so:ftp/curl -USES= autoreconf compiler:c++11-lang ncurses pkgconfig +USES= autoreconf compiler:c++11-lang ncurses USE_GITHUB= yes GH_ACCOUNT= boysetsfrog Index: audio/vm-lv2/Makefile =================================================================== --- audio/vm-lv2/Makefile +++ audio/vm-lv2/Makefile @@ -19,7 +19,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= compiler:c++11-lib gl meson pkgconfig localbase xorg +USES= compiler:c++11-lib gl meson localbase xorg USE_XORG= x11 xext USE_GL= gl glew glu Index: audio/vmpk/Makefile =================================================================== --- audio/vmpk/Makefile +++ audio/vmpk/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick -USES= compiler:c++11-lang cmake localbase:ldflags pkgconfig qt:6 tar:bz2 xorg +USES= compiler:c++11-lang cmake localbase:ldflags qt:6 tar:bz2 xorg USE_QT= base svg tools_build USE_XORG= xcb Index: audio/volumeicon/Makefile =================================================================== --- audio/volumeicon/Makefile +++ audio/volumeicon/Makefile @@ -14,7 +14,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USES= autoreconf gmake gnome gettext pkgconfig xorg +USES= autoreconf gmake gnome gettext xorg USE_GNOME= gtk30 intltool cairo gdkpixbuf2 USE_XORG= x11 USE_CSTD= gnu99 Index: audio/vorbis-tools/Makefile =================================================================== --- audio/vorbis-tools/Makefile +++ audio/vorbis-tools/Makefile @@ -20,7 +20,7 @@ libspeex.so:audio/speex \ libvorbis.so:audio/libvorbis -USES= cpe iconv pkgconfig +USES= cpe iconv CPE_VENDOR= xiph GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" Index: audio/vst3sdk/Makefile =================================================================== --- audio/vst3sdk/Makefile +++ audio/vst3sdk/Makefile @@ -21,7 +21,7 @@ libxcb-util.so:x11/xcb-util \ libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++14-lang gnome localbase:ldflags pkgconfig shebangfix xorg +USES= cmake compiler:c++14-lang gnome localbase:ldflags shebangfix xorg USE_GNOME= cairo gtk30 gtkmm30 USE_XORG= ice sm x11 xcb xext Index: audio/waon/Makefile =================================================================== --- audio/waon/Makefile +++ audio/waon/Makefile @@ -16,7 +16,7 @@ CONFLICTS= pv -USES= gnome ncurses pkgconfig +USES= gnome ncurses USE_GNOME= gtk20 PLIST_FILES= bin/waon bin/pv bin/gwaon \ Index: audio/wavbreaker/Makefile =================================================================== --- audio/wavbreaker/Makefile +++ audio/wavbreaker/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libao.so:audio/libao -USES= desktop-file-utils gettext-tools gnome meson pkgconfig +USES= desktop-file-utils gettext-tools gnome meson USE_GITHUB= yes USE_GNOME= cairo gtk30 GH_ACCOUNT= thp Index: audio/wavetral/Makefile =================================================================== --- audio/wavetral/Makefile +++ audio/wavetral/Makefile @@ -14,7 +14,7 @@ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= jeanette-c Index: audio/wavpack/Makefile =================================================================== --- audio/wavpack/Makefile +++ audio/wavpack/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:testing cpe iconv pathfix pkgconfig ssl tar:xz +USES= cmake:testing cpe iconv pathfix ssl tar:xz USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING WAVPACK_BUILD_DOCS Index: audio/webrtc-audio-processing0/Makefile =================================================================== --- audio/webrtc-audio-processing0/Makefile +++ audio/webrtc-audio-processing0/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lib libtool pkgconfig tar:xz +USES= autoreconf compiler:c++11-lib libtool tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: audio/welle.io/Makefile =================================================================== --- audio/welle.io/Makefile +++ audio/welle.io/Makefile @@ -14,7 +14,7 @@ libmpg123.so:audio/mpg123 RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= AlbrechtL GH_TAGNAME= 0aacf578d77d79212483cd6fce436fb66523f63f Index: audio/whysynth/Makefile =================================================================== --- audio/whysynth/Makefile +++ audio/whysynth/Makefile @@ -18,7 +18,7 @@ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float -USES= gmake gnome libtool pkgconfig tar:bzip2 +USES= gmake gnome libtool tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 Index: audio/wolf-shaper-lv2/Makefile =================================================================== --- audio/wolf-shaper-lv2/Makefile +++ audio/wolf-shaper-lv2/Makefile @@ -15,7 +15,7 @@ bash:shells/bash LIB_DEPENDS= liblo.so:audio/liblo # not used other than in makefiles, see https://github.com/wolf-plugins/wolf-shaper/issues/148 -USES= gl gmake localbase pkgconfig shebangfix xorg +USES= gl gmake localbase shebangfix xorg USE_GL= gl USE_XORG= x11 xext xrandr Index: audio/x42-plugins-lv2/Makefile =================================================================== --- audio/x42-plugins-lv2/Makefile +++ audio/x42-plugins-lv2/Makefile @@ -22,7 +22,7 @@ libsndfile.so:audio/libsndfile \ libzita-convolver.so:audio/zita-convolver -USES= compiler:c++11-lang gl gmake gnome localbase pkgconfig tar:xz \ +USES= compiler:c++11-lang gl gmake gnome localbase tar:xz \ shebangfix xorg USE_GNOME= glib20 pango cairo USE_XORG= x11 Index: audio/xfce4-mpc-plugin/Makefile =================================================================== --- audio/xfce4-mpc-plugin/Makefile +++ audio/xfce4-mpc-plugin/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libmpd.so:audio/libmpd RUN_DEPENDS= musicpd:audio/musicpd -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel Index: audio/xfce4-pulseaudio-plugin/Makefile =================================================================== --- audio/xfce4-pulseaudio-plugin/Makefile +++ audio/xfce4-pulseaudio-plugin/Makefile @@ -15,7 +15,7 @@ libnotify.so:devel/libnotify RUN_DEPENDS= pavucontrol>=2.0:audio/pavucontrol -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool libwnck3 USE_XFCE= panel Index: audio/xfmpc/Makefile =================================================================== --- audio/xfmpc/Makefile +++ audio/xfmpc/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libmpd.so:audio/libmpd -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ +USES= compiler:c11 gettext-tools gmake gnome tar:bzip2 \ vala:build xfce xorg USE_GNOME= cairo gtk30 intltool USE_XFCE= libmenu Index: audio/xmp/Makefile =================================================================== --- audio/xmp/Makefile +++ audio/xmp/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libxmp.so:audio/libxmp -USES= gmake localbase:ldflags pkgconfig +USES= gmake localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc Index: audio/xoscope/Makefile =================================================================== --- audio/xoscope/Makefile +++ audio/xoscope/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX} -USES= gmake gnome pkgconfig tar:tgz xorg +USES= gmake gnome tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 Index: audio/xsynth-dssi/Makefile =================================================================== --- audio/xsynth-dssi/Makefile +++ audio/xsynth-dssi/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include Index: audio/xuidesigner/Makefile =================================================================== --- audio/xuidesigner/Makefile +++ audio/xuidesigner/Makefile @@ -17,7 +17,7 @@ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom -USES= gmake gnome pkgconfig python shebangfix xorg +USES= gmake gnome python shebangfix xorg USE_GNOME= cairo USE_XORG= x11 USE_LDCONFIG= yes Index: audio/yoshimi/Makefile =================================================================== --- audio/yoshimi/Makefile +++ audio/yoshimi/Makefile @@ -17,7 +17,7 @@ libjack.so:audio/jack \ libmxml.so:textproc/mxml -USES= cmake compiler:c++14-lang gnome ncurses pkgconfig readline +USES= cmake compiler:c++14-lang gnome ncurses readline USE_GNOME= cairo USE_GITHUB= yes Index: audio/zam-plugins-lv2/Makefile =================================================================== --- audio/zam-plugins-lv2/Makefile +++ audio/zam-plugins-lv2/Makefile @@ -17,7 +17,7 @@ libsamplerate.so:audio/libsamplerate \ libzita-convolver.so:audio/zita-convolver -USES= compiler:c++11-lib gl gmake localbase:ldflags pkgconfig xorg +USES= compiler:c++11-lib gl gmake localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= zamaudio GH_TUPLE= DISTRHO:DPF:68b3a57:d/dpf Index: audio/zita-alsa-pcmi/Makefile =================================================================== --- audio/zita-alsa-pcmi/Makefile +++ audio/zita-alsa-pcmi/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib -USES= gmake localbase:ldflags pkgconfig tar:bz2 +USES= gmake localbase:ldflags tar:bz2 USE_LDCONFIG= yes CXXFLAGS+= -I../source Index: audio/zita-at1/Makefile =================================================================== --- audio/zita-at1/Makefile +++ audio/zita-at1/Makefile @@ -18,7 +18,7 @@ libpng16.so:graphics/png \ libzita-resampler.so:audio/zita-resampler -USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake gnome localbase:ldflags tar:bz2 xorg USE_GNOME= cairo USE_XORG= x11 xft Index: audio/zita-bls1/Makefile =================================================================== --- audio/zita-bls1/Makefile +++ audio/zita-bls1/Makefile @@ -17,7 +17,7 @@ libpng16.so:graphics/png \ libzita-convolver.so:audio/zita-convolver -USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake gnome localbase:ldflags tar:bz2 xorg USE_GNOME= cairo USE_XORG= x11 xft Index: audio/zita-dpl1/Makefile =================================================================== --- audio/zita-dpl1/Makefile +++ audio/zita-dpl1/Makefile @@ -15,7 +15,7 @@ libjack.so:audio/jack \ libpng16.so:graphics/png -USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake gnome localbase:ldflags tar:bz2 xorg USE_GNOME= cairo USE_XORG= x11 xft Index: audio/zita-jclient/Makefile =================================================================== --- audio/zita-jclient/Makefile +++ audio/zita-jclient/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjack.so:audio/jack -USES= gmake localbase:ldflags pkgconfig tar:bz2 +USES= gmake localbase:ldflags tar:bz2 USE_LDCONFIG= yes ALL_TARGET= libzita-jclient.so.${PORTVERSION} Index: audio/zita-mu1/Makefile =================================================================== --- audio/zita-mu1/Makefile +++ audio/zita-mu1/Makefile @@ -16,7 +16,7 @@ libjack.so:audio/jack \ libpng16.so:graphics/png -USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake gnome localbase:ldflags tar:bz2 xorg USE_GNOME= cairo USE_XORG= x11 xft Index: audio/zita-rev1/Makefile =================================================================== --- audio/zita-rev1/Makefile +++ audio/zita-rev1/Makefile @@ -16,7 +16,7 @@ libjack.so:audio/jack \ libpng16.so:graphics/png -USES= gmake gnome localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake gnome localbase:ldflags tar:bz2 xorg USE_GNOME= cairo USE_XORG= x11 xft Index: audio/zplugins-lv2/Makefile =================================================================== --- audio/zplugins-lv2/Makefile +++ audio/zplugins-lv2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= liblo.so:audio/liblo \ libsndfile.so:audio/libsndfile -USES= gnome meson pkgconfig xorg +USES= gnome meson xorg USE_GNOME= cairo glib20 librsvg2 USE_XORG= x11 Index: audio/zrythm/Makefile =================================================================== --- audio/zrythm/Makefile +++ audio/zrythm/Makefile @@ -48,7 +48,7 @@ kf5-breeze-icons>0:x11-themes/kf5-breeze-icons USES= compiler:c11 desktop-file-utils gettext-tools gettext-runtime gnome libtool localbase:ldflags \ - meson pkgconfig python:3.5+,build shared-mime-info shebangfix xorg + meson python:3.5+,build shared-mime-info shebangfix xorg USE_GITHUB= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview3 libxml2 pango USE_XORG= x11 Index: audio/zynaddsubfx/Makefile =================================================================== --- audio/zynaddsubfx/Makefile +++ audio/zynaddsubfx/Makefile @@ -14,7 +14,7 @@ libmxml.so:textproc/mxml \ liblo.so:audio/liblo -USES= cmake:insource compiler:c++11-lang pkgconfig tar:bzip2 +USES= cmake:insource compiler:c++11-lang tar:bzip2 USE_LDCONFIG= yes USE_GITHUB= yes Index: benchmarks/glmark2/Makefile =================================================================== --- benchmarks/glmark2/Makefile +++ benchmarks/glmark2/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c++14-lang gl jpeg localbase:ldflags pkgconfig waf +USES= compiler:c++14-lang gl jpeg localbase:ldflags waf USE_GL= egl gl glesv2 USE_GITHUB= yes CONFIGURE_ARGS= --with-flavors=${PLATFORMS:ts,} --no-opt --no-debug Index: benchmarks/gtkperf/Makefile =================================================================== --- benchmarks/gtkperf/Makefile +++ benchmarks/gtkperf/Makefile @@ -9,7 +9,7 @@ COMMENT= Measure your system's GTK+ performance WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake gnome pkgconfig +USES= gmake gnome GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix Index: benchmarks/mangohud/Makefile =================================================================== --- benchmarks/mangohud/Makefile +++ benchmarks/mangohud/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} LIB_DEPENDS= libinotify.so:devel/libinotify -USES= compiler:c++14-lang meson pkgconfig python:build xorg +USES= compiler:c++14-lang meson python:build xorg USE_GITHUB= yes GH_ACCOUNT= flightlessmango ocornut:ig GH_PROJECT= MangoHud imgui:ig Index: benchmarks/postal/Makefile =================================================================== --- benchmarks/postal/Makefile +++ benchmarks/postal/Makefile @@ -26,7 +26,6 @@ OPTIONS_DEFAULT= OPENSSL GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_USES= pkgconfig GNUTLS_CONFIGURE_OFF= --disable-gnutls GNUTLS_CPPFLAGS= $$(pkg-config --cflags gnutls) GNUTLS_LDFLAGS= $$(pkg-config --libs gnutls) Index: benchmarks/sipp/Makefile =================================================================== --- benchmarks/sipp/Makefile +++ benchmarks/sipp/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= help2man:misc/help2man -USES= autoreconf compiler:c++11-lang gmake ncurses pkgconfig +USES= autoreconf compiler:c++11-lang gmake ncurses PLIST_FILES= bin/sipp man/man1/sipp.1.gz Index: benchmarks/sysbench/Makefile =================================================================== --- benchmarks/sysbench/Makefile +++ benchmarks/sysbench/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libck.so:devel/concurrencykit -USES= autoreconf compiler:c11 gmake libtool pkgconfig +USES= autoreconf compiler:c11 gmake libtool CONFIGURE_ARGS= --with-system-ck --with-system-luajit GNU_CONFIGURE= yes Index: benchmarks/vkmark/Makefile =================================================================== --- benchmarks/vkmark/Makefile +++ benchmarks/vkmark/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \ libassimp.so:multimedia/assimp -USES= compiler:c++14-lang localbase meson pkgconfig +USES= compiler:c++14-lang localbase meson USE_GITHUB= yes OPTIONS_DEFINE= DRM WAYLAND X11 Index: biology/exonerate/Makefile =================================================================== --- biology/exonerate/Makefile +++ biology/exonerate/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome pkgconfig +USES= gnome GNU_CONFIGURE= yes USE_GNOME= glib20 TEST_TARGET= check Index: biology/fastx-toolkit/Makefile =================================================================== --- biology/fastx-toolkit/Makefile +++ biology/fastx-toolkit/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgtextutils.so:biology/libgtextutils -USES= autoreconf libtool perl5 pkgconfig shebangfix +USES= autoreconf libtool perl5 shebangfix USE_PERL5= run SHEBANG_FILES= scripts/*.pl USE_GITHUB= yes Index: biology/freebayes/Makefile =================================================================== --- biology/freebayes/Makefile +++ biology/freebayes/Makefile @@ -14,7 +14,7 @@ # Submodules use older versions than the ports, so we cannot safely unbundle # No shared libs are built by the submodules so there will be no conflicts # Yes, there are actually 2 versions of intervaltree required -USES= compiler:c++14-lang localbase meson perl5 pkgconfig +USES= compiler:c++14-lang localbase meson perl5 USE_GITHUB= yes GH_ACCOUNT= ekg GH_TUPLE= ekg:intervaltree:b90527f:intervaltree/vcflib/intervaltree \ Index: biology/gperiodic/Makefile =================================================================== --- biology/gperiodic/Makefile +++ biology/gperiodic/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig\ libfreetype.so:print/freetype2 -USES= gnome pkgconfig +USES= gnome USE_GNOME= cairo gdkpixbuf2 gtk20 PORTDOCS= AUTHORS ChangeLog README Index: biology/libgtextutils/Makefile =================================================================== --- biology/libgtextutils/Makefile +++ biology/libgtextutils/Makefile @@ -7,7 +7,7 @@ LICENSE= AGPLv3 -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: biology/pbbam/Makefile =================================================================== --- biology/pbbam/Makefile +++ biology/pbbam/Makefile @@ -16,7 +16,7 @@ # Meson needs BOOST_ROOT=${LOCALBASE} # https://github.com/mesonbuild/meson/issues/2239 -USES= compiler:c++14-lang localbase meson pkgconfig python +USES= compiler:c++14-lang localbase meson python USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= PacificBiosciences Index: biology/phyml/Makefile =================================================================== --- biology/phyml/Makefile +++ biology/phyml/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= stephaneguindon Index: biology/vcflib/Makefile =================================================================== --- biology/vcflib/Makefile +++ biology/vcflib/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libhts.so:biology/htslib \ libtabix.so:biology/tabixpp -USES= cmake localbase:ldflags pkgconfig python shebangfix +USES= cmake localbase:ldflags python shebangfix USE_GITHUB= yes GH_ACCOUNT= ekg Index: biology/vcftools/Makefile =================================================================== --- biology/vcftools/Makefile +++ biology/vcftools/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL3 -USES= autoreconf cpe gmake perl5 pkgconfig +USES= autoreconf cpe gmake perl5 GNU_CONFIGURE= yes USE_GITHUB= yes Index: biology/viennarna/Makefile =================================================================== --- biology/viennarna/Makefile +++ biology/viennarna/Makefile @@ -18,7 +18,7 @@ libgsl.so:math/gsl \ libmpfr.so:math/mpfr -USES= autoreconf compiler:c++11-lang gmake libtool localbase perl5 pkgconfig xorg # w/out autoreconf -lstdc++ is present in configure and Makefiles and this causes link failure +USES= autoreconf compiler:c++11-lang gmake libtool localbase perl5 xorg # w/out autoreconf -lstdc++ is present in configure and Makefiles and this causes link failure USE_XORG= x11 xext # only for build GNU_CONFIGURE= yes Index: biology/wise/Makefile =================================================================== --- biology/wise/Makefile +++ biology/wise/Makefile @@ -10,7 +10,7 @@ BUILD_WRKSRC= ${WRKSRC}/src -USES= gnome pkgconfig +USES= gnome USE_GNOME= glib20 MAKEFILE= makefile Index: cad/PrusaSlicer/Makefile =================================================================== --- cad/PrusaSlicer/Makefile +++ cad/PrusaSlicer/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= cereal>=1.3.0.10:devel/cereal \ cgal>=5.0.2:math/cgal -USES= cmake cpe desktop-file-utils eigen:3 gettext gl iconv pkgconfig +USES= cmake cpe desktop-file-utils eigen:3 gettext gl iconv CPE_VENDOR= prusa3d CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DSLIC3R_GTK=3 \ Index: cad/appcsxcad/Makefile =================================================================== --- cad/appcsxcad/Makefile +++ cad/appcsxcad/Makefile @@ -21,7 +21,7 @@ libtiff.so:graphics/tiff \ libvtkCommonCore-9.1.so:math/vtk9 -USES= cmake jpeg pkgconfig qt:5 xorg +USES= cmake jpeg qt:5 xorg USE_QT= core gui sql widgets xml buildtools_build qmake_build USE_XORG= ice sm x11 xext xt USE_LDCONFIG= yes Index: cad/brlcad/Makefile =================================================================== --- cad/brlcad/Makefile +++ cad/brlcad/Makefile @@ -21,7 +21,7 @@ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig -USES= bison:alias cmake:insource cpe gl pathfix pkgconfig python:env \ +USES= bison:alias cmake:insource cpe gl pathfix python:env \ tar:bzip2 tk xorg USE_GL= gl glu USE_XORG= ice sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \ Index: cad/camotics/Makefile =================================================================== --- cad/camotics/Makefile +++ cad/camotics/Makefile @@ -27,7 +27,7 @@ GH_ACCOUNT= CauldronDevelopmentLLC USES= compiler:c++14-lang desktop-file-utils gettext-runtime gl gnome \ - localbase:ldflags mysql:client pkgconfig python qt:5 scons \ + localbase:ldflags mysql:client python qt:5 scons \ shared-mime-info shebangfix sqlite ssl SHEBANG_FILES= examples/python/camotics_python_example.py USE_GL= gl glu Index: cad/csxcad/Makefile =================================================================== --- cad/csxcad/Makefile +++ cad/csxcad/Makefile @@ -23,7 +23,7 @@ libtinyxml.so:textproc/tinyxml \ libvtkCommonCore-9.1.so:math/vtk9 -USES= cmake jpeg pkgconfig +USES= cmake jpeg USE_LDCONFIG= yes USE_GITHUB= yes Index: cad/ecpprog/Makefile =================================================================== --- cad/ecpprog/Makefile +++ cad/ecpprog/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= gregdavill GH_TAGNAME= 2b3e8eaba8faae5ae175ccec36b31e67d24244f7 Index: cad/freecad/Makefile =================================================================== --- cad/freecad/Makefile +++ cad/freecad/Makefile @@ -35,7 +35,7 @@ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} USES= dos2unix compiler:c++17-lang cmake cpe gl eigen:3 fortran jpeg \ - localbase:ldflags pkgconfig python:3.7+ localbase qt:5 xorg + localbase:ldflags python:3.7+ localbase qt:5 xorg USE_GITHUB= yes USE_XORG= ice sm x11 xext xt USE_GL= gl glu Index: cad/freehdl/Makefile =================================================================== --- cad/freehdl/Makefile +++ cad/freehdl/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free VHDL simulator -USES= gmake pathfix libtool makeinfo perl5 pkgconfig +USES= gmake pathfix libtool makeinfo perl5 USE_LDCONFIG= yes USE_GCC= yes GNU_CONFIGURE= yes Index: cad/geda/Makefile =================================================================== --- cad/geda/Makefile +++ cad/geda/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= gawk:lang/gawk\ USES= desktop-file-utils gettext gmake gnome libtool pathfix perl5 \ - pkgconfig python:run shared-mime-info shebangfix + python:run shared-mime-info shebangfix SHEBANG_FILES= examples/lightning_detector/bom libgeda/docs/*.dox \ utils/gxyrs/*.pl utils/scripts/* \ utils/docs/*.dox gattrib/docs/*.dox \ Index: cad/gerbv/Makefile =================================================================== --- cad/gerbv/Makefile +++ cad/gerbv/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gmake gnome \ - libtool localbase pathfix pkgconfig + libtool localbase pathfix USE_GNOME= cairo gtk20 USE_LDCONFIG= yes Index: cad/graywolf/Makefile =================================================================== --- cad/graywolf/Makefile +++ cad/graywolf/Makefile @@ -24,7 +24,7 @@ TEST_DEPENDS= bash:shells/bash \ rsync:net/rsync -USES= cmake compiler:c11 pkgconfig shebangfix xorg +USES= cmake compiler:c11 shebangfix xorg USE_XORG= ice sm x11 xext USE_LDCONFIG= yes Index: cad/gspiceui/Makefile =================================================================== --- cad/gspiceui/Makefile +++ cad/gspiceui/Makefile @@ -13,7 +13,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES USE_WX= 3.0 -USES= compiler:c++11-lib gmake pkgconfig +USES= compiler:c++11-lib gmake CXXFLAGS+= -std=c++11 Index: cad/gtkwave/Makefile =================================================================== --- cad/gtkwave/Makefile +++ cad/gtkwave/Makefile @@ -14,7 +14,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lang desktop-file-utils gettext gmake \ - gnome gperf pkgconfig shared-mime-info + gnome gperf shared-mime-info GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mime-update \ --without-gconf Index: cad/horizon-eda/Makefile =================================================================== --- cad/horizon-eda/Makefile +++ cad/horizon-eda/Makefile @@ -26,7 +26,7 @@ libzip.so:archivers/libzip \ libzmq.so:net/libzmq4 -USES= gmake gnome libarchive localbase pkgconfig python:build sqlite # compiler:c++17-lang +USES= gmake gnome libarchive localbase python:build sqlite # compiler:c++17-lang USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2 USE_GITHUB= yes Index: cad/kicad-devel/Makefile =================================================================== --- cad/kicad-devel/Makefile +++ cad/kicad-devel/Makefile @@ -32,7 +32,7 @@ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} USES= desktop-file-utils shared-mime-info compiler:c++14-lang tar:bzip2 cmake:insource,noninja \ - gettext pkgconfig python:3.5+ shebangfix ssl gl xorg gnome + gettext python:3.5+ shebangfix ssl gl xorg gnome USE_GITLAB= yes GL_ACCOUNT= kicad/code GL_PROJECT= kicad Index: cad/kicad/Makefile =================================================================== --- cad/kicad/Makefile +++ cad/kicad/Makefile @@ -24,7 +24,7 @@ CONFLICTS_INSTALL= kicad-devel # bin/_cvpcb.kiface USES= cmake:noninja compiler:c++11-lib desktop-file-utils gl \ - gnome pkgconfig python:3.5+ shared-mime-info shebangfix ssl \ + gnome python:3.5+ shared-mime-info shebangfix ssl \ tar:bz2 xorg SHEBANG_FILES= pcbnew/python/plugins/touch_slider_wizard.py Index: cad/lepton-eda/Makefile =================================================================== --- cad/lepton-eda/Makefile +++ cad/lepton-eda/Makefile @@ -28,7 +28,7 @@ USES= desktop-file-utils gettext-tools gnome groff:build \ iconv:wchar_t libtool localbase makeinfo pathfix perl5 \ - pkgconfig shared-mime-info shebangfix xorg + shared-mime-info shebangfix xorg USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender USE_GNOME= cairo gdkpixbuf2 gtk20 Index: cad/librecad/Makefile =================================================================== --- cad/librecad/Makefile +++ cad/librecad/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libmuparser.so:math/muparser \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lib cpe desktop-file-utils pkgconfig gl qmake qt:5 +USES= compiler:c++11-lib cpe desktop-file-utils gl qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= LibreCAD GH_PROJECT= LibreCAD Index: cad/librnd/Makefile =================================================================== --- cad/librnd/Makefile +++ cad/librnd/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfungw.so:devel/fungw -USES= gmake pkgconfig tar:bz2 +USES= gmake tar:bz2 USE_LDCONFIG= yes HAS_CONFIGURE= yes Index: cad/ngspice_rework/Makefile =================================================================== --- cad/ngspice_rework/Makefile +++ cad/ngspice_rework/Makefile @@ -19,7 +19,7 @@ shlib_PKGNAMESUFFIX= -shlib shlib_PLIST= ${MASTERDIR}/pkg-plist-shlib -USES= compiler:c11 gmake libtool ncurses readline autoreconf pkgconfig +USES= compiler:c11 gmake libtool ncurses readline autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cider --enable-xspice --with-readline=yes Index: cad/nvc/Makefile =================================================================== --- cad/nvc/Makefile +++ cad/nvc/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libunwind.so:devel/libunwind .endif -USES= autoreconf compiler:c++14-lang localbase pkgconfig shebangfix +USES= autoreconf compiler:c++14-lang localbase shebangfix USE_GITHUB= yes GH_ACCOUNT= nickg Index: cad/openctm/Makefile =================================================================== --- cad/openctm/Makefile +++ cad/openctm/Makefile @@ -19,7 +19,7 @@ tinyxml>0:textproc/tinyxml USES= compiler:c++11-lang dos2unix gettext-runtime gl gmake \ - gnome jpeg pkgconfig tar:bz2 + gnome jpeg tar:bz2 USE_GL= gl glu glew glut USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 MAKEFILE= Makefile.linux Index: cad/openfpgaloader/Makefile =================================================================== --- cad/openfpgaloader/Makefile +++ cad/openfpgaloader/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libudev.so:devel/libudev-devd -USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= trabucayre Index: cad/openscad-devel/Makefile =================================================================== --- cad/openscad-devel/Makefile +++ cad/openscad-devel/Makefile @@ -30,7 +30,7 @@ CONFLICTS= openscad USES= bison cmake compiler:c++14-lang cpe desktop-file-utils eigen:3 gettext \ - gl gnome pkgconfig qt:5 shared-mime-info xorg + gl gnome qt:5 shared-mime-info xorg USE_GITHUB= yes USE_GL= gl glu glew USE_GNOME= cairo glib20 libxml2 Index: cad/openscad/Makefile =================================================================== --- cad/openscad/Makefile +++ cad/openscad/Makefile @@ -26,7 +26,7 @@ libdouble-conversion.so:devel/double-conversion USES= bison compiler:c++14-lang cpe desktop-file-utils eigen:3 gettext \ - gl gnome pkgconfig qmake qt:5 shared-mime-info xorg + gl gnome qmake qt:5 shared-mime-info xorg USE_GITHUB= yes USE_GL= gl glu glew USE_GNOME= glib20 libxml2 Index: cad/oregano/Makefile =================================================================== --- cad/oregano/Makefile +++ cad/oregano/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= nroff:textproc/groff LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 -USES= compiler:c11 desktop-file-utils gettext gnome pkgconfig \ +USES= compiler:c11 desktop-file-utils gettext gnome \ shared-mime-info waf USE_GITHUB= yes GH_ACCOUNT= drahnr Index: cad/pcb-rnd/Makefile =================================================================== --- cad/pcb-rnd/Makefile +++ cad/pcb-rnd/Makefile @@ -16,7 +16,7 @@ librnd-hid.so:cad/librnd \ libxml2.so:textproc/libxml2 -USES= gmake pkgconfig tar:bz2 +USES= gmake tar:bz2 HAS_CONFIGURE= yes CONFIGURE_ARGS= --cflags/libs/sul/freetype2="-I${LOCALBASE}/include/freetype2 -I${LOCALBASE}/include/freetype2/freetype" \ Index: cad/pcb/Makefile =================================================================== --- cad/pcb/Makefile +++ cad/pcb/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= m4>=1.4.11:devel/m4 \ ${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus -USES= gl gmake gnome pkgconfig tk:run shared-mime-info \ +USES= gl gmake gnome tk:run shared-mime-info \ desktop-file-utils xorg USE_GL= gl glu USE_GNOME= intltool cairo pangox-compat Index: cad/pdnmesh/Makefile =================================================================== --- cad/pdnmesh/Makefile +++ cad/pdnmesh/Makefile @@ -14,7 +14,7 @@ OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support -USES= compiler:c++11-lang fortran gl gnome pkgconfig +USES= compiler:c++11-lang fortran gl gnome USE_GL= glu USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: cad/qcsxcad/Makefile =================================================================== --- cad/qcsxcad/Makefile +++ cad/qcsxcad/Makefile @@ -19,7 +19,7 @@ libtinyxml.so:textproc/tinyxml \ libvtkCommonCore-9.1.so:math/vtk9 -USES= cmake gl jpeg pkgconfig qt:5 xorg +USES= cmake gl jpeg qt:5 xorg USE_QT= core gui opengl sql widgets xml buildtools_build qmake_build USE_XORG= ice sm x11 xext xt USE_GL= gl opengl Index: cad/repsnapper/Makefile =================================================================== --- cad/repsnapper/Makefile +++ cad/repsnapper/Makefile @@ -14,7 +14,7 @@ libzip.so:archivers/libzip USES= compiler:c++11-lib autoreconf gettext gl gmake gnome libtool \ - localbase perl5 pkgconfig + localbase perl5 USE_GITHUB= yes GH_ACCOUNT= timschmidt USE_GNOME= gtkmm24 intltool libxml++26 Index: cad/solvespace/Makefile =================================================================== --- cad/solvespace/Makefile +++ cad/solvespace/Makefile @@ -15,7 +15,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= cmake compiler:c++11-lang gl gnome pkgconfig xorg +USES= cmake compiler:c++11-lang gl gnome xorg USE_GL= gl glu glew USE_GNOME= gtkmm30 pangomm USE_XORG= x11 Index: cad/sp2sp/Makefile =================================================================== --- cad/sp2sp/Makefile +++ cad/sp2sp/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gettext-runtime gnome pkgconfig +USES= autoreconf gettext-runtime gnome USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/sp2sp Index: cad/tkgate/Makefile =================================================================== --- cad/tkgate/Makefile +++ cad/tkgate/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gnome iconv:translit libtool pkgconfig tk xorg +USES= autoreconf gnome iconv:translit libtool tk xorg USE_XORG= x11 xft USE_GNOME= pango Index: cad/xcircuit/Makefile =================================================================== --- cad/xcircuit/Makefile +++ cad/xcircuit/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= ghostscript:x11,run gmake gnome pkgconfig tar:tgz tk:tea xorg +USES= ghostscript:x11,run gmake gnome tar:tgz tk:tea xorg OPTIONS_DEFINE= EXAMPLES Index: cad/yosys/Makefile =================================================================== --- cad/yosys/Makefile +++ cad/yosys/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= bash:shells/bash \ iverilog:cad/iverilog -USES= bison compiler:c++11-lang gmake pkgconfig python:3.6+ readline \ +USES= bison compiler:c++11-lang gmake python:3.6+ readline \ shebangfix tcl SHEBANG_FILES= backends/smt2/smtbmc.py \ Index: cad/z88/Makefile =================================================================== --- cad/z88/Makefile +++ cad/z88/Makefile @@ -16,7 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gl gnome pkgconfig xorg +USES= gl gnome xorg USE_GITHUB= yes USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gtk20 Index: chinese/fcitx-chewing/Makefile =================================================================== --- chinese/fcitx-chewing/Makefile +++ chinese/fcitx-chewing/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libchewing.so:chinese/libchewing -USES= cmake gettext gnome pkgconfig tar:xz +USES= cmake gettext gnome tar:xz CONFLICTS_INSTALL= zh-fcitx5-chewing # share/icons/hicolor/48x48/apps/fcitx-chewing.png Index: chinese/fcitx-cloudpinyin/Makefile =================================================================== --- chinese/fcitx-cloudpinyin/Makefile +++ chinese/fcitx-cloudpinyin/Makefile @@ -13,6 +13,6 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libcurl.so:ftp/curl -USES= tar:xz cmake gettext pkgconfig +USES= tar:xz cmake gettext .include Index: chinese/fcitx-configtool/Makefile =================================================================== --- chinese/fcitx-configtool/Makefile +++ chinese/fcitx-configtool/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx USE_GNOME= intltool -USES= cmake gettext gnome pkgconfig tar:xz +USES= cmake gettext gnome tar:xz LDFLAGS+= -lintl OPTIONS_SINGLE= UI Index: chinese/fcitx-libpinyin/Makefile =================================================================== --- chinese/fcitx-libpinyin/Makefile +++ chinese/fcitx-libpinyin/Makefile @@ -18,7 +18,7 @@ libpinyin.so:chinese/libpinyin\ libFcitxQt5WidgetsAddons.so:textproc/fcitx-qt5 -USES= cmake gettext gnome pkgconfig tar:xz +USES= cmake gettext gnome tar:xz _MODEL_VER= 20161206 Index: chinese/fcitx-rime/Makefile =================================================================== --- chinese/fcitx-rime/Makefile +++ chinese/fcitx-rime/Makefile @@ -19,7 +19,7 @@ librime.so:chinese/librime RUN_DEPENDS= ${_SCHEMA_DEPENDS} -USES= cmake gettext gnome localbase pkgconfig tar:xz +USES= cmake gettext gnome localbase tar:xz CONFLICTS_INSTALL= zh-fcitx5-rime # share/icons/hicolor/48x48/apps/fcitx-rime-deploy.png Index: chinese/fcitx-ui-light/Makefile =================================================================== --- chinese/fcitx-ui-light/Makefile +++ chinese/fcitx-ui-light/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libfontconfig.so:x11-fonts/fontconfig -USES= tar:bzip2 cmake gettext gnome pkgconfig xorg +USES= tar:bzip2 cmake gettext gnome xorg USE_XORG= x11 xft xpm USE_GNOME= intltool Index: chinese/fcitx/Makefile =================================================================== --- chinese/fcitx/Makefile +++ chinese/fcitx/Makefile @@ -43,7 +43,7 @@ USE_LDCONFIG= yes USES= compiler:c++11-lang gnome tar:xz cmake:noninja desktop-file-utils \ gettext-tools:build,run gettext-runtime iconv:wchar_t \ - kde:5 pkgconfig shared-mime-info compiler:c++14-lang xorg + kde:5 shared-mime-info compiler:c++14-lang xorg OPTIONS_DEFINE= GTK2 GTK3 OPENCC TPUNC DOCS OPTIONS_DEFAULT=GTK2 GTK3 Index: chinese/fcitx5-chewing/Makefile =================================================================== --- chinese/fcitx5-chewing/Makefile +++ chinese/fcitx5-chewing/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libchewing.so:chinese/libchewing \ libFcitx5Core.so:textproc/fcitx5 -USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig +USES= compiler:c++17-lang gettext-tools cmake kde:5 USE_GITHUB= yes GH_ACCOUNT= fcitx Index: chinese/fcitx5-chinese-addons/Makefile =================================================================== --- chinese/fcitx5-chinese-addons/Makefile +++ chinese/fcitx5-chinese-addons/Makefile @@ -22,7 +22,7 @@ libFcitx5Core.so:textproc/fcitx5 RUN_DEPENDS= fcitx5-lua>0:textproc/fcitx5-lua -USES= compiler:c++17-lang gettext cmake kde:5 localbase pkgconfig +USES= compiler:c++17-lang gettext cmake kde:5 localbase OPTIONS_DEFINE= GUI OPTIONS_DEFAULT= GUI Index: chinese/fcitx5-rime/Makefile =================================================================== --- chinese/fcitx5-rime/Makefile +++ chinese/fcitx5-rime/Makefile @@ -14,8 +14,7 @@ libFcitx5Core.so:textproc/fcitx5 RUN_DEPENDS= ${_SCHEMA_DEPENDS} -USES= compiler:c++17-lang gettext-tools cmake kde:5 localbase \ - pkgconfig +USES= compiler:c++17-lang gettext-tools cmake kde:5 localbase USE_GITHUB= yes GH_ACCOUNT= fcitx Index: chinese/gcin-gtk3/Makefile =================================================================== --- chinese/gcin-gtk3/Makefile +++ chinese/gcin-gtk3/Makefile @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/gtk3-im -USES= gmake gnome pkgconfig tar:xz +USES= gmake gnome tar:xz USE_GNOME= gtk30 MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ MKDIR="${MKDIR}" Index: chinese/gcin-qt5/Makefile =================================================================== --- chinese/gcin-qt5/Makefile +++ chinese/gcin-qt5/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgcin-im-client.so:chinese/gcin WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/qt5-im -USES= compiler:c++11-lang gmake pkgconfig qt:5 tar:xz +USES= compiler:c++11-lang gmake qt:5 tar:xz USE_QT= qdbus qmake_build buildtools_build core gui USE_CXXSTD= c++11 MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ Index: chinese/gcin/Makefile =================================================================== --- chinese/gcin/Makefile +++ chinese/gcin/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake gnome pkgconfig tar:xz xorg +USES= gmake gnome tar:xz xorg HAS_CONFIGURE= YES CONFIGURE_ARGS+= --use_gtk3=N --use_qt5=N USE_GNOME= gtk30 Index: chinese/ibus-cangjie/Makefile =================================================================== --- chinese/ibus-cangjie/Makefile +++ chinese/ibus-cangjie/Makefile @@ -14,7 +14,7 @@ ${PYTHON_SITELIBDIR}/pycanberra/pycanberra.py:devel/pycanberra@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= autoreconf gmake gnome libtool pkgconfig python:3.4+ +USES= autoreconf gmake gnome libtool python:3.4+ USE_GNOME= introspection:run pygobject3 intltool GLIB_SCHEMAS= org.cangjians.ibus.cangjie.gschema.xml \ org.cangjians.ibus.quick.gschema.xml Index: chinese/ibus-chewing/Makefile =================================================================== --- chinese/ibus-chewing/Makefile +++ chinese/ibus-chewing/Makefile @@ -17,7 +17,7 @@ -DLIB_DIR=${PREFIX}/lib LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.freedesktop.IBus.Chewing.gschema.xml -USES= cmake:noninja gettext gnome pkgconfig xorg +USES= cmake:noninja gettext gnome xorg USE_GNOME= gtk20 USE_XORG= xtst Index: chinese/ibus-libpinyin/Makefile =================================================================== --- chinese/ibus-libpinyin/Makefile +++ chinese/ibus-libpinyin/Makefile @@ -12,7 +12,7 @@ libibus-1.0.so:textproc/ibus \ libpinyin.so:chinese/libpinyin -USES= compiler:c++11-lib gmake gnome python pkgconfig gettext +USES= compiler:c++11-lib gmake gnome python gettext USE_PYTHON= py3kplist USE_GNOME= glib20 GLIB_SCHEMAS= com.github.libpinyin.ibus-libpinyin.gschema.xml Index: chinese/ibus-pinyin/Makefile =================================================================== --- chinese/ibus-pinyin/Makefile +++ chinese/ibus-pinyin/Makefile @@ -15,7 +15,7 @@ libsqlite3.so:databases/sqlite3 USES= autoreconf compiler:c++11-lib gettext gmake gnome libtool \ - pkgconfig python + python USE_GITHUB= yes GH_ACCOUNT= ibus USE_GNOME= glib20 intltool Index: chinese/ibus-rime/Makefile =================================================================== --- chinese/ibus-rime/Makefile +++ chinese/ibus-rime/Makefile @@ -15,7 +15,7 @@ librime.so:chinese/librime RUN_DEPENDS= ${_SCHEMA_DEPENDS} -USES= cmake gnome pkgconfig +USES= cmake gnome USE_CSTD= c99 USE_GITHUB= yes Index: chinese/ibus-table-chinese/Makefile =================================================================== --- chinese/ibus-table-chinese/Makefile +++ chinese/ibus-table-chinese/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ibus-daemon:textproc/ibus \ ${LOCALBASE}/libexec/ibus-engine-table:textproc/ibus-table -USES= cmake:insource,noninja pkgconfig +USES= cmake:insource,noninja USE_GITHUB= yes GH_ACCOUNT= definite Index: chinese/libcangjie/Makefile =================================================================== --- chinese/libcangjie/Makefile +++ chinese/libcangjie/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libdbus-1.so:devel/dbus -USES= autoreconf gmake libtool localbase pkgconfig sqlite xorg +USES= autoreconf gmake libtool localbase sqlite xorg GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_XORG= xi Index: chinese/libchewing/Makefile =================================================================== --- chinese/libchewing/Makefile +++ chinese/libchewing/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= chewing -USES= cmake libtool localbase pathfix pkgconfig sqlite +USES= cmake libtool localbase pathfix sqlite CMAKE_ARGS= -DMAKEINFO=${LOCALBASE}/bin/makeinfo USE_LDCONFIG= yes Index: chinese/libpinyin/Makefile =================================================================== --- chinese/libpinyin/Makefile +++ chinese/libpinyin/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= bdb compiler:c++11-lang gmake gnome libtool pathfix pkgconfig +USES= bdb compiler:c++11-lang gmake gnome libtool pathfix USE_GNOME= glib20 GNU_CONFIGURE= yes Index: chinese/librime/Makefile =================================================================== --- chinese/librime/Makefile +++ chinese/librime/Makefile @@ -18,7 +18,7 @@ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp \ -USES= cmake compiler:c++14-lang gettext pathfix perl5 pkgconfig xorg +USES= cmake compiler:c++14-lang gettext pathfix perl5 xorg USE_PERL5= build patch CMAKE_OFF= BUILD_TEST Index: chinese/pcmanx/Makefile =================================================================== --- chinese/pcmanx/Makefile +++ chinese/pcmanx/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gmake gnome iconv pkgconfig tar:xz +USES= compiler:c++11-lang gmake gnome iconv tar:xz GNU_CONFIGURE= yes USE_GNOME= gtk20 intlhack Index: chinese/pycangjie/Makefile =================================================================== --- chinese/pycangjie/Makefile +++ chinese/pycangjie/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcangjie.so:chinese/libcangjie -USES= autoreconf gmake libtool pkgconfig sqlite python:3.4+ +USES= autoreconf gmake libtool sqlite python:3.4+ USE_PYTHON= cython GNU_CONFIGURE= yes CONFIGURE_ENV= CYTHON=${LOCALBASE}/bin/cython-${PYTHON_VER} Index: chinese/pyzy/Makefile =================================================================== --- chinese/pyzy/Makefile +++ chinese/pyzy/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= autoreconf compiler:c++11-lang gettext-runtime gmake gnome \ - libtool pathfix pkgconfig python:3.7+,build shebangfix + libtool pathfix python:3.7+,build shebangfix SHEBANG_FILES= data/db/android/create_db.py USE_GITHUB= yes GH_TAGNAME= 6d9c3cd Index: chinese/scim-fcitx/Makefile =================================================================== --- chinese/scim-fcitx/Makefile +++ chinese/scim-fcitx/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= scim:textproc/scim -USES= compiler:c++11-lang tar:bzip2 gmake libtool:keepla pkgconfig \ +USES= compiler:c++11-lang tar:bzip2 gmake libtool:keepla \ localbase:ldflags GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: chinese/scim-pinyin/Makefile =================================================================== --- chinese/scim-pinyin/Makefile +++ chinese/scim-pinyin/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv libtool:keepla pathfix pkgconfig +USES= gmake iconv libtool:keepla pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-skim-support INSTALL_TARGET= install-strip Index: chinese/scim-tables/Makefile =================================================================== --- chinese/scim-tables/Makefile +++ chinese/scim-tables/Makefile @@ -11,7 +11,7 @@ scim-make-table:textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:textproc/scim-table-imengine -USES= pkgconfig gmake +USES= gmake GNU_CONFIGURE= yes .include Index: chinese/ttfm/Makefile =================================================================== --- chinese/ttfm/Makefile +++ chinese/ttfm/Makefile @@ -11,8 +11,6 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= pkgconfig - MAKE_ARGS= FREETYPE_BASE=${LOCALBASE:Q} CC="${CC}" PORTDOCS= README USAGE Index: chinese/wenju/Makefile =================================================================== --- chinese/wenju/Makefile +++ chinese/wenju/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pkgconfig +USES= gnome libtool GNU_CONFIGURE= yes USE_GNOME= gtk20 INSTALL_TARGET= install-strip Index: comms/airspy/Makefile =================================================================== --- comms/airspy/Makefile +++ comms/airspy/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/airspy-tools/LICENSE.md -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_PROJECT= airspyone_host USE_LDCONFIG= yes Index: comms/airspyhf/Makefile =================================================================== --- comms/airspyhf/Makefile +++ comms/airspyhf/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c11 pkgconfig +USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= airspy Index: comms/anyremote/Makefile =================================================================== --- comms/anyremote/Makefile +++ comms/anyremote/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libavahi-client.so:net/avahi-app -USES= alias iconv pkgconfig python shebangfix gnome xorg +USES= alias iconv python shebangfix gnome xorg USE_GNOME= glib20 SHEBANG_FILES= cfg-data/Utils/all-in-1.py GNU_CONFIGURE= yes Index: comms/cwdaemon/Makefile =================================================================== --- comms/cwdaemon/Makefile +++ comms/cwdaemon/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datadir=${PREFIX}/share/doc -USES= pkgconfig autoreconf +USES= autoreconf USE_GITHUB= yes GH_ACCOUNT= acerion Index: comms/dcf77pi/Makefile =================================================================== --- comms/dcf77pi/Makefile +++ comms/dcf77pi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c -USES= ncurses pkgconfig +USES= ncurses USE_GITHUB= yes GH_ACCOUNT= rene0 USE_LDCONFIG= yes Index: comms/deforaos-phone/Makefile =================================================================== --- comms/deforaos-phone/Makefile +++ comms/deforaos-phone/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= locker:x11/deforaos-locker \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat -USES= desktop-file-utils gnome pkgconfig +USES= desktop-file-utils gnome USE_GNOME= gtk20 cairo MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man Index: comms/direwolf/Makefile =================================================================== --- comms/direwolf/Makefile +++ comms/direwolf/Makefile @@ -23,7 +23,7 @@ libportaudio.so:audio/portaudio RUN_DEPENDS= bash:shells/bash -USES= cmake python shebangfix pkgconfig +USES= cmake python shebangfix USE_GITHUB= yes GH_ACCOUNT= wb2osz Index: comms/flamp/Makefile =================================================================== --- comms/flamp/Makefile +++ comms/flamp/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png RUN_DEPENDS= fldigi:comms/fldigi -USES= compiler:c++11-lang gmake jpeg pkgconfig xorg +USES= compiler:c++11-lang gmake jpeg xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender GNU_CONFIGURE= yes Index: comms/flcluster/Makefile =================================================================== --- comms/flcluster/Makefile +++ comms/flcluster/Makefile @@ -13,7 +13,7 @@ libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig -USES= autoreconf compiler:c++11-lib gmake pkgconfig xorg +USES= autoreconf compiler:c++11-lib gmake xorg USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes USE_XORG= x11 xft xext xfixes xcursor xinerama Index: comms/fldigi/Makefile =================================================================== --- comms/fldigi/Makefile +++ comms/fldigi/Makefile @@ -20,7 +20,7 @@ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate -USES= autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig \ +USES= autoreconf compiler:c++11-lib jpeg gmake perl5 \ shebangfix xorg USE_CXXSTD= gnu++0x Index: comms/flmsg/Makefile =================================================================== --- comms/flmsg/Makefile +++ comms/flmsg/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png RUN_DEPENDS= fldigi:comms/fldigi -USES= gmake jpeg pkgconfig xorg +USES= gmake jpeg xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender GNU_CONFIGURE= yes Index: comms/gammu/Makefile =================================================================== --- comms/gammu/Makefile +++ comms/gammu/Makefile @@ -14,7 +14,7 @@ CMAKE_ARGS= -DINSTALL_LIBDATA_DIR:PATH=${PREFIX}/libdata \ -DINSTALL_MAN_DIR:PATH=${PREFIX}/man -USES= cmake compiler:c++11-lang gettext gnome iconv pkgconfig shebangfix tar:xz +USES= cmake compiler:c++11-lang gettext gnome iconv shebangfix tar:xz SHEBANG_FILES= utils/jadmaker utils/gammu-config bash_CMD= /bin/sh USE_GNOME= glib20 Index: comms/gnocky/Makefile =================================================================== --- comms/gnocky/Makefile +++ comms/gnocky/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libgnokii.so:comms/gnokii -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: comms/gnokii/Makefile =================================================================== --- comms/gnokii/Makefile +++ comms/gnokii/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser GROUPS= ${PORTNAME} -USES= gettext gmake gnome iconv libtool localbase pathfix pkgconfig \ +USES= gettext gmake gnome iconv libtool localbase pathfix \ readline shebangfix tar:bzip2 USE_LDCONFIG= yes USE_CSTD= gnu89 Index: comms/gnuradio/Makefile =================================================================== --- comms/gnuradio/Makefile +++ comms/gnuradio/Makefile @@ -47,7 +47,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cmake compiler:c++11-lang desktop-file-utils fortran gnome \ - iconv perl5 pkgconfig pyqt:5 python:3.5+ qt:5 shared-mime-info \ + iconv perl5 pyqt:5 python:3.5+ qt:5 shared-mime-info \ shebangfix SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ Index: comms/gpredict/Makefile =================================================================== --- comms/gpredict/Makefile +++ comms/gpredict/Makefile @@ -15,7 +15,7 @@ libgoocanvas-2.0.so:graphics/goocanvas2 \ libgps.so:astro/gpsd -USES= compiler:c11 gettext gmake gnome pkgconfig tar:bz2 +USES= compiler:c11 gettext gmake gnome tar:bz2 GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk30 intltool Index: comms/gqrx/Makefile =================================================================== --- comms/gqrx/Makefile +++ comms/gqrx/Makefile @@ -31,7 +31,7 @@ libjack.so:audio/jack \ libportaudio.so:audio/portaudio -USES= cmake compiler:c++11-lang gl pkgconfig qt:5 +USES= cmake compiler:c++11-lang gl qt:5 USE_GITHUB= yes GH_ACCOUNT= gqrx-sdr Index: comms/gr-osmosdr/Makefile =================================================================== --- comms/gr-osmosdr/Makefile +++ comms/gr-osmosdr/Makefile @@ -23,7 +23,7 @@ libgmp.so:math/gmp \ liborc-0.4.so:devel/orc -USES= cmake compiler:c++11-lang fortran pkgconfig python:3.7+ tar:tgz +USES= cmake compiler:c++11-lang fortran python:3.7+ tar:tgz SUB_LIST= VERSION=${PORTVERSION} SUB_FILES= gnuradio-osmosdr.pc Index: comms/grig/Makefile =================================================================== --- comms/grig/Makefile +++ comms/grig/Makefile @@ -21,7 +21,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk20 intltool GNU_CONFIGURE= yes -USES= autoreconf gettext gmake gnome libtool pkgconfig +USES= autoreconf gettext gmake gnome libtool LIBS+= -lm Index: comms/gtkmmorse/Makefile =================================================================== --- comms/gtkmmorse/Makefile +++ comms/gtkmmorse/Makefile @@ -12,7 +12,7 @@ libgconfmm-2.6.so:devel/gconfmm26 GNU_CONFIGURE= yes -USES= compiler:c++11-lang pkgconfig tar:bzip2 +USES= compiler:c++11-lang tar:bzip2 USE_CXXSTD= c++11 PLIST_FILES= bin/gtkmmorse \ Index: comms/hamlib/Makefile =================================================================== --- comms/hamlib/Makefile +++ comms/hamlib/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= swig:devel/swig LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf gnome libtool:keepla localbase:ldflags pathfix perl5 pkgconfig python \ +USES= autoreconf gnome libtool:keepla localbase:ldflags pathfix perl5 python \ readline shebangfix tcl USE_GNOME= libxml2 USE_LDCONFIG= yes Index: comms/hidapi/Makefile =================================================================== --- comms/hidapi/Makefile +++ comms/hidapi/Makefile @@ -9,8 +9,7 @@ LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= dual -USES= autoreconf gettext-tools iconv:wchar_t libtool localbase \ - pkgconfig +USES= autoreconf gettext-tools iconv:wchar_t libtool localbase USE_GITHUB= yes GH_ACCOUNT= libusb Index: comms/inspectrum/Makefile =================================================================== --- comms/inspectrum/Makefile +++ comms/inspectrum/Makefile @@ -14,7 +14,7 @@ CMAKE_INSTALL_PREFIX= ${STAGEDIR}${PREFIX} -USES= cmake compiler:c++11-lang pkgconfig qmake qt:5 +USES= cmake compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= miek GH_TAGNAME= d6115cb458068fa64c7bbd9020bcbab3373fee0e Index: comms/libconcord/Makefile =================================================================== --- comms/libconcord/Makefile +++ comms/libconcord/Makefile @@ -14,7 +14,7 @@ libzip.so:archivers/libzip USE_LDCONFIG= yes -USES= tar:bzip2 libtool pkgconfig shared-mime-info +USES= tar:bzip2 libtool shared-mime-info WRKSRC_SUBDIR= libconcord GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include Index: comms/libimobiledevice/Makefile =================================================================== --- comms/libimobiledevice/Makefile +++ comms/libimobiledevice/Makefile @@ -12,7 +12,7 @@ SLAVE_PORT?= no -USES+= cpe libtool localbase pathfix pkgconfig ssl tar:bzip2 +USES+= cpe libtool localbase pathfix ssl tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=openssl_CFLAGS="-I${OPENSSLINC}" \ openssl_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" Index: comms/libirman/Makefile =================================================================== --- comms/libirman/Makefile +++ comms/libirman/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pkgconfig pathfix +USES= gmake libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: comms/libsdr-gui/Makefile =================================================================== --- comms/libsdr-gui/Makefile +++ comms/libsdr-gui/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= hmatuschek USE_QT= core buildtools_build qmake widgets -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_LDCONFIG= yes .include Index: comms/libsdr/Makefile =================================================================== --- comms/libsdr/Makefile +++ comms/libsdr/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= hmatuschek MAKE_JOBS_UNSAFE= yes -USES= compiler:c++11-lang cmake pkgconfig +USES= compiler:c++11-lang cmake CMAKE_ARGS+=-DCMAKE_BUILD_TYPE=RELEASE USE_LDCONFIG= yes Index: comms/libticables2/Makefile =================================================================== --- comms/libticables2/Makefile +++ comms/libticables2/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gettext-tools gmake gnome libtool pkgconfig \ +USES= autoreconf gettext-tools gmake gnome libtool \ tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: comms/libticalcs2/Makefile =================================================================== --- comms/libticalcs2/Makefile +++ comms/libticalcs2/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gettext-tools gmake gnome libtool pkgconfig \ +USES= autoreconf gettext-tools gmake gnome libtool \ tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: comms/libusbmuxd/Makefile =================================================================== --- comms/libusbmuxd/Makefile +++ comms/libusbmuxd/Makefile @@ -13,7 +13,7 @@ CONFLICTS_INSTALL=usbmuxd-1.0.[6-8] -USES= cpe libtool pathfix pkgconfig tar:bzip2 +USES= cpe libtool pathfix tar:bzip2 CPE_VENDOR= libimobiledevice GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: comms/lysdr/Makefile =================================================================== --- comms/lysdr/Makefile +++ comms/lysdr/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= gordonjcp GH_TAGNAME= stable-0 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 PLIST_FILES= bin/lysdr Index: comms/morse/Makefile =================================================================== --- comms/morse/Makefile +++ comms/morse/Makefile @@ -30,7 +30,6 @@ PULSEAUDIO_MAKE_ARGS= DEVICE=PA PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio -PULSEAUDIO_USES= pkgconfig do-install: ${INSTALL_PROGRAM} ${WRKSRC}/morse ${STAGEDIR}${PREFIX}/bin/morsec Index: comms/opencbm-plugin-xa1541/Makefile =================================================================== --- comms/opencbm-plugin-xa1541/Makefile +++ comms/opencbm-plugin-xa1541/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= opencbm=${PORTVERSION}:comms/opencbm \ opencbm-kmod=${PORTVERSION}:comms/opencbm-kmod -USES= gmake pkgconfig +USES= gmake USE_LDCONFIG= yes ALL_TARGET= plugin-xa1541 Index: comms/opencbm/Makefile =================================================================== --- comms/opencbm/Makefile +++ comms/opencbm/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= cc65:devel/cc65 -USES= gmake pkgconfig +USES= gmake USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS INFO Index: comms/openzwave-devel/Makefile =================================================================== --- comms/openzwave-devel/Makefile +++ comms/openzwave-devel/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL20 -USES= compiler:c++11-lang gmake tar:bz2 iconv pkgconfig +USES= compiler:c++11-lang gmake tar:bz2 iconv # Manually update this when makefile is updated # echo $(git describe --long --tags --dirty 2>/dev/null | sed s/^v//) | awk '{split($$0,a,"-"); print a[2]}' Index: comms/openzwave/Makefile =================================================================== --- comms/openzwave/Makefile +++ comms/openzwave/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/license/license.txt -USES= gmake iconv pkgconfig +USES= gmake iconv USE_GITHUB= yes USE_LDCONFIG= yes Index: comms/owfs/Makefile =================================================================== --- comms/owfs/Makefile +++ comms/owfs/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash -USES= gmake libtool pkgconfig +USES= gmake libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: comms/qsstv/Makefile =================================================================== --- comms/qsstv/Makefile +++ comms/qsstv/Makefile @@ -18,7 +18,7 @@ libv4l2.so:multimedia/libv4l BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat -USES= compiler:c++11-lang gl pkgconfig qmake:outsource qt:5 +USES= compiler:c++11-lang gl qmake:outsource qt:5 USE_QT= buildtools core gui network widgets xml USE_GL= gl Index: comms/qt6-sensors/Makefile =================================================================== --- comms/qt6-sensors/Makefile +++ comms/qt6-sensors/Makefile @@ -8,7 +8,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang qt-dist:6 USE_QT= base declarative .include Index: comms/qt6-serialport/Makefile =================================================================== --- comms/qt6-serialport/Makefile +++ comms/qt6-serialport/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libudev.so:devel/libudev-devd -USES= cmake compiler:c++11-lib pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lib qt-dist:6 USE_QT= base .include Index: comms/rtl-sdr/Makefile =================================================================== --- comms/rtl-sdr/Makefile +++ comms/rtl-sdr/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= autoreconf pkgconfig libtool pathfix tar:tgz +USES= autoreconf libtool pathfix tar:tgz USE_GITHUB= yes GH_ACCOUNT= steve-m Index: comms/scrcpy/Makefile =================================================================== --- comms/scrcpy/Makefile +++ comms/scrcpy/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg RUN_DEPENDS= adb:devel/android-tools -USES= compiler:c++11-lang meson pkgconfig sdl +USES= compiler:c++11-lang meson sdl USE_GITHUB= yes GH_ACCOUNT= Genymobile Index: comms/sdr++/Makefile =================================================================== --- comms/sdr++/Makefile +++ comms/sdr++/Makefile @@ -20,7 +20,7 @@ libSoapySDR.so:misc/soapysdr \ libvolk.so:devel/volk -USES= cmake compiler:c++17-lang gl pkgconfig xorg +USES= cmake compiler:c++17-lang gl xorg USE_GL= gl glew glu opengl USE_XORG= x11 Index: comms/sdr-wspr/Makefile =================================================================== --- comms/sdr-wspr/Makefile +++ comms/sdr-wspr/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsdr-gui.so:comms/libsdr-gui -USES= cmake compiler:gcc-c++11-lib fortran pkgconfig qt:5 +USES= cmake compiler:gcc-c++11-lib fortran qt:5 USE_GITHUB= yes GH_ACCOUNT= hmatuschek USE_QT= core buildtools_build qmake webkit widgets Index: comms/soapybladerf/Makefile =================================================================== --- comms/soapybladerf/Makefile +++ comms/soapybladerf/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libbladeRF.so:comms/bladerf \ libSoapySDR.so:misc/soapysdr -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= pothosware Index: comms/soapyplutosdr/Makefile =================================================================== --- comms/soapyplutosdr/Makefile +++ comms/soapyplutosdr/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libiio.so:misc/libiio \ libSoapySDR.so:misc/soapysdr -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= pothosware Index: comms/soapyredpitaya/Makefile =================================================================== --- comms/soapyredpitaya/Makefile +++ comms/soapyredpitaya/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libSoapySDR.so:misc/soapysdr -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= pothosware Index: comms/sunxi-tools/Makefile =================================================================== --- comms/sunxi-tools/Makefile +++ comms/sunxi-tools/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= linux-sunxi Index: comms/svxlink/Makefile =================================================================== --- comms/svxlink/Makefile +++ comms/svxlink/Makefile @@ -19,7 +19,7 @@ libcurl.so:ftp/curl BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -USES+= cmake:noninja compiler:c++11-lang groff pkgconfig tcl +USES+= cmake:noninja compiler:c++11-lang groff tcl USE_GITHUB= yes GH_ACCOUNT= sm0svx GH_PROJECT= svxlink Index: comms/tilp2/Makefile =================================================================== --- comms/tilp2/Makefile +++ comms/tilp2/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= autoreconf compiler:c11 desktop-file-utils gettext gmake gnome \ - groff libtool localbase pkgconfig shared-mime-info tar:bzip2 + groff libtool localbase shared-mime-info tar:bzip2 USE_GNOME= gtk20 intltool OPTIONS_DEFINE= NLS Index: comms/tio/Makefile =================================================================== --- comms/tio/Makefile +++ comms/tio/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_TUPLE= benhoyt:inih:r55:inih/subprojects/libinih Index: comms/tlf/Makefile =================================================================== --- comms/tlf/Makefile +++ comms/tlf/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= rec:audio/sox \ wget:ftp/wget -USES= autoreconf gnome ncurses pkgconfig +USES= autoreconf gnome ncurses USE_GITHUB= yes USE_GNOME= glib20 GNU_CONFIGURE= yes Index: comms/trustedqsl/Makefile =================================================================== --- comms/trustedqsl/Makefile +++ comms/trustedqsl/Makefile @@ -20,7 +20,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message -USES= bdb:5+ cmake compiler:c++11-lib pkgconfig ssl +USES= bdb:5+ cmake compiler:c++11-lib ssl CMAKE_ARGS= -DBDB_PREFIX=${LOCALBASE} CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH="share/man" USE_WX= 2.8+ Index: comms/twpsk/Makefile =================================================================== --- comms/twpsk/Makefile +++ comms/twpsk/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= motif pkgconfig xorg +USES= motif xorg USE_XORG= sm ice xt x11 LIB_DEPENDS= libpulse.so:audio/pulseaudio Index: comms/uhd/Makefile =================================================================== --- comms/uhd/Makefile +++ comms/uhd/Makefile @@ -23,7 +23,7 @@ rst2html:textproc/py-docutils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} -USES= compiler:c++14-lang cmake ncurses pkgconfig \ +USES= compiler:c++14-lang cmake ncurses \ dos2unix python:3.7+ shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: comms/unixcw/Makefile =================================================================== --- comms/unixcw/Makefile +++ comms/unixcw/Makefile @@ -24,7 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib #CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include -USES+= gmake libtool ncurses pathfix pkgconfig autoreconf +USES+= gmake libtool ncurses pathfix autoreconf USE_LDCONFIG= yes USE_CSTD= gnu99 WRKSRC= ${WRKDIR}/unixcw-${PORTVERSION} Index: comms/usbmuxd/Makefile =================================================================== --- comms/usbmuxd/Makefile +++ comms/usbmuxd/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libplist-2.0.so:devel/libplist \ libimobiledevice-1.0.so:comms/libimobiledevice -USES= autoreconf cpe libtool localbase pathfix pkgconfig tar:bzip2 +USES= autoreconf cpe libtool localbase pathfix tar:bzip2 CPE_VENDOR= nikias_bassen GNU_CONFIGURE= yes Index: comms/wsjtx/Makefile =================================================================== --- comms/wsjtx/Makefile +++ comms/wsjtx/Makefile @@ -19,7 +19,7 @@ libxslt.so:textproc/libxslt USES= cmake:noninja compiler:c++11-lang fortran gl libedit \ - makeinfo pkgconfig qt:5 readline tar:tgz + makeinfo qt:5 readline tar:tgz USE_GL= glu USE_QT= core gui network widgets \ multimedia concurrent printsupport serialport sql sql-sqlite3 \ Index: comms/wsjtz/Makefile =================================================================== --- comms/wsjtz/Makefile +++ comms/wsjtz/Makefile @@ -26,7 +26,7 @@ libportaudio.so:audio/portaudio USES= cmake compiler:c++11-lib fortran gl \ - makeinfo pkgconfig qt:5 zip + makeinfo qt:5 zip USE_GL= glu USE_QT= core gui network widgets \ multimedia concurrent printsupport serialport sql sql-sqlite3 \ Index: comms/xdemorse/Makefile =================================================================== --- comms/xdemorse/Makefile +++ comms/xdemorse/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib USES= compiler:c++11-lang gettext-tools gmake gnome \ - localbase:ldflags pkgconfig tar:bz2 + localbase:ldflags tar:bz2 USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 GNU_CONFIGURE= yes Index: comms/xdx/Makefile =================================================================== --- comms/xdx/Makefile +++ comms/xdx/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= cairo gtk20 gdkpixbuf2 GNU_CONFIGURE= yes Index: comms/xlog/Makefile =================================================================== --- comms/xlog/Makefile +++ comms/xlog/Makefile @@ -13,7 +13,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c11 gnome pkgconfig shared-mime-info +USES= compiler:c11 gnome shared-mime-info USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes Index: comms/xnec2c/Makefile =================================================================== --- comms/xnec2c/Makefile +++ comms/xnec2c/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libccm.so:math/ccmath GNU_CONFIGURE= yes -USES= gettext gmake gnome pkgconfig tar:bzip2 +USES= gettext gmake gnome tar:bzip2 USE_GNOME= gtk20 intltool OPTIONS_DEFINE= DOCS Index: comms/xnecview/Makefile =================================================================== --- comms/xnecview/Makefile +++ comms/xnecview/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= gmake gnome pkgconfig tar:tgz +USES= gmake gnome tar:tgz USE_GNOME= gtk20 PLIST_FILES= bin/xnecview man/man1/xnecview.1.gz Index: converters/enca/Makefile =================================================================== --- converters/enca/Makefile +++ converters/enca/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= librecode.so:converters/recode RUN_DEPENDS= umap:converters/p5-Unicode-Map8 -USES= gmake iconv libtool localbase pathfix pkgconfig tar:xz +USES= gmake iconv libtool localbase pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} Index: converters/gbase/Makefile =================================================================== --- converters/gbase/Makefile +++ converters/gbase/Makefile @@ -10,7 +10,7 @@ LICENSE= ART10 PLIST_FILES= bin/${PORTNAME} -USES= gnome pkgconfig +USES= gnome USE_GNOME+= gtk20 GTK_CFLAGS= `pkg-config --cflags gtk+-2.0` Index: converters/libticonv/Makefile =================================================================== --- converters/libticonv/Makefile +++ converters/libticonv/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-iconv INSTALL_TARGET= install-strip -USES= autoreconf gmake gnome iconv libtool pkgconfig tar:bzip2 +USES= autoreconf gmake gnome iconv libtool tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: converters/lua-iconv/Makefile =================================================================== --- converters/lua-iconv/Makefile +++ converters/lua-iconv/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig iconv lua:module +USES= iconv lua:module PLIST_FILES= ${LUA_MODLIBDIR}/iconv.so CFLAGS+= `pkgconf --cflags lua-${LUA_VER}` -I${LOCALBASE}/include Index: converters/pdf2djvu/Makefile =================================================================== --- converters/pdf2djvu/Makefile +++ converters/pdf2djvu/Makefile @@ -20,7 +20,7 @@ libpoppler.so:graphics/poppler USES= autoreconf:build compiler:c++17-lang gettext-tools \ - gmake iconv localbase pkgconfig tar:xz + gmake iconv localbase tar:xz USE_CXXSTD= c++17 GNU_CONFIGURE= yes Index: converters/wkhtmltopdf/Makefile =================================================================== --- converters/wkhtmltopdf/Makefile +++ converters/wkhtmltopdf/Makefile @@ -17,7 +17,7 @@ libfreetype.so:print/freetype2 \ libpng.so:graphics/png -USES= compiler gmake iconv jpeg perl5 pkgconfig ssl xorg +USES= compiler gmake iconv jpeg perl5 ssl xorg USE_XORG= x11 xext xrender USE_PERL5= build USE_LDCONFIG= yes Index: databases/arrow/Makefile =================================================================== --- databases/arrow/Makefile +++ databases/arrow/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= cmake compiler:c++11-lang localbase pkgconfig python:build +USES= cmake compiler:c++11-lang localbase python:build USE_LDCONFIG= yes WRKSRC_SUBDIR= cpp Index: databases/cassandra-cpp-driver/Makefile =================================================================== --- databases/cassandra-cpp-driver/Makefile +++ databases/cassandra-cpp-driver/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libuv.so:devel/libuv -USES= cmake compiler:c++11-lang pkgconfig pathfix ssl +USES= cmake compiler:c++11-lang pathfix ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= datastax Index: databases/caterva/Makefile =================================================================== --- databases/caterva/Makefile +++ databases/caterva/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing pkgconfig +USES= cmake:testing CFLAGS+= -I${WRKSRC}/contribs/c-blosc2/blosc CMAKE_OFF= CATERVA_BUILD_TESTS CATERVA_ENABLE_ASAN CATERVA_ENABLE_COVERAGE CATERVA_PREFER_BLOSC2_EXTERNAL Index: databases/dbh/Makefile =================================================================== --- databases/dbh/Makefile +++ databases/dbh/Makefile @@ -12,7 +12,7 @@ CONFLICTS= dbh-[0-4]* -USES= libtool pkgconfig +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkglibdata USE_LDCONFIG= yes Index: databases/evolution-data-server/Makefile =================================================================== --- databases/evolution-data-server/Makefile +++ databases/evolution-data-server/Makefile @@ -30,7 +30,7 @@ PORTSCOUT= limitw:1,even USES= bdb:5 cmake compiler:c++11-lib cpe gettext gnome gperf \ - iconv:wchar_t localbase pathfix pkgconfig python:3.6+,build\ + iconv:wchar_t localbase pathfix python:3.6+,build\ sqlite tar:xz xorg USE_CXXSTD= gnu++11 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2 Index: databases/firebird25-server/Makefile =================================================================== --- databases/firebird25-server/Makefile +++ databases/firebird25-server/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu -USES= cpe gmake pkgconfig tar:bzip2 +USES= cpe gmake tar:bzip2 USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Index: databases/firebird30-server/Makefile =================================================================== --- databases/firebird30-server/Makefile +++ databases/firebird30-server/Makefile @@ -24,7 +24,7 @@ CONFLICTS_INSTALL= firebird25 firebird40 -USES= cpe gmake pkgconfig localbase:ldflags libedit tar:bzip2 +USES= cpe gmake localbase:ldflags libedit tar:bzip2 USE_CXXSTD= gnu++03 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Index: databases/firebird40-server/Makefile =================================================================== --- databases/firebird40-server/Makefile +++ databases/firebird40-server/Makefile @@ -28,7 +28,7 @@ CONFLICTS_INSTALL= firebird25 firebird30 -USES= cpe gmake pkgconfig localbase:ldflags libedit tar:xz +USES= cpe gmake localbase:ldflags libedit tar:xz USE_CXXSTD= c++11 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Index: databases/freetds-devel/Makefile =================================================================== --- databases/freetds-devel/Makefile +++ databases/freetds-devel/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL20 USES= autoreconf compiler:c11 cpe gettext-tools gmake iconv \ - libtool:keepla pkgconfig tar:bzip2 + libtool:keepla tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: databases/freetds/Makefile =================================================================== --- databases/freetds/Makefile +++ databases/freetds/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt -USES= autoreconf cpe gettext gmake iconv libtool:keepla pkgconfig \ +USES= autoreconf cpe gettext gmake iconv libtool:keepla \ readline tar:bzip2 USE_LDCONFIG= yes Index: databases/gmdb2/Makefile =================================================================== --- databases/gmdb2/Makefile +++ databases/gmdb2/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libmdb.so:databases/mdbtools USES= autoreconf gettext gmake gnome iconv libtool \ - pkgconfig readline + readline USE_GITHUB= yes GH_ACCOUNT= mdbtools USE_GNOME= gdkpixbuf2 glib20 gtk30 libxml2 Index: databases/gom/Makefile =================================================================== --- databases/gom/Makefile +++ databases/gom/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome meson pkgconfig python:3.4+ sqlite tar:xz +USES= gnome meson python:3.4+ sqlite tar:xz USE_GNOME= gdkpixbuf2 glib20 introspection pygobject3 USE_LDCONFIG= yes Index: databases/grass7/Makefile =================================================================== --- databases/grass7/Makefile +++ databases/grass7/Makefile @@ -38,7 +38,7 @@ ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR} USES= blaslapack compiler:c11 gl gmake gnome iconv \ - jpeg perl5 pkgconfig python:3.6+ readline shebangfix xorg + jpeg perl5 python:3.6+ readline shebangfix xorg SHEBANG_GLOB= *.py SHEBANG_LANG= nviz nviz_OLD_CMD= nviz Index: databases/grass8/Makefile =================================================================== --- databases/grass8/Makefile +++ databases/grass8/Makefile @@ -39,7 +39,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= blaslapack compiler:c11 gl gmake gnome iconv \ - jpeg perl5 pkgconfig python:3.6+ readline shebangfix sqlite xorg + jpeg perl5 python:3.6+ readline shebangfix sqlite xorg SHEBANG_GLOB= *.py SHEBANG_LANG= nviz nviz_OLD_CMD= nviz Index: databases/kexi/Makefile =================================================================== --- databases/kexi/Makefile +++ databases/kexi/Makefile @@ -13,7 +13,7 @@ libKReport3.so:textproc/kreport USES= cmake compiler:c++11-lang desktop-file-utils gettext gl \ - gnome iconv kde:5 pkgconfig qt:5 tar:xz xorg + gnome iconv kde:5 qt:5 tar:xz xorg USE_GL= gl USE_GNOME= glib20 USE_KDE= auth bookmarks codecs completion config \ Index: databases/kyototycoon/Makefile =================================================================== --- databases/kyototycoon/Makefile +++ databases/kyototycoon/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet -USES= gmake pkgconfig +USES= gmake CONFIGURE_ARGS= --enable-uyield CPPFLAGS+= -fPIC Index: databases/ldb15/Makefile =================================================================== --- databases/ldb15/Makefile +++ databases/ldb15/Makefile @@ -30,7 +30,7 @@ #nopython_CONFLICTS= ldb #default_CONFLICTS= ldb-nopython -USES= compiler gettext-runtime pkgconfig waf +USES= compiler gettext-runtime waf USE_LDCONFIG= yes WAF_CMD= ${BUILD_WRKSRC}/buildtools/bin/waf CONFIGURE_LOG= ${BUILD_WRKSRC}/bin/config.log Index: databases/ldb20/Makefile =================================================================== --- databases/ldb20/Makefile +++ databases/ldb20/Makefile @@ -25,7 +25,7 @@ CONFLICTS_INSTALL= ldb[0-9][0-9] # include/ldb.h -USES= compiler pkgconfig waf +USES= compiler waf USE_LDCONFIG= yes WAF_CMD= ${BUILD_WRKSRC}/buildtools/bin/waf CONFIGURE_LOG= ${BUILD_WRKSRC}/bin/config.log Index: databases/ldb21/Makefile =================================================================== --- databases/ldb21/Makefile +++ databases/ldb21/Makefile @@ -22,7 +22,7 @@ cmocka>=1.1.3:sysutils/cmocka \ popt>=0:devel/popt -USES= compiler pkgconfig waf +USES= compiler waf CONFLICTS_INSTALL= ldb[0-9][0-9] # include/ldb.h Index: databases/ldb22/Makefile =================================================================== --- databases/ldb22/Makefile +++ databases/ldb22/Makefile @@ -24,7 +24,7 @@ cmocka>=1.1.3:sysutils/cmocka RUN_DEPENDS= ${LDB_DEPENDS} -USES= compiler pkgconfig waf +USES= compiler waf CONFLICTS_INSTALL= ldb[0-9][0-9] # include/ldb.h Index: databases/leofs/Makefile =================================================================== --- databases/leofs/Makefile +++ databases/leofs/Makefile @@ -54,7 +54,7 @@ SUB_FILES+= ${LEOFS_SBIN_FILES:S/^/sbin-/} -USES= dos2unix gmake pkgconfig ssl +USES= dos2unix gmake ssl USE_RC_SUBR= ${PORTNAME} DOS2UNIX_FILES= apps/leo_*/snmp/snmpa_*/leo_*_snmp.config Index: databases/libgda5/Makefile =================================================================== --- databases/libgda5/Makefile +++ databases/libgda5/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pathfix USE_GNOME= glib20 libxslt intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: databases/libgdamm5/Makefile =================================================================== --- databases/libgdamm5/Makefile +++ databases/libgdamm5/Makefile @@ -8,7 +8,7 @@ MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgda5 library -USES= gmake libtool pathfix pkgconfig tar:xz compiler:c++11-lang gnome +USES= gmake libtool pathfix tar:xz compiler:c++11-lang gnome USE_CXXSTD= c++11 USE_GNOME= libgda5 glibmm GNU_CONFIGURE= yes Index: databases/libiodbc/Makefile =================================================================== --- databases/libiodbc/Makefile +++ databases/libiodbc/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE.BSD LICENSE_FILE_LGPL20= ${WRKSRC}/LICENSE.LGPL -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-iodbc-inidir=${ETCDIR} \ --includedir=${LOCALBASE}/include/libiodbc \ Index: databases/libmemcached/Makefile =================================================================== --- databases/libmemcached/Makefile +++ databases/libmemcached/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libevent.so:devel/libevent TEST_DEPENDS= memcached:databases/memcached -USES= autoreconf gmake libtool localbase pathfix pkgconfig +USES= autoreconf gmake libtool localbase pathfix CONFIGURE_ARGS= --enable-libmemcachedprotocol \ --without-memcached \ Index: databases/libmongo-client/Makefile =================================================================== --- databases/libmongo-client/Makefile +++ databases/libmongo-client/Makefile @@ -13,7 +13,7 @@ GH_ACCOUNT= algernon GNU_CONFIGURE= yes -USES= autoreconf gmake gnome libtool pathfix pkgconfig +USES= autoreconf gmake gnome libtool pathfix USE_GNOME= glib20 USE_LDCONFIG= yes Index: databases/libodbc++/Makefile =================================================================== --- databases/libodbc++/Makefile +++ databases/libodbc++/Makefile @@ -14,7 +14,7 @@ DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen -USES= gmake libtool ncurses pathfix pkgconfig readline tar:bzip2 +USES= gmake libtool ncurses pathfix readline tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-isqlxx Index: databases/mdbtools/Makefile =================================================================== --- databases/mdbtools/Makefile +++ databases/mdbtools/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= bash-completion>=0:shells/bash-completion USES= bison cpe gnome iconv:wchar_t libtool pathfix \ - pkgconfig readline + readline USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: databases/mroonga/Makefile =================================================================== --- databases/mroonga/Makefile +++ databases/mroonga/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${_MYSQL_SERVER}:configure LIB_DEPENDS= libgroonga.so:textproc/groonga -USES= compiler:c11 libtool mysql pkgconfig shebangfix +USES= compiler:c11 libtool mysql shebangfix IGNORE_WITH_MYSQL= 101m 102m 103m 57p 57w SHEBANG_FILES= data/rpm/post.sh data/rpm/preun.sh Index: databases/mydumper/Makefile =================================================================== --- databases/mydumper/Makefile +++ databases/mydumper/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake:insource compiler:c11 gnome mysql pkgconfig ssl +USES= cmake:insource compiler:c11 gnome mysql ssl USE_GNOME= glib20 CMAKE_ARGS= ${CMAKE_ARGS_${CHOSEN_COMPILER_TYPE}} Index: databases/mysql80-server/Makefile =================================================================== --- databases/mysql80-server/Makefile +++ databases/mysql80-server/Makefile @@ -17,7 +17,7 @@ SLAVEDIRS= databases/mysql80-client USES= bison:build cmake:noninja compiler:c++17-lang cpe \ - groff:run libedit localbase ncurses perl5 pkgconfig shebangfix ssl + groff:run libedit localbase ncurses perl5 shebangfix ssl CPE_VENDOR= oracle Index: databases/ocaml-sqlite3/Makefile =================================================================== --- databases/ocaml-sqlite3/Makefile +++ databases/ocaml-sqlite3/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ocamlbuild:devel/ocaml-ocamlbuild -USES= compiler:features gmake pkgconfig sqlite +USES= compiler:features gmake sqlite USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes Index: databases/pecl-memcached/Makefile =================================================================== --- databases/pecl-memcached/Makefile +++ databases/pecl-memcached/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= libmemcached>=1.0.18:databases/libmemcached LIB_DEPENDS= libmemcached.so:databases/libmemcached -USES= php:pecl pkgconfig +USES= php:pecl USE_PHP= json:build session:build CONFIGURE_ARGS= --enable-memcached-json \ Index: databases/pecl-rrd/Makefile =================================================================== --- databases/pecl-rrd/Makefile +++ databases/pecl-rrd/Makefile @@ -8,6 +8,6 @@ LICENSE= PHP301 LIB_DEPENDS= librrd.so:databases/rrdtool -USES= php:pecl localbase pkgconfig +USES= php:pecl localbase .include Index: databases/pg-gvm/Makefile =================================================================== --- databases/pg-gvm/Makefile +++ databases/pg-gvm/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgvm_base.so:security/gvm-libs \ libical.so:devel/libical -USES= cmake gnome pkgconfig pgsql +USES= cmake gnome pgsql USE_GNOME= glib20 USE_GITHUB= yes Index: databases/pgbackrest/Makefile =================================================================== --- databases/pgbackrest/Makefile +++ databases/pgbackrest/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ libyaml.so:textproc/libyaml -USES= gmake gnome pkgconfig pgsql ssl +USES= gmake gnome pgsql ssl USE_GNOME= libxml2 GNU_CONFIGURE= yes Index: databases/pgbouncer/Makefile =================================================================== --- databases/pgbouncer/Makefile +++ databases/pgbouncer/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= cpe gmake pkgconfig ssl +USES= cpe gmake ssl USE_RC_SUBR= pgbouncer GNU_CONFIGURE= yes Index: databases/pgmodeler/Makefile =================================================================== --- databases/pgmodeler/Makefile +++ databases/pgmodeler/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lib gl gmake gnome pgsql pkgconfig qmake qt:5 \ +USES= compiler:c++11-lib gl gmake gnome pgsql qmake qt:5 \ xorg USE_GITHUB= yes USE_GNOME= libxml2 Index: databases/pgroonga/Makefile =================================================================== --- databases/pgroonga/Makefile +++ databases/pgroonga/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgroonga.so:textproc/groonga -USES= gmake localbase pgsql:10.0+ pkgconfig +USES= gmake localbase pgsql:10.0+ CPPFLAGS+= -I${LOCALBASE}/include/groonga LLD_UNSAFE= yes Index: databases/pgrouting/Makefile =================================================================== --- databases/pgrouting/Makefile +++ databases/pgrouting/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis31 -USES= compiler:c++14-lang cmake localbase perl5 pgsql:10+ pkgconfig +USES= compiler:c++14-lang cmake localbase perl5 pgsql:10+ WANT_PGSQL= lib server USE_LDCONFIG= yes USE_GITHUB= yes Index: databases/pguri/Makefile =================================================================== --- databases/pguri/Makefile +++ databases/pguri/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= uriparser>=0.8.0:net/uriparser RUN_DEPENDS= uriparser>=0.8.0:net/uriparser -USES= gmake pgsql pkgconfig +USES= gmake pgsql LLD_UNSAFE= yes USE_GITHUB= yes Index: databases/postgis30/Makefile =================================================================== --- databases/postgis30/Makefile +++ databases/postgis30/Makefile @@ -17,7 +17,7 @@ libgdal.so:graphics/gdal USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ - localbase perl5 pkgconfig pgsql:9.5+ shebangfix + localbase perl5 pgsql:9.5+ shebangfix USE_GNOME= libxml2 USE_PERL5= build Index: databases/postgis31/Makefile =================================================================== --- databases/postgis31/Makefile +++ databases/postgis31/Makefile @@ -17,7 +17,7 @@ libgdal.so:graphics/gdal USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ - localbase perl5 pkgconfig pgsql:9.5+ shebangfix + localbase perl5 pgsql:9.5+ shebangfix USE_GNOME= libxml2 USE_PERL5= build Index: databases/postgis32/Makefile =================================================================== --- databases/postgis32/Makefile +++ databases/postgis32/Makefile @@ -17,7 +17,7 @@ libgdal.so:graphics/gdal USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ - localbase perl5 pkgconfig pgsql:9.5+ shebangfix + localbase perl5 pgsql:9.5+ shebangfix USE_GNOME= libxml2 USE_PERL5= build Index: databases/postgresql10-client/Makefile =================================================================== --- databases/postgresql10-client/Makefile +++ databases/postgresql10-client/Makefile @@ -13,6 +13,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= pkgconfig .include "${MASTERDIR}/Makefile" Index: databases/postgresql11-client/Makefile =================================================================== --- databases/postgresql11-client/Makefile +++ databases/postgresql11-client/Makefile @@ -13,6 +13,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= pkgconfig .include "${MASTERDIR}/Makefile" Index: databases/postgresql12-client/Makefile =================================================================== --- databases/postgresql12-client/Makefile +++ databases/postgresql12-client/Makefile @@ -13,6 +13,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= pkgconfig .include "${MASTERDIR}/Makefile" Index: databases/postgresql13-client/Makefile =================================================================== --- databases/postgresql13-client/Makefile +++ databases/postgresql13-client/Makefile @@ -13,6 +13,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= pkgconfig .include "${MASTERDIR}/Makefile" Index: databases/postgresql14-client/Makefile =================================================================== --- databases/postgresql14-client/Makefile +++ databases/postgresql14-client/Makefile @@ -13,6 +13,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= pkgconfig .include "${MASTERDIR}/Makefile" Index: databases/postgresql15-client/Makefile =================================================================== --- databases/postgresql15-client/Makefile +++ databases/postgresql15-client/Makefile @@ -13,6 +13,5 @@ CLIENT_ONLY= yes COMPONENT= -client USE_LDCONFIG= yes -USES= pkgconfig .include "${MASTERDIR}/Makefile" Index: databases/postgresql15-server/Makefile =================================================================== --- databases/postgresql15-server/Makefile +++ databases/postgresql15-server/Makefile @@ -114,7 +114,6 @@ CONFIGURE_ARGS+=--with-icu LIB_DEPENDS+= libicudata.so:devel/icu -USES+= pkgconfig # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info # (requires dump/restore if modified.) Index: databases/pspg/Makefile =================================================================== --- databases/pspg/Makefile +++ databases/pspg/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf compiler:c11 gmake localbase ncurses:port pkgconfig \ +USES= autoreconf compiler:c11 gmake localbase ncurses:port \ readline USE_GITHUB= yes Index: databases/pxlib/Makefile =================================================================== --- databases/pxlib/Makefile +++ databases/pxlib/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake gnome iconv libtool pathfix perl5 pkgconfig +USES= gmake gnome iconv libtool pathfix perl5 USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: databases/py-apache-arrow/Makefile =================================================================== --- databases/py-apache-arrow/Makefile +++ databases/py-apache-arrow/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libarrow.so:databases/arrow # assumes that arrow is built with PYTHON=ON (python support is built) -USES= compiler:c++11-lang pkgconfig python +USES= compiler:c++11-lang python USE_PYTHON= distutils cython concurrent # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 WRKSRC_SUBDIR= python Index: databases/py-python-sql/Makefile =================================================================== --- databases/py-python-sql/Makefile +++ databases/py-python-sql/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= autoplist distutils NO_ARCH= yes Index: databases/qof/Makefile =================================================================== --- databases/qof/Makefile +++ databases/qof/Makefile @@ -18,7 +18,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: databases/recutils/Makefile =================================================================== --- databases/recutils/Makefile +++ databases/recutils/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= charsetfix cpe libtool makeinfo pkgconfig readline +USES= charsetfix cpe libtool makeinfo readline CPE_VENDOR= gnu GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: databases/rrdtool/Makefile =================================================================== --- databases/rrdtool/Makefile +++ databases/rrdtool/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= cpe gmake gnome libtool pathfix pkgconfig shebangfix +USES= cpe gmake gnome libtool pathfix shebangfix CPE_VENDOR= rrdtool_project USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: databases/sequeler/Makefile =================================================================== --- databases/sequeler/Makefile +++ databases/sequeler/Makefile @@ -15,7 +15,7 @@ libsecret-1.so:security/libsecret \ libssh2.so:security/libssh2 -USES= desktop-file-utils gettext gnome meson pkgconfig \ +USES= desktop-file-utils gettext gnome meson \ python:3.5+,build vala:build USE_GITHUB= yes GH_ACCOUNT= Alecaddd Index: databases/spatialite-tools/Makefile =================================================================== --- databases/spatialite-tools/Makefile +++ databases/spatialite-tools/Makefile @@ -17,7 +17,7 @@ libreadosm.so:astro/readosm GNU_CONFIGURE= yes -USES= gmake gnome iconv minizip pkgconfig sqlite +USES= gmake gnome iconv minizip sqlite USE_GNOME= libxml2 CFLAGS+= -I${LOCALBASE}/include Index: databases/spatialite/Makefile =================================================================== --- databases/spatialite/Makefile +++ databases/spatialite/Makefile @@ -17,7 +17,7 @@ librttopo.so:devel/librttopo GNU_CONFIGURE= yes -USES= gmake gnome iconv libtool pathfix minizip pkgconfig sqlite +USES= gmake gnome iconv libtool pathfix minizip sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include Index: databases/spatialite_gui/Makefile =================================================================== --- databases/spatialite_gui/Makefile +++ databases/spatialite_gui/Makefile @@ -23,7 +23,7 @@ libgeos_c.so:graphics/geos USES= compiler:c++11-lang gmake gnome iconv localbase:ldflags \ - pgsql pkgconfig sqlite + pgsql sqlite USE_WX= 3.0 GNU_CONFIGURE= yes USE_GNOME= libxml2 Index: databases/sqlite-ext-pcre/Makefile =================================================================== --- databases/sqlite-ext-pcre/Makefile +++ databases/sqlite-ext-pcre/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= gmake pkgconfig sqlite +USES= gmake sqlite USE_GITHUB= yes GH_ACCOUNT= ralight GH_PROJECT= sqlite3-pcre Index: databases/sqlite2/Makefile =================================================================== --- databases/sqlite2/Makefile +++ databases/sqlite2/Makefile @@ -8,7 +8,7 @@ COMMENT= SQL database engine in a C library GNU_CONFIGURE= yes -USES= cpe gmake libtool pathfix pkgconfig readline +USES= cpe gmake libtool pathfix readline USE_LDCONFIG= yes CONFIGURE_ARGS= --with-hints=freebsd.hints Index: databases/tcl-sqlite3/Makefile =================================================================== --- databases/tcl-sqlite3/Makefile +++ databases/tcl-sqlite3/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 -USES= pkgconfig tcl:tea +USES= tcl:tea USE_LDCONFIG= yes CONFIGURE_ARGS= --with-system-sqlite Index: databases/tdb/Makefile =================================================================== --- databases/tdb/Makefile +++ databases/tdb/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= compiler pkgconfig shebangfix waf +USES= compiler shebangfix waf USE_LDCONFIG= yes SHEBANG_GLOB= *.py WAF_CMD= buildtools/bin/waf Index: databases/tiledb/Makefile =================================================================== --- databases/tiledb/Makefile +++ databases/tiledb/Makefile @@ -22,7 +22,7 @@ spdlog>=1.9.0:devel/spdlog \ zstd>=1.4.8:archivers/zstd -USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig ssl +USES= cmake compiler:c++17-lang localbase:ldflags ssl CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2 -Dlibmagic_DICTIONARY=/usr/share/misc/magic.mgc Index: databases/virtualpg/Makefile =================================================================== --- databases/virtualpg/Makefile +++ databases/virtualpg/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE_MPL11= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite +USES= gmake iconv pathfix libtool pgsql sqlite USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include Index: databases/xrootd/Makefile =================================================================== --- databases/xrootd/Makefile +++ databases/xrootd/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake cpe gnome localbase:ldflags pkgconfig readline shebangfix ssl +USES= cmake cpe gnome localbase:ldflags readline shebangfix ssl SHEBANG_GLOB= *.sh SHEBANG_FILES= utils/cms_monPerf USE_GNOME= libxml2 Index: databases/xtrabackup8/Makefile =================================================================== --- databases/xtrabackup8/Makefile +++ databases/xtrabackup8/Makefile @@ -31,7 +31,7 @@ CONFLICTS_INSTALL= ${PORTNAME} -USES= bison cmake compiler:c++14-lang cpe pkgconfig ssl +USES= bison cmake compiler:c++14-lang cpe ssl CPE_VENDOR= percona CMAKE_ARGS= -DBUILD_CONFIG:STRING=xtrabackup_release .for component in EDITLINE ICU LIBEVENT PROTOBUF RAPIDJSON ZSTD Index: deskutils/alarm-clock-applet/Makefile =================================================================== --- deskutils/alarm-clock-applet/Makefile +++ deskutils/alarm-clock-applet/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gnome-icon-theme>0:misc/gnome-icon-theme GNU_CONFIGURE= yes -USES= gettext-tools gmake gnome gstreamer pkgconfig +USES= gettext-tools gmake gnome gstreamer USE_GNOME= cairo gconf2 gtk20 intltool GCONF_SCHEMAS= alarm-clock.schemas Index: deskutils/ausweisapp2/Makefile =================================================================== --- deskutils/ausweisapp2/Makefile +++ deskutils/ausweisapp2/Makefile @@ -15,7 +15,7 @@ libpcsclite.so:devel/pcsc-lite \ libudev.so:devel/libudev-devd -USES= cmake compiler:c++17-lang pkgconfig qmake qt:5 ssl +USES= cmake compiler:c++17-lang qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= Governikus GH_PROJECT= AusweisApp2 Index: deskutils/baobab/Makefile =================================================================== --- deskutils/baobab/Makefile +++ deskutils/baobab/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy -USES= desktop-file-utils gettext gnome meson pkgconfig \ +USES= desktop-file-utils gettext gnome meson \ python:3.5+,build tar:xz vala:build USE_GNOME= cairo gtk40 libadwaita Index: deskutils/basket/Makefile =================================================================== --- deskutils/basket/Makefile +++ deskutils/basket/Makefile @@ -16,7 +16,7 @@ libgit2.so:devel/libgit2 USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ - kde:5 pkgconfig qt:5 shared-mime-info tar:bzip2 xorg + kde:5 qt:5 shared-mime-info tar:bzip2 xorg USE_KDE= ecm archive auth codecs completion config configwidgets \ coreaddons crash dbusaddons doctools filemetadata globalaccel \ guiaddons i18n iconthemes jobwidgets kcmutils kio \ Index: deskutils/bijiben/Makefile =================================================================== --- deskutils/bijiben/Makefile +++ deskutils/bijiben/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib desktop-file-utils gettext gnome \ - localbase meson pkgconfig python:build,3.4+ \ + localbase meson python:build,3.4+ \ shared-mime-info shebangfix tar:xz USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 intltool Index: deskutils/bookworm/Makefile =================================================================== --- deskutils/bookworm/Makefile +++ deskutils/bookworm/Makefile @@ -23,7 +23,7 @@ unar:archivers/unarchiver \ unzip:archivers/unzip -USES= desktop-file-utils gettext gnome meson pkgconfig \ +USES= desktop-file-utils gettext gnome meson \ python shebangfix sqlite vala:build USE_GITHUB= yes GH_ACCOUNT= babluboy Index: deskutils/cairo-dock-plugins/Makefile =================================================================== --- deskutils/cairo-dock-plugins/Makefile +++ deskutils/cairo-dock-plugins/Makefile @@ -26,7 +26,7 @@ USE_GNOME= glib20 gtk30 librsvg2 libxml2 USE_LDCONFIG= yes USE_XORG= xrender -USES= cmake gettext gnome pkgconfig python xorg +USES= cmake gettext gnome python xorg LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= PYVER="${PYTHON_VERSION:S/thon//}" CMAKE_ARGS= -DROOT_PREFIX:PATH=${STAGEDIR} \ Index: deskutils/cairo-dock/Makefile =================================================================== --- deskutils/cairo-dock/Makefile +++ deskutils/cairo-dock/Makefile @@ -22,8 +22,7 @@ GH_PROJECT= ${PORTNAME}-core GNU_CONFIGURE= yes -USES= cmake compiler:c++11-lang gettext gl gnome localbase:ldflags \ - pkgconfig +USES= cmake compiler:c++11-lang gettext gl gnome localbase:ldflags USE_GL= glu USE_GNOME= glib20 gtk30 librsvg2 libxml2 USE_LDCONFIG= yes Index: deskutils/caja-extensions/Makefile =================================================================== --- deskutils/caja-extensions/Makefile +++ deskutils/caja-extensions/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gmake gnome libtool localbase mate \ - pathfix pkgconfig tar:xz + pathfix tar:xz USE_MATE= caja desktop USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes Index: deskutils/calibre/Makefile =================================================================== --- deskutils/calibre/Makefile +++ deskutils/calibre/Makefile @@ -55,7 +55,7 @@ ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf USES= desktop-file-utils gettext-runtime gl gnome localbase:ldflags \ - pkgconfig pyqt:5 python:3.8+ qt:5 shared-mime-info shebangfix \ + pyqt:5 python:3.8+ qt:5 shared-mime-info shebangfix \ ssl tar:xz xorg USE_RC_SUBR= calibre SUB_LIST+= PYTHON_VERSION=${PYTHON_VERSION} Index: deskutils/calindori/Makefile =================================================================== --- deskutils/calindori/Makefile +++ deskutils/calindori/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++17-lang desktop-file-utils gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++17-lang desktop-file-utils gl kde:5 qt:5 tar:xz USE_GL= gl USE_QT= core dbus declarative gui \ network quickcontrols quickcontrols2 \ Index: deskutils/charmtimetracker/Makefile =================================================================== --- deskutils/charmtimetracker/Makefile +++ deskutils/charmtimetracker/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 -USES= cmake compiler:c++11-lib pkgconfig qt:5 xorg +USES= cmake compiler:c++11-lib qt:5 xorg CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION} USE_GITHUB= yes Index: deskutils/clipit/Makefile =================================================================== --- deskutils/clipit/Makefile +++ deskutils/clipit/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= gtk20 intltool OPTIONS_DEFINE= NLS XDOTOOL Index: deskutils/coolreader/Makefile =================================================================== --- deskutils/coolreader/Makefile +++ deskutils/coolreader/Makefile @@ -17,7 +17,7 @@ libunibreak.so:textproc/libunibreak \ libfontconfig.so:x11-fonts/fontconfig -USES= qt:5 cmake:noninja pkgconfig desktop-file-utils jpeg +USES= qt:5 cmake:noninja desktop-file-utils jpeg USE_GITHUB= yes GH_ACCOUNT= buggins Index: deskutils/deforaos-todo/Makefile =================================================================== --- deskutils/deforaos-todo/Makefile +++ deskutils/deforaos-todo/Makefile @@ -15,7 +15,7 @@ libDesktop.so:x11/deforaos-libdesktop BUILD_DEPENDS= ${LOCALBASE}/include/Desktop/Mailer/plugin.h:mail/deforaos-mailer -USES= desktop-file-utils gnome pkgconfig +USES= desktop-file-utils gnome USE_GNOME= gtk20 MAKE_ARGS+= PREFIX=${PREFIX} Index: deskutils/dmenu-wayland/Makefile =================================================================== --- deskutils/dmenu-wayland/Makefile +++ deskutils/dmenu-wayland/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gnome meson pkgconfig +USES= gnome meson BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/wayland-protocols.pc:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland \ Index: deskutils/easystroke/Makefile =================================================================== --- deskutils/easystroke/Makefile +++ deskutils/easystroke/Makefile @@ -17,7 +17,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libboost_serialization.so:devel/boost-libs -USES= compiler:c++11-lang gettext-tools gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gettext-tools gmake gnome xorg USE_GNOME= gtkmm30 intltool USE_XORG= x11 xext xfixes xi xtst USE_CXXSTD= c++11 Index: deskutils/elementary-calendar/Makefile =================================================================== --- deskutils/elementary-calendar/Makefile +++ deskutils/elementary-calendar/Makefile @@ -24,7 +24,7 @@ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= consolekit2>0:sysutils/consolekit2 -USES= desktop-file-utils gettext gnome meson pkgconfig vala:build +USES= desktop-file-utils gettext gnome meson vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= gdkpixbuf2 glib20 gtk30 evolutiondataserver3 Index: deskutils/fbreader/Makefile =================================================================== --- deskutils/fbreader/Makefile +++ deskutils/fbreader/Makefile @@ -24,7 +24,7 @@ STATUS= release .endif -USES= compiler gmake gnome iconv localbase pkgconfig sqlite +USES= compiler gmake gnome iconv localbase sqlite USE_GNOME= gtk20 USE_LDCONFIG= yes Index: deskutils/genius/Makefile =================================================================== --- deskutils/genius/Makefile +++ deskutils/genius/Makefile @@ -18,7 +18,7 @@ libharfbuzz.so:print/harfbuzz \ libmpfr.so:math/mpfr -USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig \ +USES= desktop-file-utils gmake gnome libtool pathfix \ readline shared-mime-info tar:xz xorg USE_GNOME= cairo gnomeprefix gdkpixbuf2 gtksourceview4 intltool vte3 USE_XORG= x11 xext Index: deskutils/glabels/Makefile =================================================================== --- deskutils/glabels/Makefile +++ deskutils/glabels/Makefile @@ -12,7 +12,7 @@ libsoup-2.4.so:devel/libsoup USES= desktop-file-utils gettext gmake gnome libtool pathfix \ - pkgconfig shared-mime-info tar:xz + shared-mime-info tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intltool librsvg2 INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: deskutils/gnome-calendar/Makefile =================================================================== --- deskutils/gnome-calendar/Makefile +++ deskutils/gnome-calendar/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome \ - localbase:ldflags meson pkgconfig python:3.4+,build tar:xz + localbase:ldflags meson python:3.4+,build tar:xz USE_LDCONFIG= yes USE_GNOME= cairo evolutiondataserver3 gtksourceview3 libadwaita BINARY_ALIAS= python3=${PYTHON_VERSION} Index: deskutils/gnome-characters/Makefile =================================================================== --- deskutils/gnome-characters/Makefile +++ deskutils/gnome-characters/Makefile @@ -18,7 +18,7 @@ libhandy-1.so:x11-toolkits/libhandy \ libunistring.so:devel/libunistring -USES= gettext gnome iconv:wchar_t localbase:ldflags meson pkgconfig \ +USES= gettext gnome iconv:wchar_t localbase:ldflags meson \ python:3.6+,build tar:xz USE_GNOME= gtk40 introspection USE_LDCONFIG= yes Index: deskutils/gnome-clocks/Makefile =================================================================== --- deskutils/gnome-clocks/Makefile +++ deskutils/gnome-clocks/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext gnome localbase meson \ python:3.4+,build shebangfix tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= cairo gnomedesktop3 gsound Index: deskutils/gnome-contacts/Makefile =================================================================== --- deskutils/gnome-contacts/Makefile +++ deskutils/gnome-contacts/Makefile @@ -35,7 +35,7 @@ USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk30 \ intlhack introspection:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr -USES= compiler:c11 gettext gl gnome localbase meson perl5 pkgconfig \ +USES= compiler:c11 gettext gl gnome localbase meson perl5 \ python:3.4+,build sqlite tar:xz vala:build xorg GLIB_SCHEMAS= org.gnome.Contacts.gschema.xml Index: deskutils/gnome-dictionary/Makefile =================================================================== --- deskutils/gnome-dictionary/Makefile +++ deskutils/gnome-dictionary/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig tar:xz +USES= gettext gnome localbase meson tar:xz USE_GNOME= cairo gtk30 introspection:build libxslt:build USE_LDCONFIG= yes Index: deskutils/gnome-font-viewer/Makefile =================================================================== --- deskutils/gnome-font-viewer/Makefile +++ deskutils/gnome-font-viewer/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \ - pkgconfig tar:xz + tar:xz USE_LDCONFIG= yes USE_GNOME= cairo gnomedesktop3 gtk30 Index: deskutils/gnome-initial-setup/Makefile =================================================================== --- deskutils/gnome-initial-setup/Makefile +++ deskutils/gnome-initial-setup/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= gdm>=3.0.0:x11/gdm \ krb5>0:security/krb5 -USES= compiler:c++11-lib gettext gnome meson pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gettext gnome meson pathfix tar:xz USE_GNOME= gnomedesktop3 gtk30 intlhack MESON_ARGS= -Dcheese=disabled \ Index: deskutils/gnome-maps/Makefile =================================================================== --- deskutils/gnome-maps/Makefile +++ deskutils/gnome-maps/Makefile @@ -28,7 +28,7 @@ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gl gnome meson pkgconfig tar:xz xorg +USES= desktop-file-utils gettext gl gnome meson tar:xz xorg USE_GNOME= cairo gtk30 intltool libxml2 USE_GL= egl USE_LDCONFIG= yes Index: deskutils/gnome-photos/Makefile =================================================================== --- deskutils/gnome-photos/Makefile +++ deskutils/gnome-photos/Makefile @@ -38,7 +38,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome jpeg localbase meson pkgconfig \ +USES= compiler:c11 gettext gnome jpeg localbase meson \ tar:xz USE_GNOME= cairo gnomedesktop3 gtk30 libxml2 USE_LDCONFIG= yes Index: deskutils/gnome-planner/Makefile =================================================================== --- deskutils/gnome-planner/Makefile +++ deskutils/gnome-planner/Makefile @@ -19,7 +19,7 @@ libgda-5.0.so:databases/libgda5 USES= desktop-file-utils gettext pathfix \ - shared-mime-info tar:xz meson pkgconfig + shared-mime-info tar:xz meson USE_GNOME= gnomeprefix intlhack libgnomeui libgnomeprintui \ libgsf USE_GITLAB= yes Index: deskutils/gnome-pomodoro/Makefile =================================================================== --- deskutils/gnome-pomodoro/Makefile +++ deskutils/gnome-pomodoro/Makefile @@ -14,7 +14,7 @@ libpeas-1.0.so:devel/libpeas USES= desktop-file-utils gettext-tools gmake gnome gstreamer libtool meson \ - pkgconfig sqlite vala:build + sqlite vala:build USE_GITHUB= yes Index: deskutils/gnome-screenshot/Makefile =================================================================== --- deskutils/gnome-screenshot/Makefile +++ deskutils/gnome-screenshot/Makefile @@ -21,7 +21,7 @@ CONFLICTS= gnome-utils-2.[0-9]* PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome meson pkgconfig python:3.4+,build \ +USES= compiler:c11 gettext gnome meson python:3.4+,build \ shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xext Index: deskutils/gnome-shell-extension-audio-output-switcher/Makefile =================================================================== --- deskutils/gnome-shell-extension-audio-output-switcher/Makefile +++ deskutils/gnome-shell-extension-audio-output-switcher/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome localbase pkgconfig +USES= gettext gmake gnome localbase USE_GNOME= glib20 USE_GITHUB= yes Index: deskutils/gnome-shell-extension-coverflow/Makefile =================================================================== --- deskutils/gnome-shell-extension-coverflow/Makefile +++ deskutils/gnome-shell-extension-coverflow/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome localbase pkgconfig +USES= gettext gmake gnome localbase USE_GNOME= glib20 USE_GITHUB= yes Index: deskutils/gnome-shell-extension-dashtodock/Makefile =================================================================== --- deskutils/gnome-shell-extension-dashtodock/Makefile +++ deskutils/gnome-shell-extension-dashtodock/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= gnome-shell>=3.28:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome localbase pkgconfig +USES= gettext gmake gnome localbase USE_GNOME= glib20 USE_GITHUB= yes Index: deskutils/gnome-shell-extension-filesmenu/Makefile =================================================================== --- deskutils/gnome-shell-extension-filesmenu/Makefile +++ deskutils/gnome-shell-extension-filesmenu/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome localbase pkgconfig +USES= gettext gmake gnome localbase USE_GNOME= glib20 USE_GITHUB= yes Index: deskutils/gnome-shell-extension-hidetopbar/Makefile =================================================================== --- deskutils/gnome-shell-extension-hidetopbar/Makefile +++ deskutils/gnome-shell-extension-hidetopbar/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= glib20 USE_GITHUB= yes GLIB_SCHEMAS= org.gnome.shell.extensions.hidetopbar.gschema.xml Index: deskutils/gnome-shell-extension-lockkeys/Makefile =================================================================== --- deskutils/gnome-shell-extension-lockkeys/Makefile +++ deskutils/gnome-shell-extension-lockkeys/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome localbase pkgconfig +USES= gettext gmake gnome localbase USE_GNOME= glib20 USE_GITHUB= yes Index: deskutils/gnome-shell-extension-mediaplayer/Makefile =================================================================== --- deskutils/gnome-shell-extension-mediaplayer/Makefile +++ deskutils/gnome-shell-extension-mediaplayer/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gnome meson pkgconfig python:3.4+,build +USES= gettext gnome meson python:3.4+,build USE_GNOME= glib20 intltool USE_LDCONFIG= yes Index: deskutils/gnome-shell-extension-openweather/Makefile =================================================================== --- deskutils/gnome-shell-extension-openweather/Makefile +++ deskutils/gnome-shell-extension-openweather/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= autoreconf gettext gmake gnome libtool pkgconfig +USES= autoreconf gettext gmake gnome libtool USE_GNOME= glib20 intltool USE_GITHUB= yes USE_LDCONFIG= yes Index: deskutils/gnome-shell-extension-panel-osd/Makefile =================================================================== --- deskutils/gnome-shell-extension-panel-osd/Makefile +++ deskutils/gnome-shell-extension-panel-osd/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= autoreconf gettext gmake gnome libtool pkgconfig +USES= autoreconf gettext gmake gnome libtool USE_GNOME= glib20 intltool USE_GITHUB= yes USE_LDCONFIG= yes Index: deskutils/gnome-shell-extension-trash/Makefile =================================================================== --- deskutils/gnome-shell-extension-trash/Makefile +++ deskutils/gnome-shell-extension-trash/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell \ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= glib20 USE_GITHUB= yes CPPFLAGS+= -I${LOCALBASE}/include Index: deskutils/gnome-shell-extension-weather/Makefile =================================================================== --- deskutils/gnome-shell-extension-weather/Makefile +++ deskutils/gnome-shell-extension-weather/Makefile @@ -9,7 +9,7 @@ RUN_DEPENDS= gnome-shell>=0:x11/gnome-shell -USES= autoreconf gettext gmake gnome libtool pkgconfig +USES= autoreconf gettext gmake gnome libtool USE_GNOME= glib20 intlhack USE_GITHUB= yes USE_LDCONFIG= yes Index: deskutils/gnome-shell-extension-windowoverlay-icons/Makefile =================================================================== --- deskutils/gnome-shell-extension-windowoverlay-icons/Makefile +++ deskutils/gnome-shell-extension-windowoverlay-icons/Makefile @@ -14,7 +14,7 @@ gsettings-desktop-schemas>=3.12.0:devel/gsettings-desktop-schemas RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= glib20 USE_GITHUB= yes GLIB_SCHEMAS= org.gnome.shell.extensions.windowoverlay-icons.gschema.xml Index: deskutils/gnome-sound-recorder/Makefile =================================================================== --- deskutils/gnome-sound-recorder/Makefile +++ deskutils/gnome-sound-recorder/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome gstreamer localbase meson pkgconfig python:3.4+ tar:xz +USES= gettext gnome gstreamer localbase meson python:3.4+ tar:xz USE_GNOME= gtk40 intlhack introspection USE_GSTREAMER= bad flac ogg pulse USE_LDCONFIG= yes Index: deskutils/gnome-todo/Makefile =================================================================== --- deskutils/gnome-todo/Makefile +++ deskutils/gnome-todo/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext gnome localbase meson \ python:3.4+,build shebangfix tar:xz USE_GNOME= cairo evolutiondataserver3 gnomedesktop3 gtk40 introspection \ libadwaita Index: deskutils/gnome-tweaks/Makefile =================================================================== --- deskutils/gnome-tweaks/Makefile +++ deskutils/gnome-tweaks/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= gnome-shell>=3.28:x11/gnome-shell \ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -USES= gettext gnome localbase meson pkgconfig python:3.4+ shebangfix \ +USES= gettext gnome localbase meson python:3.4+ shebangfix \ tar:xz USE_GNOME= gtk30 nautilus3 pygobject3 GLIB_SCHEMAS= org.gnome.tweaks.gschema.xml Index: deskutils/gnome-weather/Makefile =================================================================== --- deskutils/gnome-weather/Makefile +++ deskutils/gnome-weather/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig tar:xz +USES= gettext gnome localbase meson tar:xz USE_GNOME= gtk40 libadwaita USE_LDCONFIG= yes Index: deskutils/gnote/Makefile =================================================================== --- deskutils/gnote/Makefile +++ deskutils/gnote/Makefile @@ -20,7 +20,7 @@ USE_GNOME= gtkmm30 intltool libxml2 libxslt USE_XORG= x11 USES= compiler:c++11-lib desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:3.6+,build tar:xz xorg + meson pathfix python:3.6+,build tar:xz xorg USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} Index: deskutils/go-for-it/Makefile =================================================================== --- deskutils/go-for-it/Makefile +++ deskutils/go-for-it/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libnotify.so:devel/libnotify -USES= cmake compiler:c11 gettext gnome pkgconfig vala:build +USES= cmake compiler:c11 gettext gnome vala:build CMAKE_ARGS= -DAPP_SYSTEM_NAME:STRING=${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= JMoerman Index: deskutils/gpicker/Makefile =================================================================== --- deskutils/gpicker/Makefile +++ deskutils/gpicker/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime gmake gnome pkgconfig +USES= gettext-runtime gmake gnome USE_GNOME= gtk20 cairo gdkpixbuf2 GNU_CONFIGURE= yes Index: deskutils/grantleetheme/Makefile =================================================================== --- deskutils/grantleetheme/Makefile +++ deskutils/grantleetheme/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ - pkgconfig qt:5 tar:xz + qt:5 tar:xz USE_KDE= attica auth codecs config configwidgets coreaddons guiaddons \ i18n iconthemes newstuff service widgetsaddons xmlgui \ ecm_build Index: deskutils/growl-for-linux/Makefile =================================================================== --- deskutils/growl-for-linux/Makefile +++ deskutils/growl-for-linux/Makefile @@ -32,7 +32,7 @@ PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} -USES= autoreconf compiler:nestedfct gnome libtool pkgconfig sqlite:3 \ +USES= autoreconf compiler:nestedfct gnome libtool sqlite:3 \ ssl USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk20 libxml2 Index: deskutils/gsimplecal/Makefile =================================================================== --- deskutils/gsimplecal/Makefile +++ deskutils/gsimplecal/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lang gmake gnome pkgconfig +USES= autoreconf compiler:c++11-lang gmake gnome USE_GITHUB= yes GH_ACCOUNT= dmedvinsky USE_GNOME= glib20 gtk30 Index: deskutils/gtimer/Makefile =================================================================== --- deskutils/gtimer/Makefile +++ deskutils/gtimer/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= gettext perl5 gmake gnome pkgconfig xorg +USES= gettext perl5 gmake gnome xorg USE_XORG= x11 xscrnsaver USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: deskutils/gucharmap/Makefile =================================================================== --- deskutils/gucharmap/Makefile +++ deskutils/gucharmap/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpcre2-8.so:devel/pcre2 -USES= desktop-file-utils gettext-tools gnome localbase meson perl5 pkgconfig \ +USES= desktop-file-utils gettext-tools gnome localbase meson perl5 \ python:build tar:xz vala:build USE_GNOME= cairo glib20 gtk30 introspection:build USE_PERL5= build Index: deskutils/gxmessage/Makefile =================================================================== --- deskutils/gxmessage/Makefile +++ deskutils/gxmessage/Makefile @@ -9,7 +9,7 @@ COMMENT= GTK3 substitute for xmessage USE_GNOME= gtk30 gnomeprefix intltool -USES= gmake gnome pkgconfig +USES= gmake gnome GNU_CONFIGURE= yes MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}" Index: deskutils/gxneur/Makefile =================================================================== --- deskutils/gxneur/Makefile +++ deskutils/gxneur/Makefile @@ -15,7 +15,7 @@ intltool-update:textproc/intltool RUN_DEPENDS= xneur:deskutils/xneur -USES= compiler:c++11-lang pkgconfig gmake gnome +USES= compiler:c++11-lang gmake gnome USE_GNOME= gtk20 libglade2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: deskutils/havoc/Makefile =================================================================== --- deskutils/havoc/Makefile +++ deskutils/havoc/Makefile @@ -18,7 +18,7 @@ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= ii8 GH_PROJECT= havoc Index: deskutils/hot-babe/Makefile =================================================================== --- deskutils/hot-babe/Makefile +++ deskutils/hot-babe/Makefile @@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small utility which displays the system activity in a special way -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 MAKE_ARGS+= PREFIX="${PREFIX}" CC="${CC}" USE_GNOME= gtk20 Index: deskutils/i3lock/Makefile =================================================================== --- deskutils/i3lock/Makefile +++ deskutils/i3lock/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= "@(,,4755) bin/i3lock" \ man/man1/i3lock.1.gz -USES= gmake iconv localbase pkgconfig tar:bzip2 xorg +USES= gmake iconv localbase tar:bzip2 xorg LDFLAGS+= ${ICONV_LIB} USE_XORG= x11 xcb xt xorgproto xext USE_CSTD= c99 Index: deskutils/i3status/Makefile =================================================================== --- deskutils/i3status/Makefile +++ deskutils/i3status/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libyajl.so:devel/yajl -USES= meson pkgconfig tar:xz perl5 +USES= meson tar:xz perl5 MESON_ARGS= -Dpulseaudio=false USE_PERL5= build Index: deskutils/kdeconnect-kde/Makefile =================================================================== --- deskutils/kdeconnect-kde/Makefile +++ deskutils/kdeconnect-kde/Makefile @@ -18,7 +18,7 @@ kpeoplevcard>0:net/kpeoplevcard USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ - pkgconfig qca qt:5 tar:xz xorg + qca qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons dbusaddons doctools guiaddons i18n iconthemes \ itemviews jobwidgets kcmutils kio kirigami2 notifications \ Index: deskutils/kdepim-addons/Makefile =================================================================== --- deskutils/kdepim-addons/Makefile +++ deskutils/kdepim-addons/Makefile @@ -17,7 +17,7 @@ libqgpgme.so:security/gpgme-qt5 USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_KDE= archive auth codecs completion config configwidgets coreaddons \ dbusaddons guiaddons i18n iconthemes itemmodels itemviews jobwidgets \ kdeclarative khtml kio parts prison service solid sonnet syntaxhighlighting \ Index: deskutils/kodaskanna/Makefile =================================================================== --- deskutils/kodaskanna/Makefile +++ deskutils/kodaskanna/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libZXing.so.1:textproc/zxing-cpp -USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++17-lang gl kde:5 qt:5 tar:xz xorg USE_GL= gl USE_XORG= x11 USE_QT= concurrent core dbus declarative gui \ Index: deskutils/kongress/Makefile =================================================================== --- deskutils/kongress/Makefile +++ deskutils/kongress/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++17-lang gl kde:5 qt:5 tar:xz USE_GL= gl USE_QT= core dbus declarative gui \ network quickcontrols quickcontrols2 \ Index: deskutils/libportal/Makefile =================================================================== --- deskutils/libportal/Makefile +++ deskutils/libportal/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc -USES= gnome meson pkgconfig qt:5 +USES= gnome meson qt:5 USE_GNOME= glib20 gtk30 introspection:build USE_QT= buildtools core gui qmake_build testlib widgets x11extras Index: deskutils/lookbook/Makefile =================================================================== --- deskutils/lookbook/Makefile +++ deskutils/lookbook/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ libhandy-1.so:x11-toolkits/libhandy -USES= gettext-tools gnome meson pkgconfig python:3.6+,build vala:build +USES= gettext-tools gnome meson python:3.6+,build vala:build USE_GITHUB= yes GH_ACCOUNT= danrabbit USE_GNOME= glib20 gtk30 gtksourceview4 Index: deskutils/lxqt-notificationd/Makefile =================================================================== --- deskutils/lxqt-notificationd/Makefile +++ deskutils/lxqt-notificationd/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ - pkgconfig tar:xz gnome xorg + tar:xz gnome xorg USE_QT= buildtools_build qmake_build dbus core gui \ linguisttools svg widgets x11extras xml USE_KDE= windowsystem Index: deskutils/maliit-framework/Makefile =================================================================== --- deskutils/maliit-framework/Makefile +++ deskutils/maliit-framework/Makefile @@ -13,7 +13,7 @@ libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gnome pkgconfig qt:5 xorg +USES= cmake compiler:c++11-lang gnome qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= maliit USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango Index: deskutils/maliit-keyboard/Makefile =================================================================== --- deskutils/maliit-keyboard/Makefile +++ deskutils/maliit-keyboard/Makefile @@ -12,7 +12,7 @@ libQt5Feedback.so:deskutils/qtfeedback \ libhunspell-1.7.so:textproc/hunspell -USES= cmake gettext gnome pkgconfig qt:5 +USES= cmake gettext gnome qt:5 USE_GITHUB= yes GH_ACCOUNT= maliit USE_GNOME= glib20 Index: deskutils/mate-indicator-applet/Makefile =================================================================== --- deskutils/mate-indicator-applet/Makefile +++ deskutils/mate-indicator-applet/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gmake gnome libtool localbase mate \ - pkgconfig tar:xz + tar:xz USE_CSTD= c11 USE_MATE= panel Index: deskutils/mate-notification-daemon/Makefile =================================================================== --- deskutils/mate-notification-daemon/Makefile +++ deskutils/mate-notification-daemon/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz \ +USES= gettext gmake gnome libtool localbase pathfix tar:xz \ xorg USE_XORG= x11 USE_GNOME= cairo glib20 gtk30 intlhack librsvg2 libwnck3 Index: deskutils/mate-utils/Makefile =================================================================== --- deskutils/mate-utils/Makefile +++ deskutils/mate-utils/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase mate pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_MATE= panel USE_XORG= ice sm x11 xext USE_GNOME= cairo gnomeprefix gtk30 intltool Index: deskutils/meteo/Makefile =================================================================== --- deskutils/meteo/Makefile +++ deskutils/meteo/Makefile @@ -14,7 +14,7 @@ libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 -USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \ +USES= compiler:c11 desktop-file-utils gettext gnome meson \ python:3.5+,build shebangfix vala:build USE_GITLAB= yes Index: deskutils/mindforger/Makefile =================================================================== --- deskutils/mindforger/Makefile +++ deskutils/mindforger/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= pkgconfig qmake qt:5 +USES= qmake qt:5 USE_QT= buildtools_build core declarative gui location network \ printsupport webchannel widgets USE_GITHUB= yes Index: deskutils/mozo/Makefile =================================================================== --- deskutils/mozo/Makefile +++ deskutils/mozo/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mate-desktop-item-edit:x11/mate-panel -USES= gettext-tools gmake gnome localbase mate pathfix pkgconfig \ +USES= gettext-tools gmake gnome localbase mate pathfix \ python:3.7+ tar:xz USE_GNOME= gtk30 intltool pygobject3 USE_MATE= menus Index: deskutils/nautilus-sendto/Makefile =================================================================== --- deskutils/nautilus-sendto/Makefile +++ deskutils/nautilus-sendto/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= intlhack introspection:build -USES= compiler:c11 gettext gnome localbase meson pkgconfig tar:xz +USES= compiler:c11 gettext gnome localbase meson tar:xz USE_LDCONFIG= yes CPPFLAGS+= -Wno-error=format-nonliteral Index: deskutils/nextcloudclient/Makefile =================================================================== --- deskutils/nextcloudclient/Makefile +++ deskutils/nextcloudclient/Makefile @@ -14,7 +14,7 @@ libqt5keychain.so:security/qtkeychain@qt5 USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \ - gnome iconv localbase:ldflags pkgconfig qt:5 shared-mime-info \ + gnome iconv localbase:ldflags qt:5 shared-mime-info \ sqlite ssl USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \ gui linguist_build location network printsupport qmake_build \ Index: deskutils/notekit/Makefile =================================================================== --- deskutils/notekit/Makefile +++ deskutils/notekit/Makefile @@ -12,7 +12,7 @@ libharfbuzz.so:print/harfbuzz \ libjsoncpp.so:devel/jsoncpp -USES= cmake compiler:c++17-lang gnome pkgconfig +USES= cmake compiler:c++17-lang gnome USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 USE_GITHUB= yes GH_ACCOUNT= blackhole89 Index: deskutils/notification-daemon/Makefile =================================================================== --- deskutils/notification-daemon/Makefile +++ deskutils/notification-daemon/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libdbus-1.so:devel/dbus -USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz xorg +USES= gettext gmake gnome localbase pathfix tar:xz xorg USE_GNOME= cairo gnomeprefix gtk30 USE_XORG= x11 GNU_CONFIGURE= yes Index: deskutils/notify-osd/Makefile =================================================================== --- deskutils/notify-osd/Makefile +++ deskutils/notify-osd/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= dbus-daemon:devel/dbus \ gsettings-desktop-schemas>=3.28.0:devel/gsettings-desktop-schemas -USES= gettext-runtime gmake gnome libtool pkgconfig xorg +USES= gettext-runtime gmake gnome libtool xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= pixman x11 Index: deskutils/orage/Makefile =================================================================== --- deskutils/orage/Makefile +++ deskutils/orage/Makefile @@ -19,7 +19,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \ - libtool pkgconfig tar:bzip2 xfce xorg + libtool tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel USE_XORG= ice sm x11 Index: deskutils/owncloudclient/Makefile =================================================================== --- deskutils/owncloudclient/Makefile +++ deskutils/owncloudclient/Makefile @@ -19,7 +19,7 @@ libqt5keychain.so:security/qtkeychain@qt5 USES= cmake:noninja compiler:c++11-lib desktop-file-utils gmake \ - iconv kde:5 localbase:ldflags pkgconfig qt:5 shared-mime-info \ + iconv kde:5 localbase:ldflags qt:5 shared-mime-info \ sqlite tar:xz USE_KDE= completion config coreaddons jobwidgets kio service \ widgetsaddons windowsystem Index: deskutils/pal/Makefile =================================================================== --- deskutils/pal/Makefile +++ deskutils/pal/Makefile @@ -7,7 +7,7 @@ MAINTAINER= h.skuhra@gmail.com COMMENT= Calendar application -USES= gettext gmake gnome ncurses pkgconfig readline tar:tgz +USES= gettext gmake gnome ncurses readline tar:tgz USE_GNOME= glib20 ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src Index: deskutils/parcellite/Makefile =================================================================== --- deskutils/parcellite/Makefile +++ deskutils/parcellite/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome localbase pkgconfig xorg +USES= gnome localbase xorg USE_GNOME= glib20 gtk20 pango USE_XORG= x11 Index: deskutils/pinot/Makefile =================================================================== --- deskutils/pinot/Makefile +++ deskutils/pinot/Makefile @@ -37,7 +37,7 @@ GH_ACCOUNT= FabriceColin USES= compiler:c++11-lang autoreconf gettext gnome libarchive \ - libtool pkgconfig python shebangfix sqlite:3 ssl xorg + libtool python shebangfix sqlite:3 ssl xorg USE_CXXSTD= c++11 USE_XORG= pixman USE_GNOME= atkmm cairo cairomm gdkpixbuf2 glibmm gtk30 gtkmm30 \ Index: deskutils/plasma5-sddm-kcm/Makefile =================================================================== --- deskutils/plasma5-sddm-kcm/Makefile +++ deskutils/plasma5-sddm-kcm/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 config module for SDDM -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz \ xorg USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons ecm i18n jobwidgets kcmutils kdeclarative kio \ Index: deskutils/qownnotes/Makefile =================================================================== --- deskutils/qownnotes/Makefile +++ deskutils/qownnotes/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libbotan-2.so:security/botan2 RUN_DEPENDS= git:devel/git -USES= gl gmake pkgconfig qmake qt:5 tar:xz xorg +USES= gl gmake qmake qt:5 tar:xz xorg USE_GL= gl USE_QT= buildtools_build linguisttools_build \ concurrent core declarative gui network printsupport \ Index: deskutils/recoll/Makefile =================================================================== --- deskutils/recoll/Makefile +++ deskutils/recoll/Makefile @@ -19,7 +19,7 @@ wpd2html:textproc/libwpd010 USES= bison compiler:c++11-lang gmake gnome iconv libtool localbase \ - pkgconfig python:3.5+ shebangfix + python:3.5+ shebangfix USE_GNOME= libxslt USE_LDCONFIG= yes USE_PYTHON= py3kplist Index: deskutils/rubrica/Makefile =================================================================== --- deskutils/rubrica/Makefile +++ deskutils/rubrica/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme USES= desktop-file-utils gmake gnome libtool localbase pathfix \ - pkgconfig tar:bzip2 + tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gconf2 gnomeprefix libglade2 intltool USE_LDCONFIG= yes Index: deskutils/semantik/Makefile =================================================================== --- deskutils/semantik/Makefile +++ deskutils/semantik/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= kde:5 pkgconfig python:3.6+ qt:5 shebangfix tar:bzip2 waf \ +USES= kde:5 python:3.6+ qt:5 shebangfix tar:bzip2 waf \ desktop-file-utils gettext shared-mime-info USE_KDE= auth config configwidgets coreaddons i18n iconthemes \ kdelibs4support kio sonnet widgetsaddons xmlgui Index: deskutils/showdown/Makefile =================================================================== --- deskutils/showdown/Makefile +++ deskutils/showdown/Makefile @@ -13,7 +13,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++11-lang desktop-file-utils gmake gnome \ - pkgconfig vala:build xorg + vala:build xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= x11 USE_GITHUB= yes Index: deskutils/solanum/Makefile =================================================================== --- deskutils/solanum/Makefile +++ deskutils/solanum/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cargo gettext gnome gstreamer meson pkgconfig python:build shebangfix +USES= cargo gettext gnome gstreamer meson python:build shebangfix USE_GITLAB= yes USE_GNOME= gtk40 libadwaita USE_GSTREAMER= bad good vorbis Index: deskutils/sowon/Makefile =================================================================== --- deskutils/sowon/Makefile +++ deskutils/sowon/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pkgconfig sdl +USES= sdl USE_GITHUB= yes GH_ACCOUNT= tsoding Index: deskutils/spice-gtk/Makefile =================================================================== --- deskutils/spice-gtk/Makefile +++ deskutils/spice-gtk/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= spice-protocol>=0.12.15:devel/spice-protocol USES= compiler:c11 cpe gettext-tools gmake gnome gstreamer jpeg \ - libtool localbase:ldflags pkgconfig python ssl tar:bzip2 xorg + libtool localbase:ldflags python ssl tar:bzip2 xorg USE_XORG= pixman x11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intltool introspection:build Index: deskutils/synapse/Makefile =================================================================== --- deskutils/synapse/Makefile +++ deskutils/synapse/Makefile @@ -21,7 +21,7 @@ librest-0.7.so:devel/librest \ libsoup-2.4.so:devel/libsoup -USES= gettext-tools gmake gnome pkgconfig tar:xz vala:build xorg +USES= gettext-tools gmake gnome tar:xz vala:build xorg GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 pango USE_XORG= x11 Index: deskutils/sysctlview/Makefile =================================================================== --- deskutils/sysctlview/Makefile +++ deskutils/sysctlview/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= compiler:c++11-lang gnome pkgconfig +USES= compiler:c++11-lang gnome USE_GITLAB= yes GL_ACCOUNT= alfix GL_COMMIT= 6ef5c821f66d92c2a1ca3fc964b511425dacd18e Index: deskutils/tpb/Makefile =================================================================== --- deskutils/tpb/Makefile +++ deskutils/tpb/Makefile @@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= i386 amd64 -USES= gmake iconv localbase pkgconfig xorg +USES= gmake iconv localbase xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} USE_XORG= x11 sm ice xext Index: deskutils/walld/Makefile =================================================================== --- deskutils/walld/Makefile +++ deskutils/walld/Makefile @@ -12,7 +12,7 @@ libevent.so:devel/libevent RUN_DEPENDS= feh>0:graphics/feh -USES= magick meson pkgconfig +USES= magick meson USE_GITHUB= yes GH_ACCOUNT= Dotz0cat Index: deskutils/xcbautolock/Makefile =================================================================== --- deskutils/xcbautolock/Makefile +++ deskutils/xcbautolock/Makefile @@ -7,7 +7,6 @@ LICENSE= BSD2CLAUSE -USES= pkgconfig USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= bapt Index: deskutils/xdg-desktop-portal/Makefile =================================================================== --- deskutils/xdg-desktop-portal/Makefile +++ deskutils/xdg-desktop-portal/Makefile @@ -16,7 +16,7 @@ libpipewire-0.3.so:multimedia/pipewire \ libportal.so:deskutils/libportal -USES= autoreconf gettext-tools gmake gnome libtool pkgconfig +USES= autoreconf gettext-tools gmake gnome libtool USE_GNOME= glib20 Index: deskutils/xfce4-generic-slider/Makefile =================================================================== --- deskutils/xfce4-generic-slider/Makefile +++ deskutils/xfce4-generic-slider/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c11 gettext gmake gnome libtool pkgconfig xfce:gtk2 +USES= compiler:c11 gettext gmake gnome libtool xfce:gtk2 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 intltool pango USE_XFCE= libmenu panel Index: deskutils/xfce4-notes-plugin/Makefile =================================================================== --- deskutils/xfce4-notes-plugin/Makefile +++ deskutils/xfce4-notes-plugin/Makefile @@ -13,7 +13,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel Index: deskutils/xfce4-notifyd/Makefile =================================================================== --- deskutils/xfce4-notifyd/Makefile +++ deskutils/xfce4-notifyd/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libnotify.so:devel/libnotify -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= libutil panel Index: deskutils/xfce4-tumbler/Makefile =================================================================== --- deskutils/xfce4-tumbler/Makefile +++ deskutils/xfce4-tumbler/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= compiler:c11 gettext-tools gmake gnome libtool \ - localbase:ldflags pathfix pkgconfig tar:bzip2 xfce + localbase:ldflags pathfix tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 intltool libgsf librsvg2 USE_LDCONFIG= yes Index: deskutils/xfce4-volumed-pulse/Makefile =================================================================== --- deskutils/xfce4-volumed-pulse/Makefile +++ deskutils/xfce4-volumed-pulse/Makefile @@ -15,7 +15,7 @@ libnotify.so:devel/libnotify \ libkeybinder-3.0.so:x11/keybinder-gtk3 -USES= gmake gnome libtool pkgconfig tar:bz2 xfce +USES= gmake gnome libtool tar:bz2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_XFCE= xfconf Index: deskutils/xfce4-xkb-plugin/Makefile =================================================================== --- deskutils/xfce4-xkb-plugin/Makefile +++ deskutils/xfce4-xkb-plugin/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libxklavier.so:x11/libxklavier \ libharfbuzz.so:print/harfbuzz -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo gtk30 intltool librsvg2 libwnck3 USE_XFCE= panel Index: deskutils/xneur/Makefile =================================================================== --- deskutils/xneur/Makefile +++ deskutils/xneur/Makefile @@ -16,7 +16,7 @@ libpcre.so:devel/pcre USES= compiler:nestedfct gnome iconv libtool localbase pathfix \ - pkgconfig xorg + xorg USE_GNOME= gtk20 USE_XORG= xtst Index: deskutils/xpad/Makefile =================================================================== --- deskutils/xpad/Makefile +++ deskutils/xpad/Makefile @@ -15,7 +15,7 @@ libayatana-appindicator3.so:devel/libayatana-appindicator \ libayatana-indicator3.so:devel/libayatana-indicator -USES= autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome xorg +USES= autoreconf compiler:c++11-lang gmake tar:bzip2 gnome xorg OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes Index: deskutils/xpad3/Makefile =================================================================== --- deskutils/xpad3/Makefile +++ deskutils/xpad3/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= pkgconfig gmake tar:bzip2 xorg gnome +USES= gmake tar:bzip2 xorg gnome OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Index: devel/R-cran-git2r/Makefile =================================================================== --- devel/R-cran-git2r/Makefile +++ devel/R-cran-git2r/Makefile @@ -11,6 +11,6 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= cran:auto-plist,compiles pkgconfig +USES= cran:auto-plist,compiles .include Index: devel/RStudio/Makefile =================================================================== --- devel/RStudio/Makefile +++ devel/RStudio/Makefile @@ -37,7 +37,7 @@ FLAVOR?= ${FLAVORS:[1]} server_PKGNAMESUFFIX= -server -USES= cmake fortran localbase:ldflags pgsql pkgconfig sqlite ssl +USES= cmake fortran localbase:ldflags pgsql sqlite ssl USE_JAVA= yes JAVA_VERSION= 11 # Java 8 fails on aarch64: Internal Error (assembler_aarch64.hpp:237), pid=1644, tid=0x00000000000c62b6 guarantee(val < (1U << nbits)) failed: Field too big for insn JAVA_BUILD= yes Index: devel/acsccid/Makefile =================================================================== --- devel/acsccid/Makefile +++ devel/acsccid/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -USES= perl5 pkgconfig tar:bz2 +USES= perl5 tar:bz2 PLIST_FILES= lib/pcsc/drivers/ifd-acsccid.bundle/Contents/${OPSYS}/libacsccid.so \ lib/pcsc/drivers/ifd-acsccid.bundle/Contents/Info.plist Index: devel/adacurses/Makefile =================================================================== --- devel/adacurses/Makefile +++ devel/adacurses/Makefile @@ -12,7 +12,7 @@ EXPIRATION_DATE=2022-09-30 -USES= ada gmake pkgconfig tar:tgz +USES= ada gmake tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ada-include=${PREFIX}/include/adacurses \ --with-ada-objects=${PREFIX}/lib/adacurses \ Index: devel/agar/Makefile =================================================================== --- devel/agar/Makefile +++ devel/agar/Makefile @@ -12,7 +12,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to compile: cpuinfo.c:289: error: 'IllegalInsn' undeclared (first use in this function) BROKEN_FreeBSD_13_powerpc64= fails to compile: include/agar/core/byteswap.h:46:8: error: unsupported inline asm: input with type 'int' matching output with type 'u_int16_t' (aka 'unsigned short') -USES= libtool pathfix perl5 pkgconfig jpeg +USES= libtool pathfix perl5 jpeg USE_PERL5= build USE_LDCONFIG= yes Index: devel/allegro/Makefile =================================================================== --- devel/allegro/Makefile +++ devel/allegro/Makefile @@ -16,7 +16,7 @@ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis -USES= cmake gl makeinfo pkgconfig xorg +USES= cmake gl makeinfo xorg USE_GL= gl glu USE_XORG= ice sm x11 xcursor xext xpm xxf86dga xxf86vm USE_LDCONFIG= yes Index: devel/allegro5/Makefile =================================================================== --- devel/allegro5/Makefile +++ devel/allegro5/Makefile @@ -23,7 +23,7 @@ libwebp.so:graphics/webp USES= cmake:insource compiler:c++11-lang gl gnome jpeg \ - openal:soft pkgconfig xorg uniquefiles:dirs + openal:soft xorg uniquefiles:dirs USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga sm ice xi xinerama xrandr \ xscrnsaver USE_GL= gl glu Index: devel/aml/Makefile =================================================================== --- devel/aml/Makefile +++ devel/aml/Makefile @@ -9,7 +9,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= any1 Index: devel/anjuta/Makefile =================================================================== --- devel/anjuta/Makefile +++ devel/anjuta/Makefile @@ -29,7 +29,7 @@ PORTSCOUT= limitw:1,even USES= bison compiler:c11 desktop-file-utils gettext gmake gnome \ - libtool pathfix perl5 pkgconfig:both python shared-mime-info \ + libtool pathfix perl5 python shared-mime-info \ shebangfix tar:xz SHEBANG_FILES= plugins/project-wizard/templates/js_minimal/src/main.js \ plugins/tools/scripts/find-fixmes.pl \ Index: devel/apitrace/Makefile =================================================================== --- devel/apitrace/Makefile +++ devel/apitrace/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ libpng.so:graphics/png -USES= cmake compiler:c++11-lang pkgconfig python:3.5+ shebangfix xorg +USES= cmake compiler:c++11-lang python:3.5+ shebangfix xorg USE_GITHUB= yes USE_XORG= x11 Index: devel/appstream-glib/Makefile =================================================================== --- devel/appstream-glib/Makefile +++ devel/appstream-glib/Makefile @@ -22,7 +22,7 @@ CONFLICTS_BUILD= appstream-glib-0.5.* USES= compiler:c11 gettext gperf gnome libarchive meson \ - pkgconfig sqlite tar:xz + sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 introspection:build \ libxml2:build pango USE_LDCONFIG= yes Index: devel/appstream/Makefile =================================================================== --- devel/appstream/Makefile +++ devel/appstream/Makefile @@ -19,7 +19,7 @@ libxmlb.so:textproc/libxmlb \ libyaml.so:textproc/libyaml -USES= gettext gnome localbase:ldflags meson pkgconfig \ +USES= gettext gnome localbase:ldflags meson \ python:3.6+,build tar:xz vala:build USE_GNOME= glib20 introspection:build libxml2 libxslt Index: devel/art/Makefile =================================================================== --- devel/art/Makefile +++ devel/art/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang gmake USE_CXXSTD= c++11 TEST_TARGET= test Index: devel/autogen/Makefile =================================================================== --- devel/autogen/Makefile +++ devel/autogen/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libguile-2.2.so:lang/guile2 RUN_DEPENDS= bash:shells/bash -USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz +USES= gmake gnome libtool pathfix perl5 shebangfix tar:xz USE_GNOME= libxml2 USE_PERL5= build Index: devel/avro-c/Makefile =================================================================== --- devel/avro-c/Makefile +++ devel/avro-c/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson \ libsnappy.so:archivers/snappy -USES= cmake compiler:c++11-lang cpe pathfix pkgconfig +USES= cmake compiler:c++11-lang cpe pathfix USE_LDCONFIG= yes Index: devel/aws-sdk-cpp/Makefile =================================================================== --- devel/aws-sdk-cpp/Makefile +++ devel/aws-sdk-cpp/Makefile @@ -38,7 +38,7 @@ libogg.so:audio/libogg USES= cmake:noninja compiler:c++11-lib gettext-runtime localbase:ldflags \ - pkgconfig ssl xorg + ssl xorg USE_XORG= x11 xcb ice sm xtst xau xdmcp xext xi BUILD_ONLY?= Index: devel/axmldec/Makefile =================================================================== --- devel/axmldec/Makefile +++ devel/axmldec/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= cmake compiler:c++14-lang cpe minizip:ng pkgconfig +USES= cmake compiler:c++14-lang cpe minizip:ng CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= ytsutano Index: devel/ayatana-ido/Makefile =================================================================== --- devel/ayatana-ido/Makefile +++ devel/ayatana-ido/Makefile @@ -12,7 +12,7 @@ libgtest.so:devel/googletest BUILD_DEPENDS= lcov>=0:devel/lcov -USES= cmake localbase:ldflags gnome pkgconfig vala:build +USES= cmake localbase:ldflags gnome vala:build USE_GNOME= introspection glib20 gtk30 pango atk cairo gdkpixbuf2 Index: devel/babeltrace/Makefile =================================================================== --- devel/babeltrace/Makefile +++ devel/babeltrace/Makefile @@ -18,7 +18,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= autoreconf:build bison compiler:c11 gmake gnome libtool \ - pathfix pkgconfig + pathfix USE_GITHUB= yes GH_ACCOUNT= efficios Index: devel/bcunit/Makefile =================================================================== --- devel/bcunit/Makefile +++ devel/bcunit/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cmake libtool pathfix pkgconfig +USES= autoreconf cmake libtool pathfix USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public Index: devel/bear/Makefile =================================================================== --- devel/bear/Makefile +++ devel/bear/Makefile @@ -17,7 +17,7 @@ libre2.so:devel/re2 \ libspdlog.so:devel/spdlog -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= rizsotto GH_PROJECT= Bear Index: devel/bennugd-core/Makefile =================================================================== --- devel/bennugd-core/Makefile +++ devel/bennugd-core/Makefile @@ -9,7 +9,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= High level open source game development suite, core libs -USES= dos2unix libtool pkgconfig tar:bzip2 +USES= dos2unix libtool tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/libexec" SUB_FILES= bgdc bgdi Index: devel/bennugd-modules/Makefile =================================================================== --- devel/bennugd-modules/Makefile +++ devel/bennugd-modules/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libbgdrtm.so:devel/bennugd-core \ libpng.so:graphics/png -USES= dos2unix libtool pkgconfig sdl tar:bzip2 +USES= dos2unix libtool sdl tar:bzip2 USE_SDL= sdl mixer GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: devel/bitkeeper/Makefile =================================================================== --- devel/bitkeeper/Makefile +++ devel/bitkeeper/Makefile @@ -24,7 +24,7 @@ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= bash:shells/bash -USES= gmake groff bison localbase tk xorg iconv pkgconfig +USES= gmake groff bison localbase tk xorg iconv USE_XORG= x11 xrender xft SUB_FILES= bk bk-man.conf Index: devel/bloaty/Makefile =================================================================== --- devel/bloaty/Makefile +++ devel/bloaty/Makefile @@ -14,7 +14,7 @@ libcapstone.so:devel/capstone4 \ libprotobuf.so:devel/protobuf -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= google Index: devel/boehm-gc/Makefile =================================================================== --- devel/boehm-gc/Makefile +++ devel/boehm-gc/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix CPE_VENDOR= boehm-demers-weiser CPE_PRODUCT= garbage_collector USE_LDCONFIG= yes Index: devel/busybee/Makefile =================================================================== --- devel/busybee/Makefile +++ devel/busybee/Makefile @@ -15,7 +15,7 @@ libpo6.so:devel/libpo6 GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf gmake libtool pathfix USE_GITHUB= yes USE_LDCONFIG= yes Index: devel/ccache-memcached/Makefile =================================================================== --- devel/ccache-memcached/Makefile +++ devel/ccache-memcached/Makefile @@ -36,7 +36,7 @@ LLVMLINK_DESC= Create llvm compiler links if llvm is installed TINDERBOX_DESC= Create tarball for tinderbox usage -USES= autoreconf compiler gmake pkgconfig +USES= autoreconf compiler gmake CONFIGURE_ARGS+= --enable-memcached LIB_DEPENDS+= libmemcached.so:databases/libmemcached Index: devel/ccrtp/Makefile =================================================================== --- devel/ccrtp/Makefile +++ devel/ccrtp/Makefile @@ -10,7 +10,7 @@ libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes -USES= compiler:c++11-lib gmake gettext libtool localbase iconv pkgconfig +USES= compiler:c++11-lib gmake gettext libtool localbase iconv USE_LDCONFIG= yes INFO= ccrtp Index: devel/check/Makefile =================================================================== --- devel/check/Makefile +++ devel/check/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= libtool makeinfo pathfix pkgconfig +USES= libtool makeinfo pathfix CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK} GNU_CONFIGURE= yes Index: devel/cjose/Makefile =================================================================== --- devel/cjose/Makefile +++ devel/cjose/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson -USES= compiler:c++11-lang libtool pathfix pkgconfig ssl +USES= compiler:c++11-lang libtool pathfix ssl USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/clxclient/Makefile =================================================================== --- devel/clxclient/Makefile +++ devel/clxclient/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= clthreads>0:devel/clthreads \ freetype2>0:print/freetype2 -USES= gmake localbase:ldflags pkgconfig tar:bz2 xorg +USES= gmake localbase:ldflags tar:bz2 xorg USE_XORG= x11 xft USE_LDCONFIG= yes Index: devel/coccinelle/Makefile =================================================================== --- devel/coccinelle/Makefile +++ devel/coccinelle/Makefile @@ -18,7 +18,7 @@ USE_OCAML= 3.0+ USE_OCAML_CAMLP4=yes -USES= autoreconf gmake perl5 pkgconfig:build python shebangfix +USES= autoreconf gmake perl5:build python shebangfix BINARY_ALIAS= make=${LOCALBASE}/bin/gmake SHEBANG_FILES= tools/pycocci USE_PERL5= build Index: devel/codeblocks/Makefile =================================================================== --- devel/codeblocks/Makefile +++ devel/codeblocks/Makefile @@ -19,7 +19,7 @@ USES= autoreconf compiler:c++11-lang desktop-file-utils \ fam:gamin gettext-runtime gnome libtool localbase \ - pathfix pkgconfig shared-mime-info tar:xz xorg + pathfix shared-mime-info tar:xz xorg USE_WX= 3.0+ USE_GNOME= gtk30 cairo USE_XORG= x11 Index: devel/compiz-bcop/Makefile =================================================================== --- devel/compiz-bcop/Makefile +++ devel/compiz-bcop/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes -USES= gnome pathfix pkgconfig tar:bzip2 +USES= gnome pathfix tar:bzip2 USE_GNOME= libxslt post-patch: Index: devel/concurrencykit/Makefile =================================================================== --- devel/concurrencykit/Makefile +++ devel/concurrencykit/Makefile @@ -25,7 +25,6 @@ RTM_CONFIGURE_ON= --enable-rtm VMAPACK_CONFIGURE_ON= --enable-pointer-packing -USES= pkgconfig USE_LDCONFIG= yes HAS_CONFIGURE= yes Index: devel/cpprestsdk/Makefile =================================================================== --- devel/cpprestsdk/Makefile +++ devel/cpprestsdk/Makefile @@ -15,7 +15,7 @@ BROKEN= error: performing pointer subtraction with a null pointer may have undefined behavior -USES= cmake compiler:c++11-lang pkgconfig ssl +USES= cmake compiler:c++11-lang ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Microsoft Index: devel/criterion/Makefile =================================================================== --- devel/criterion/Makefile +++ devel/criterion/Makefile @@ -20,7 +20,7 @@ libprotobuf-nanopb.so:devel/nanopb RUN_DEPENDS= nanopb>0:devel/nanopb -USES= gettext localbase:ldflags meson python pkgconfig shebangfix +USES= gettext localbase:ldflags meson python shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: devel/ctypes.sh/Makefile =================================================================== --- devel/ctypes.sh/Makefile +++ devel/ctypes.sh/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libffi.so:devel/libffi RUN_DEPENDS= bash:shells/bash -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: devel/cutter/Makefile =================================================================== --- devel/cutter/Makefile +++ devel/cutter/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --disable-gtk-doc-html --with-html-dir=${PREFIX}/share/doc \ --disable-gstreamer GNU_CONFIGURE= yes -USES= gettext gnome gmake libtool localbase pathfix pkgconfig +USES= gettext gnome gmake libtool localbase pathfix USE_GNOME= intlhack gdkpixbuf2 glib20 gtk20 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/cvstrac/Makefile =================================================================== --- devel/cvstrac/Makefile +++ devel/cvstrac/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= cpe gmake pkgconfig sqlite +USES= cpe gmake sqlite MAKEFILE= bsd-gcc.mk MAKE_ARGS+= BCC="${CC} ${CPPFLAGS}" TCC="${CC} ${CPPFLAGS}" \ LIBSQLITE="${LDFLAGS}" Index: devel/d-feet/Makefile =================================================================== --- devel/d-feet/Makefile +++ devel/d-feet/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gnome meson pkgconfig python:3.5+ tar:xz +USES= gettext gnome meson python:3.5+ tar:xz USE_GNOME= gtk30 intlhack libwnck3 pygobject3 introspection:build \ libxml2:build GLIB_SCHEMAS= org.gnome.dfeet.gschema.xml Index: devel/d-scanner/Makefile =================================================================== --- devel/d-scanner/Makefile +++ devel/d-scanner/Makefile @@ -20,7 +20,6 @@ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator \ rdmd:lang/dlang-tools -USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= dlang-community GH_PROJECT= D-Scanner Index: devel/dbus-c++/Makefile =================================================================== --- devel/dbus-c++/Makefile +++ devel/dbus-c++/Makefile @@ -18,7 +18,7 @@ libdbus-1.so:devel/dbus USES= autoreconf compiler:c++11-lib gettext gmake gnome libtool \ - localbase pathfix pkgconfig + localbase pathfix USE_GITHUB= yes GH_ACCOUNT= andreas-volz GH_PROJECT= dbus-cplusplus Index: devel/dbus-glib/Makefile =================================================================== --- devel/dbus-glib/Makefile +++ devel/dbus-glib/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libexpat.so:textproc/expat2 -USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig +USES= cpe gettext gmake gnome libtool localbase pathfix USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/dbus-sharp-glib/Makefile =================================================================== --- devel/dbus-sharp-glib/Makefile +++ devel/dbus-sharp-glib/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-2.0.pc:devel/dbus-sharp RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-2.0.pc:devel/dbus-sharp -USES= autoreconf gmake pathfix pkgconfig +USES= autoreconf gmake pathfix USE_GITHUB= yes GH_ACCOUNT= mono Index: devel/dbus-sharp/Makefile =================================================================== --- devel/dbus-sharp/Makefile +++ devel/dbus-sharp/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs -USES= autoreconf gmake mono pathfix pkgconfig +USES= autoreconf gmake mono pathfix USE_GITHUB= yes GH_ACCOUNT= mono Index: devel/dbus-tcl/Makefile =================================================================== --- devel/dbus-tcl/Makefile +++ devel/dbus-tcl/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus BUILD_DEPENDS= dtplite:devel/tcllib -USES= pkgconfig tcl:tea +USES= tcl:tea OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/dbus Index: devel/dbus/Makefile =================================================================== --- devel/dbus/Makefile +++ devel/dbus/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= cpe gmake libtool localbase pkgconfig python:build shebangfix tar:xz +USES= cpe gmake libtool localbase python:build shebangfix tar:xz CPE_VENDOR= d-bus_project CPE_PRODUCT= d-bus USE_LDCONFIG= yes Index: devel/dcd-server/Makefile =================================================================== --- devel/dcd-server/Makefile +++ devel/dcd-server/Makefile @@ -20,7 +20,6 @@ ${LOCALBASE}/lib/d/libmir-core.a:devel/mir-core \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator -USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= dlang-community GH_PROJECT= DCD Index: devel/dconf-editor/Makefile =================================================================== --- devel/dconf-editor/Makefile +++ devel/dconf-editor/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= gettext gnome localbase meson \ - pkgconfig python:3.6+,build tar:xz vala:build + python:3.6+,build tar:xz vala:build USE_GNOME= gtk30 USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} Index: devel/dconf/Makefile =================================================================== --- devel/dconf/Makefile +++ devel/dconf/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome localbase meson python:3.6+,build tar:xz vala:build USE_CSTD= c99 USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes Index: devel/dee/Makefile =================================================================== --- devel/dee/Makefile +++ devel/dee/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libicutu.so:devel/icu -USES= compiler:c11 gmake gnome libtool localbase pathfix pkgconfig \ +USES= compiler:c11 gmake gnome libtool localbase pathfix \ python:3.5+ vala:build USE_GNOME= glib20 introspection:build pygobject3 Index: devel/deforaos-libsystem/Makefile =================================================================== --- devel/deforaos-libsystem/Makefile +++ devel/deforaos-libsystem/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig ssl +USES= ssl USE_LDCONFIG= yes CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Index: devel/desktop-file-utils/Makefile =================================================================== --- devel/desktop-file-utils/Makefile +++ devel/desktop-file-utils/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext meson gnome pkgconfig trigger tar:xz +USES= compiler:c11 gettext meson gnome trigger tar:xz USE_GNOME= glib20 MIMEDIRS= share/applications Index: devel/devhelp/Makefile =================================================================== --- devel/devhelp/Makefile +++ devel/devhelp/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c++11-lib gettext gnome localbase meson pkgconfig \ +USES= compiler:c++11-lib gettext gnome localbase meson \ python:3.3+,build tar:xz USE_GNOME= cairo gtk30 introspection Index: devel/ding-libs/Makefile =================================================================== --- devel/ding-libs/Makefile +++ devel/ding-libs/Makefile @@ -37,6 +37,5 @@ # libcheck is required to run *all* the unit tests. # Without it only 14/20 tests will run. TEST_BUILD_DEPENDS= check>=0:devel/check -TEST_USES= pkgconfig .include Index: devel/directfb/Makefile =================================================================== --- devel/directfb/Makefile +++ devel/directfb/Makefile @@ -21,7 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= cpe gmake jpeg libtool ncurses pathfix perl5 pkgconfig +USES= cpe gmake jpeg libtool ncurses pathfix perl5 USE_LDCONFIG= yes USE_PERL5= build PORTDOCS= * Index: devel/distcc/Makefile =================================================================== --- devel/distcc/Makefile +++ devel/distcc/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty LIB_DEPENDS= libpopt.so:devel/popt -USES= alias autoreconf cpe gmake libtool localbase pkgconfig +USES= alias autoreconf cpe gmake libtool localbase USE_GITHUB= yes USE_RC_SUBR= distccd Index: devel/dotconf/Makefile =================================================================== --- devel/dotconf/Makefile +++ devel/dotconf/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig libtool +USES= pathfix libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: devel/dsymbol/Makefile =================================================================== --- devel/dsymbol/Makefile +++ devel/dsymbol/Makefile @@ -15,7 +15,6 @@ ${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers \ ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator -USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= dlang-community Index: devel/efivar/Makefile =================================================================== --- devel/efivar/Makefile +++ devel/efivar/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpopt.so:devel/popt -USES= gmake localbase pkgconfig +USES= gmake localbase USE_GCC= yes USE_GITHUB= yes GH_ACCOUNT= rhboot Index: devel/efl/Makefile =================================================================== --- devel/efl/Makefile +++ devel/efl/Makefile @@ -25,7 +25,7 @@ CONFLICTS_INSTALL= libeio USES= compiler:c++14-lang gettext-tools gnome iconv \ - jpeg libtool meson ninja ssl pathfix pkgconfig python:3.5+ shared-mime-info \ + jpeg libtool meson ninja ssl pathfix python:3.5+ shared-mime-info \ shebangfix tar:xz xorg SHEBANG_FILES= src/tests/elementary/spec/generator.py \ src/bin/exactness/exactness_play.in \ Index: devel/electron17/Makefile =================================================================== --- devel/electron17/Makefile +++ devel/electron17/Makefile @@ -60,7 +60,7 @@ npm-node16>0:www/npm-node16 USES= bison cpe dos2unix gettext-tools gl gnome iconv jpeg \ - localbase:ldflags ninja pkgconfig python:build,test shebangfix \ + localbase:ldflags ninja python:build,test shebangfix \ tar:xz xorg CPE_VENDOR= electronjs DOS2UNIX_FILES= third_party/vulkan_memory_allocator/include/vk_mem_alloc.h Index: devel/electron18/Makefile =================================================================== --- devel/electron18/Makefile +++ devel/electron18/Makefile @@ -57,7 +57,7 @@ npm-node16>0:www/npm-node16 USES= bison compiler:c++17-lang cpe gettext-tools gl gnome iconv \ - jpeg localbase:ldflags ninja pkgconfig python:build,test \ + jpeg localbase:ldflags ninja python:build,test \ shebangfix tar:xz xorg CPE_VENDOR= electronjs USE_GITHUB= yes Index: devel/electron19/Makefile =================================================================== --- devel/electron19/Makefile +++ devel/electron19/Makefile @@ -58,7 +58,7 @@ npm-node16>0:www/npm-node16 USES= bison compiler:c++17-lang cpe gettext-tools gl gnome iconv \ - jpeg localbase:ldflags ninja pkgconfig python:build,test \ + jpeg localbase:ldflags ninja python:build,test \ shebangfix tar:xz xorg CPE_VENDOR= electronjs USE_GITHUB= yes Index: devel/elf-dissector/Makefile =================================================================== --- devel/elf-dissector/Makefile +++ devel/elf-dissector/Makefile @@ -15,7 +15,7 @@ binutils>=2.33.1:devel/binutils USES= cmake compiler:c++17-lang \ - kde:5 pkgconfig qt:5 + kde:5 qt:5 USE_QT= core \ buildtools_build qmake_build testlib_build Index: devel/elfutils/Makefile =================================================================== --- devel/elfutils/Makefile +++ devel/elfutils/Makefile @@ -33,7 +33,7 @@ NLS_USES_OFF= gettext # used anyway NLS_CONFIGURE_ENABLE= nls -USES= autoreconf cpe gmake libtool pkgconfig tar:bzip2 +USES= autoreconf cpe gmake libtool tar:bzip2 CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/eris/Makefile =================================================================== --- devel/eris/Makefile +++ devel/eris/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig compiler:c++11-lib +USES= libtool pathfix compiler:c++11-lib USE_CXXSTD= c++11 .include Index: devel/etl/Makefile =================================================================== --- devel/etl/Makefile +++ devel/etl/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= gsed:textproc/gsed -USES= autoreconf gnome pathfix pkgconfig +USES= autoreconf gnome pathfix USE_GITHUB= yes GH_ACCOUNT= synfig GH_PROJECT= synfig Index: devel/evemu/Makefile =================================================================== --- devel/evemu/Makefile +++ devel/evemu/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto LIB_DEPENDS= libevdev.so:devel/libevdev -USES= tar:xz pathfix libtool pkgconfig localbase +USES= tar:xz pathfix libtool localbase OPTIONS_DEFINE= MANPAGES PYTHON OPTIONS_DEFAULT=MANPAGES Index: devel/flatzebra/Makefile =================================================================== --- devel/flatzebra/Makefile +++ devel/flatzebra/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig sdl +USES= libtool pathfix sdl USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes USE_SDL= sdl mixer image Index: devel/fossology-nomos-standalone/Makefile =================================================================== --- devel/fossology-nomos-standalone/Makefile +++ devel/fossology-nomos-standalone/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes -USES= gnome gmake gettext pkgconfig +USES= gnome gmake gettext USE_GNOME= glib20 BUILD_WRKSRC= ${WRKSRC}/src/nomos/agent Index: devel/frama-c/Makefile =================================================================== --- devel/frama-c/Makefile +++ devel/frama-c/Makefile @@ -20,7 +20,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gettext-runtime gmake gnome localbase pathfix pkgconfig +USES= gettext-runtime gmake gnome localbase pathfix USE_OCAML= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtksourceview2 \ libartlgpl2 libgnomecanvas pango Index: devel/fsmtrie/Makefile =================================================================== --- devel/fsmtrie/Makefile +++ devel/fsmtrie/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= checkmk:devel/check GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check Index: devel/fstrm/Makefile =================================================================== --- devel/fstrm/Makefile +++ devel/fstrm/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= gmake libtool pkgconfig +USES= gmake libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: devel/g-wrap/Makefile =================================================================== --- devel/g-wrap/Makefile +++ devel/g-wrap/Makefile @@ -14,7 +14,7 @@ libgc-threaded.so:devel/boehm-gc-threaded BUILD_DEPENDS= guile2>=2.2:lang/guile2 -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/gamin/Makefile =================================================================== --- devel/gamin/Makefile +++ devel/gamin/Makefile @@ -7,7 +7,7 @@ MAINTAINER?= ports@FreeBSD.org COMMENT?= File and directory monitoring system -USES+= gettext gnome libtool pathfix pkgconfig +USES+= gettext gnome libtool pathfix USE_GNOME?= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/gammaray/Makefile =================================================================== --- devel/gammaray/Makefile +++ devel/gammaray/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libdwarf.so:devel/libdwarf \ libelf.so:devel/libelf -USES= cmake kde:5 pkgconfig qt:5 +USES= cmake kde:5 qt:5 USE_QT= 3d concurrent core declarative designer gui help linguisttools \ location network printsupport script scripttools svg uiplugin \ Index: devel/gconf2/Makefile =================================================================== --- devel/gconf2/Makefile +++ devel/gconf2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES+= gettext gmake gnome libtool pathfix pkgconfig python:run \ +USES+= gettext gmake gnome libtool pathfix python:run \ shebangfix localbase USE_GNOME= libxml2 dconf intltool introspection:build USE_LDCONFIG= yes Index: devel/gconfmm26/Makefile =================================================================== --- devel/gconfmm26/Makefile +++ devel/gconfmm26/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libglibmm-2.4.so:devel/glibmm USES= compiler:c++11-lang gmake gnome libtool pathfix \ - pkgconfig tar:bzip2 xorg + tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= gconf2 Index: devel/gdb/Makefile =================================================================== --- devel/gdb/Makefile +++ devel/gdb/Makefile @@ -17,7 +17,7 @@ libmpfr.so:math/mpfr TEST_DEPENDS= runtest:misc/dejagnu -USES= compiler:c++11-lang cpe gmake libtool makeinfo pkgconfig tar:xz +USES= compiler:c++11-lang cpe gmake libtool makeinfo tar:xz USE_PYTHON= flavors py3kplist TEST_TARGET= check Index: devel/gdcm/Makefile =================================================================== --- devel/gdcm/Makefile +++ devel/gdcm/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libopenjp2.so:graphics/openjpeg \ libexpat.so:textproc/expat2 -USES= alias cmake compiler:c++11-lang pkgconfig python:build tar:bzip2 ssl +USES= alias cmake compiler:c++11-lang python:build tar:bzip2 ssl USE_LDCONFIG= yes OPTIONS_DEFINE= VTK Index: devel/geany/Makefile =================================================================== --- devel/geany/Makefile +++ devel/geany/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lang desktop-file-utils gettext-tools gmake \ - gnome libtool localbase pathfix pkgconfig python:build \ + gnome libtool localbase pathfix python:build \ shebangfix tar:bzip2 USE_GNOME= cairo gtk30 intltool USE_LDCONFIG= yes Index: devel/gio-sharp/Makefile =================================================================== --- devel/gio-sharp/Makefile +++ devel/gio-sharp/Makefile @@ -9,7 +9,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs -USES= gmake gnome pathfix pkgconfig tar:bzip2 +USES= gmake gnome pathfix tar:bzip2 USE_GNOME= gtksharp20 MAKE_JOBS_UNSAFE=yes Index: devel/gitaly/Makefile =================================================================== --- devel/gitaly/Makefile +++ devel/gitaly/Makefile @@ -39,7 +39,7 @@ gitlab-shell>=13.22.1:devel/gitlab-shell LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= cpe gmake go:modules,no_targets pkgconfig +USES= cpe gmake go:modules,no_targets USE_RUBY= yes CPE_VENDOR= gitlab Index: devel/gitg/Makefile =================================================================== --- devel/gitg/Makefile +++ devel/gitg/Makefile @@ -30,7 +30,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome localbase \ - meson pathfix pkgconfig python:3.4+,build tar:xz vala:build + meson pathfix python:3.4+,build tar:xz vala:build USE_GNOME= cairo gtk30 gtksourceview3 intltool introspection USE_LDCONFIG= yes Index: devel/gitklient/Makefile =================================================================== --- devel/gitklient/Makefile +++ devel/gitklient/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 xorg +USES= cmake kde:5 localbase:ldflags qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= HamedMasafi GH_PROJECT= GitKlient Index: devel/gitui/Makefile =================================================================== --- devel/gitui/Makefile +++ devel/gitui/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 -USES= cargo pkgconfig localbase:ldflags perl5 python:build xorg +USES= cargo localbase:ldflags perl5 python:build xorg USE_XORG= xcb USE_GITHUB= yes Index: devel/glade/Makefile =================================================================== --- devel/glade/Makefile +++ devel/glade/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome \ - localbase:ldflags meson pathfix pkgconfig tar:xz + localbase:ldflags meson pathfix tar:xz USE_GNOME= cairo gtk30 intlhack introspection:build DOCSDIR= ${PREFIX}/share/doc/gladeui-2 Index: devel/glademm/Makefile =================================================================== --- devel/glademm/Makefile +++ devel/glademm/Makefile @@ -8,7 +8,7 @@ MAINTAINER= bland@FreeBSD.org COMMENT= C++ code generator backend for glade and glade2 -USES= gmake gnome pathfix pkgconfig +USES= gmake gnome pathfix USE_GNOME= gnomeprefix GNU_CONFIGURE= yes Index: devel/glib20/Makefile =================================================================== --- devel/glib20/Makefile +++ devel/glib20/Makefile @@ -16,7 +16,7 @@ # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) USES= compiler:c11 cpe gettext gnome iconv:wchar_t localbase:ldflags \ - meson perl5 pkgconfig python:3.7+ tar:xz trigger + meson perl5 python:3.7+ tar:xz trigger TRIGGERS= gio-modules glib-schemas USE_LDCONFIG= yes USE_PERL5= build Index: devel/glibmm/Makefile =================================================================== --- devel/glibmm/Makefile +++ devel/glibmm/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 USES= compiler:c++11-lang gettext gnome meson pathfix perl5 \ - pkgconfig python:3.7+,build shebangfix tar:xz + python:3.7+,build shebangfix tar:xz USE_GNOME= glib20 libsigc++20 USE_LDCONFIG= yes Index: devel/glog/Makefile =================================================================== --- devel/glog/Makefile +++ devel/glog/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgflags.so:devel/gflags \ libunwind.so:devel/libunwind -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang CMAKE_ON= BUILD_SHARED_LIBS WITH_CUSTOM_PREFIX WITH_GFLAGS WITH_PKGCONFIG WITH_SYMBOLIZE WITH_THREADS WITH_TLS WITH_UNWIND CMAKE_OFF= PRINT_UNSYMBOLIZED_STACK_TRACES WITH_GTEST Index: devel/gnome-builder/Makefile =================================================================== --- devel/gnome-builder/Makefile +++ devel/gnome-builder/Makefile @@ -36,7 +36,7 @@ CONFLICTS_BUILD= gnome-builder-3.16.* USES= compiler:c++11-lang desktop-file-utils gettext gnome \ - localbase:lfdlags meson pkgconfig python:3.6+,build shebangfix \ + localbase:lfdlags meson python:3.6+,build shebangfix \ tar:xz vala:lib USE_GNOME= cairo gtksourceview4 introspection libxml2 vte3 SHEBANG_FILES= ${WRKSRC}/src/plugins/gradle/gradle_plugin.py \ Index: devel/gnome-common/Makefile =================================================================== --- devel/gnome-common/Makefile +++ devel/gnome-common/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive RUN_DEPENDS= autoconf-archive>=0:devel/autoconf-archive -USES= gnome pkgconfig tar:xz +USES= gnome tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-autoconf-archive Index: devel/gob2/Makefile =================================================================== --- devel/gob2/Makefile +++ devel/gob2/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= gmake gnome localbase pkgconfig +USES= gmake gnome localbase PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//} \ man/man1/gob2.1.gz Index: devel/gobject-introspection/Makefile =================================================================== --- devel/gobject-introspection/Makefile +++ devel/gobject-introspection/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= bison gettext gnome localbase meson pkgconfig python:3.6+ tar:xz +USES= bison gettext gnome localbase meson python:3.6+ tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes MESON_ARGS= -Ddoctool=disabled \ Index: devel/godot/Makefile =================================================================== --- devel/godot/Makefile +++ devel/godot/Makefile @@ -21,7 +21,7 @@ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++14-lang cpe gl pkgconfig scons xorg +USES= compiler:c++14-lang cpe gl scons xorg USE_XORG= x11 xcursor xext xi xinerama xrandr xrender USE_GL= gl glew glu Index: devel/godot2/Makefile =================================================================== --- devel/godot2/Makefile +++ devel/godot2/Makefile @@ -21,7 +21,7 @@ xdg-open:devel/xdg-utils \ xmessage:x11/xmessage -USES= compiler:c++11-lib cpe gl pkgconfig scons ssl xorg +USES= compiler:c++11-lib cpe gl scons ssl xorg CPE_VENDOR= godotengine USE_XORG= x11 xcursor xi xinerama xrandr USE_GL= gl glu Index: devel/goffice/Makefile =================================================================== --- devel/goffice/Makefile +++ devel/goffice/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libspectre.so:print/libspectre \ libfribidi.so:converters/fribidi -USES= gettext gmake gnome libtool pathfix perl5 pkgconfig \ +USES= gettext gmake gnome libtool pathfix perl5 \ shebangfix tar:xz xorg USE_GNOME= cairo gtk30 intlhack introspection:build libgsf librsvg2 libxslt USE_XORG= xrender xext Index: devel/google-cloud-cpp/Makefile =================================================================== --- devel/google-cloud-cpp/Makefile +++ devel/google-cloud-cpp/Makefile @@ -25,7 +25,7 @@ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 -USES= cmake compiler:c++17-lang pkgconfig ssl +USES= cmake compiler:c++17-lang ssl USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform GH_TUPLE= googleapis:googleapis:370e9f9ac14dbc73f56e15257bccc06dfebd4196:googleapis Index: devel/google-cloud-cpp117/Makefile =================================================================== --- devel/google-cloud-cpp117/Makefile +++ devel/google-cloud-cpp117/Makefile @@ -26,7 +26,7 @@ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 -USES= cmake compiler:c++17-lang pkgconfig ssl +USES= cmake compiler:c++17-lang ssl USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform GH_TUPLE= googleapis:googleapis:59f97e6044a1275f83427ab7962a154c00d915b5:googleapis Index: devel/grpc/Makefile =================================================================== --- devel/grpc/Makefile +++ devel/grpc/Makefile @@ -17,7 +17,7 @@ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 -USES= cmake compiler:c++17-lang cpe localbase:ldflags pkgconfig ssl +USES= cmake compiler:c++17-lang cpe localbase:ldflags ssl USE_GITHUB= yes GH_TUPLE= census-instrumentation:opencensus-proto:v0.3.0:census_instrumentation_opencensus_proto/third_party/opencensus-proto/src \ Index: devel/grpc142/Makefile =================================================================== --- devel/grpc142/Makefile +++ devel/grpc142/Makefile @@ -18,7 +18,7 @@ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 -USES= cmake compiler:c++17-lang cpe localbase:ldflags pkgconfig ssl +USES= cmake compiler:c++17-lang cpe localbase:ldflags ssl USE_GITHUB= yes Index: devel/grv/Makefile =================================================================== --- devel/grv/Makefile +++ devel/grv/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= go ncurses pkgconfig readline +USES= go ncurses readline USE_GITHUB= yes GH_ACCOUNT= rgburke GH_SUBDIR= src/github.com/rgburke/grv Index: devel/gsettings-desktop-schemas/Makefile =================================================================== --- devel/gsettings-desktop-schemas/Makefile +++ devel/gsettings-desktop-schemas/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.5+,build \ +USES= gettext gnome localbase meson python:3.5+,build \ tar:xz USE_GNOME= glib20 introspection:build Index: devel/gtranslator/Makefile =================================================================== --- devel/gtranslator/Makefile +++ devel/gtranslator/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gtk30 gtksourceview4 libgda5 libxml2 introspection:build USES= cpe desktop-file-utils gettext gnome localbase:ldflags meson \ - pkgconfig python tar:xz + python tar:xz CPE_VENDOR= gtranslate CPE_PRODUCT= google_language_translator USE_PYTHON= py3kplist Index: devel/guile-lib/Makefile =================================================================== --- devel/guile-lib/Makefile +++ devel/guile-lib/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= guile2>0:lang/guile2 TEST_TARGET= check -USES= gmake pkgconfig +USES= gmake GNU_CONFIGURE= yes INFO= guile-library Index: devel/gvfs/Makefile =================================================================== --- devel/gvfs/Makefile +++ devel/gvfs/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= cpe gettext gnome libarchive localbase meson \ - pkgconfig python:3.5+,build shebangfix tar:xz + python:3.5+,build shebangfix tar:xz USE_GNOME= glib20 libxml2 libxslt:build SHEBANG_FILES= meson_post_install.py MESON_ARGS= -Dsystemduserunitdir=no \ Index: devel/gwenhywfar/Makefile =================================================================== --- devel/gwenhywfar/Makefile +++ devel/gwenhywfar/Makefile @@ -15,7 +15,7 @@ libgpg-error.so:security/libgpg-error USES= cpe gettext gmake iconv:translit libtool localbase:ldflags \ - pathfix pkgconfig + pathfix CPE_VENDOR= aquamaniac GNU_CONFIGURE= yes Index: devel/hs-darcs/Makefile =================================================================== --- devel/hs-darcs/Makefile +++ devel/hs-darcs/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= cabal pkgconfig +USES= cabal USE_CABAL= OneTuple-0.3.1_2 \ QuickCheck-2.14.2 \ Index: devel/hs-ghcprofview/Makefile =================================================================== --- devel/hs-ghcprofview/Makefile +++ devel/hs-ghcprofview/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= cabal gnome pkgconfig +USES= cabal gnome USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection pango Index: devel/hs-threadscope/Makefile =================================================================== --- devel/hs-threadscope/Makefile +++ devel/hs-threadscope/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= cabal gnome pkgconfig +USES= cabal gnome USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 Index: devel/hwloc/Makefile =================================================================== --- devel/hwloc/Makefile +++ devel/hwloc/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpciaccess.so:devel/libpciaccess -USES= iconv libtool gnome pathfix pkgconfig tar:bzip2 +USES= iconv libtool gnome pathfix tar:bzip2 USE_GNOME= libxml2 GNU_CONFIGURE= yes Index: devel/hwloc2/Makefile =================================================================== --- devel/hwloc2/Makefile +++ devel/hwloc2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpciaccess.so:devel/libpciaccess -USES= iconv libtool gnome pathfix pkgconfig tar:bzip2 +USES= iconv libtool gnome pathfix tar:bzip2 USE_GNOME= libxml2 CONFLICTS_INSTALL= hwloc Index: devel/icestorm/Makefile =================================================================== --- devel/icestorm/Makefile +++ devel/icestorm/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libboost_python${PYTHON_SUFFIX}.so:devel/boost-python-libs -USES= compiler:c++11-lang gmake pkgconfig python:3.3+ shebangfix +USES= compiler:c++11-lang gmake python:3.3+ shebangfix SHEBANG_FILES= ${WRKSRC}/icebox/*.py \ ${WRKSRC}/icebox/Makefile Index: devel/icu-le-hb/Makefile =================================================================== --- devel/icu-le-hb/Makefile +++ devel/icu-le-hb/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= behdad -USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lib gmake libtool pathfix USE_CXXSTD= gnu++11 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/icu-lx/Makefile =================================================================== --- devel/icu-lx/Makefile +++ devel/icu-lx/Makefile @@ -11,7 +11,6 @@ PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr -USES= pkgconfig CONFIGURE_ARGS= --enable-layoutex INSTALL_WRKSRC= ${WRKSRC}/layoutex Index: devel/ignition-cmake/Makefile =================================================================== --- devel/ignition-cmake/Makefile +++ devel/ignition-cmake/Makefile @@ -8,7 +8,7 @@ LICENSE= APACHE20 -USES= cmake pkgconfig +USES= cmake USE_RUBY= yes CMAKE_OFF= BUILD_TESTING Index: devel/ignition-common/Makefile =================================================================== --- devel/ignition-common/Makefile +++ devel/ignition-common/Makefile @@ -18,7 +18,7 @@ libuuid.so:misc/e2fsprogs-libuuid \ libignition-math6.so:math/ignition-math -USES= cmake compiler:c++17-lang gnome pkgconfig +USES= cmake compiler:c++17-lang gnome USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/ignition-tools/Makefile =================================================================== --- devel/ignition-tools/Makefile +++ devel/ignition-tools/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang pkgconfig shebangfix +USES= cmake compiler:c++11-lang shebangfix SHEBANG_FILES= src/ign.in USE_RUBY= yes Index: devel/imake/Makefile =================================================================== --- devel/imake/Makefile +++ devel/imake/Makefile @@ -14,7 +14,7 @@ makedepend:devel/makedepend \ ${LOCALBASE}/lib/X11/config/xorg.cf:x11/xorg-cf-files -USES= shebangfix perl5 pkgconfig xorg xorg-cat:util +USES= shebangfix perl5 xorg xorg-cat:util USE_XORG= xorgproto USE_PERL5= run Index: devel/indi/Makefile =================================================================== --- devel/indi/Makefile +++ devel/indi/Makefile @@ -17,7 +17,7 @@ libtheora.so:multimedia/libtheora \ libogg.so:audio/libogg -USES= cmake jpeg iconv ninja pkgconfig +USES= cmake jpeg iconv ninja USE_GITHUB= yes GH_ACCOUNT= indilib Index: devel/influx-pkg-config/Makefile =================================================================== --- devel/influx-pkg-config/Makefile +++ devel/influx-pkg-config/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules pkgconfig:run +USES= go:modules:run GO_MODULE= github.com/influxdata/pkg-config GO_TARGET= ./:${PREFIX}/bin/influx-pkg-config Index: devel/isl/Makefile =================================================================== --- devel/isl/Makefile +++ devel/isl/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgmp.so:math/gmp -USES= libtool pkgconfig tar:xz +USES= libtool tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/ivykis/Makefile =================================================================== --- devel/ivykis/Makefile +++ devel/ivykis/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/jansson/Makefile =================================================================== --- devel/jansson/Makefile +++ devel/jansson/Makefile @@ -11,7 +11,7 @@ TEST_DEPENDS= bash>=0:shells/bash -USES= cpe pathfix pkgconfig tar:bzip2 libtool shebangfix +USES= cpe pathfix tar:bzip2 libtool shebangfix SHEBANG_FILES= scripts/clang-format scripts/clang-format-check USE_LDCONFIG= yes Index: devel/jclassinfo/Makefile =================================================================== --- devel/jclassinfo/Makefile +++ devel/jclassinfo/Makefile @@ -9,7 +9,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes post-patch: Index: devel/json-glib/Makefile =================================================================== --- devel/json-glib/Makefile +++ devel/json-glib/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gnome localbase meson python:3.7+ pkgconfig tar:xz +USES= gettext gnome localbase meson python:3.7+ tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/jsoncpp/Makefile =================================================================== --- devel/jsoncpp/Makefile +++ devel/jsoncpp/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang cpe meson pkgconfig python:3.6+,build,test +USES= compiler:c++11-lang cpe meson python:3.6+,build,test USE_GITHUB= yes GH_ACCOUNT= open-source-parsers MESON_ARGS= --default-library=both Index: devel/jsonrpc-glib/Makefile =================================================================== --- devel/jsonrpc-glib/Makefile +++ devel/jsonrpc-glib/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib -USES= compiler:c11 gnome meson pkgconfig tar:xz vala:build +USES= compiler:c11 gnome meson tar:xz vala:build USE_GNOME= glib20 introspection:build .include Index: devel/juce/Makefile =================================================================== --- devel/juce/Makefile +++ devel/juce/Makefile @@ -25,7 +25,7 @@ libsoup-2.4.so:devel/libsoup \ libsysinfo.so:devel/libsysinfo -USES= cmake compiler:c++11-lang dos2unix gl gnome localbase:ldflags pkgconfig xorg +USES= cmake compiler:c++11-lang dos2unix gl gnome localbase:ldflags xorg DOS2UNIX_FILES= modules/juce_core/juce_core.h USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 pango USE_GL= gl @@ -50,7 +50,7 @@ OPTIONS_DEFINE= DEMOS DEMOS_DESC= Build and install demo programs -DEMOS_USES= gnome pkgconfig +DEMOS_USES= gnome DEMOS_CMAKE_BOOL= JUCE_BUILD_EXAMPLES DEMOS_LDFLAGS= -lexecinfo DEMOS_USE= GNOME=atk,cairo,gdkpixbuf2,gtk30,pango Index: devel/kf5-kdeclarative/Makefile =================================================================== --- devel/kf5-kdeclarative/Makefile +++ devel/kf5-kdeclarative/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= completion config coreaddons globalaccel guiaddons i18n \ iconthemes jobwidgets kio notifications package service \ Index: devel/kf5-kfilemetadata/Makefile =================================================================== --- devel/kf5-kfilemetadata/Makefile +++ devel/kf5-kfilemetadata/Makefile @@ -14,7 +14,7 @@ libtag.so:audio/taglib # TODO: maybe depend on textproc/catdoc -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext kde:5 \ qt:5 tar:xz USE_KDE= archive config coreaddons i18n \ ecm_build Index: devel/kf5-kidletime/Makefile =================================================================== --- devel/kf5-kidletime/Makefile +++ devel/kf5-kidletime/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library for monitoring user activity -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg USE_KDE= ecm_build USE_QT= core dbus gui widgets x11extras \ buildtools_build qmake_build Index: devel/kf5-knotifications/Makefile =================================================================== --- devel/kf5-knotifications/Makefile +++ devel/kf5-knotifications/Makefile @@ -22,6 +22,5 @@ AUDIO_DESC= Audio notifications/text-to-speech support AUDIO_LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 AUDIO_USE= QT=speech -AUDIO_USES= pkgconfig .include Index: devel/kf5-ktexteditor/Makefile =================================================================== --- devel/kf5-ktexteditor/Makefile +++ devel/kf5-ktexteditor/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 \ libeditorconfig.so:editors/editorconfig-core-c -USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \ +USES= cmake compiler:c++11-lib gettext kde:5 cpe \ qt:5 tar:xz xorg USE_KDE= archive auth codecs completion config configwidgets \ coreaddons guiaddons i18n iconthemes itemviews \ Index: devel/kf5-kunitconversion/Makefile =================================================================== --- devel/kf5-kunitconversion/Makefile +++ devel/kf5-kunitconversion/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library for unit conversion -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= i18n \ ecm_build USE_QT= core network xml \ Index: devel/kio-extras/Makefile =================================================================== --- devel/kio-extras/Makefile +++ devel/kio-extras/Makefile @@ -11,7 +11,7 @@ libkdsoap.so:www/kdsoap USES= cmake compiler:c++11-lib gettext gperf kde:5 \ - pkgconfig qt:5 shared-mime-info shebangfix tar:xz xorg + qt:5 shared-mime-info shebangfix tar:xz xorg USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons dnssd doctools \ emoticons guiaddons i18n iconthemes init itemmodels itemviews \ Index: devel/kiwix-lib/Makefile =================================================================== --- devel/kiwix-lib/Makefile +++ devel/kiwix-lib/Makefile @@ -20,7 +20,7 @@ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd -USES= compiler:c++11-lang meson pkgconfig python:3.6+ shebangfix +USES= compiler:c++11-lang meson python:3.6+ shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: devel/kronosnet/Makefile =================================================================== --- devel/kronosnet/Makefile +++ devel/kronosnet/Makefile @@ -15,7 +15,7 @@ libqb.so:devel/libqb \ libzstd.so:archivers/zstd -USES= autoreconf gmake localbase libtool pkgconfig ssl +USES= autoreconf gmake localbase libtool ssl USE_BINUTILS= yes USE_GCC= yes USE_LDCONFIG= yes Index: devel/kyua/Makefile =================================================================== --- devel/kyua/Makefile +++ devel/kyua/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= liblutok.so:devel/lutok -USES= lua pkgconfig sqlite +USES= lua sqlite GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} \ Index: devel/lasi/Makefile =================================================================== --- devel/lasi/Makefile +++ devel/lasi/Makefile @@ -12,7 +12,7 @@ OPTIONS_DEFINE= DOXYGEN EXAMPLES OPTIONS_SUB= yes -USES= cmake compiler:c++11-lang gnome pathfix pkgconfig +USES= cmake compiler:c++11-lang gnome pathfix PATHFIX_CMAKELISTSTXT= pkg-config.cmake USE_GNOME= pango Index: devel/libIDL/Makefile =================================================================== --- devel/libIDL/Makefile +++ devel/libIDL/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= bison:alias gettext gnome libtool localbase \ - pathfix pkgconfig tar:bzip2 + pathfix tar:bzip2 USE_GNOME= glib20 INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: devel/libabigail/Makefile =================================================================== --- devel/libabigail/Makefile +++ devel/libabigail/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libdw.so:devel/elfutils -USES= compiler:c++11-lang gmake libtool localbase pkgconfig python +USES= compiler:c++11-lang gmake libtool localbase python GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-cxx11=yes Index: devel/libappindicator/Makefile =================================================================== --- devel/libappindicator/Makefile +++ devel/libappindicator/Makefile @@ -21,7 +21,7 @@ libdbusmenu-gtk3.so:devel/libdbusmenu \ libharfbuzz.so:print/harfbuzz -USES= autoreconf:build gmake gnome libtool pkgconfig +USES= autoreconf:build gmake gnome libtool USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 Index: devel/libaravis/Makefile =================================================================== --- devel/libaravis/Makefile +++ devel/libaravis/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool meson pkgconfig +USES= gnome libtool meson USE_GITHUB= yes GH_ACCOUNT= AravisProject GH_PROJECT= aravis Index: devel/libassa/Makefile =================================================================== --- devel/libassa/Makefile +++ devel/libassa/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= TIRPC_CFLAGS=" " TIRPC_LIBS=" " -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes PLIST_SUB= ASSA_VERSION=${PORTVERSION:R:R} Index: devel/libassetml/Makefile =================================================================== --- devel/libassetml/Makefile +++ devel/libassetml/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= texi2html:textproc/texi2html LIB_DEPENDS= libpopt.so:devel/popt -USES= gettext gmake gnome libtool:keepla makeinfo pathfix pkgconfig +USES= gettext gmake gnome libtool:keepla makeinfo pathfix USE_GNOME= gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/libayatana-appindicator/Makefile =================================================================== --- devel/libayatana-appindicator/Makefile +++ devel/libayatana-appindicator/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= lcov>=0:devel/lcov -USES= cmake localbase:ldflags gnome pkgconfig +USES= cmake localbase:ldflags gnome LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libgtest.so:devel/googletest \ Index: devel/libayatana-indicator/Makefile =================================================================== --- devel/libayatana-indicator/Makefile +++ devel/libayatana-indicator/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= lcov>=0:devel/lcov -USES= cmake localbase:ldflags gnome pkgconfig vala:build +USES= cmake localbase:ldflags gnome vala:build LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libgtest.so:devel/googletest \ Index: devel/libbde/Makefile =================================================================== --- devel/libbde/Makefile +++ devel/libbde/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libbson/Makefile =================================================================== --- devel/libbson/Makefile +++ devel/libbson/Makefile @@ -7,7 +7,7 @@ LICENSE= APACHE20 -USES= cmake cpe pkgconfig +USES= cmake cpe CPE_VENDOR= mongodb USE_GITHUB= yes GH_ACCOUNT= mongodb Index: devel/libccid/Makefile =================================================================== --- devel/libccid/Makefile +++ devel/libccid/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -USES= perl5 pkgconfig tar:bzip2 +USES= perl5 tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build Index: devel/libcfu/Makefile =================================================================== --- devel/libcfu/Makefile +++ devel/libcfu/Makefile @@ -12,7 +12,7 @@ GH_ACCOUNT= crees GH_TAGNAME= 947dba4 -USES= autoreconf makeinfo pkgconfig pathfix libtool +USES= autoreconf makeinfo pathfix libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes Index: devel/libchipcard/Makefile =================================================================== --- devel/libchipcard/Makefile +++ devel/libchipcard/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite \ libgwenhywfar.so:devel/gwenhywfar -USES= gmake libtool localbase pkgconfig ssl +USES= gmake libtool localbase ssl GNU_CONFIGURE= yes CONFIGURE_ENV+= aq_distrib_name="FreeBSD" Index: devel/libconfuse/Makefile =================================================================== --- devel/libconfuse/Makefile +++ devel/libconfuse/Makefile @@ -10,7 +10,7 @@ LICENSE= ISCL -USES= cpe iconv libtool pathfix pkgconfig tar:xz +USES= cpe iconv libtool pathfix tar:xz CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes Index: devel/libcreg/Makefile =================================================================== --- devel/libcreg/Makefile +++ devel/libcreg/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libcrossguid/Makefile =================================================================== --- devel/libcrossguid/Makefile +++ devel/libcrossguid/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_LDCONFIG= yes USE_GITHUB= yes Index: devel/libcwd/Makefile =================================================================== --- devel/libcwd/Makefile +++ devel/libcwd/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.QPL LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix libtool USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alloc --disable-location --disable-threading Index: devel/libdbusmenu/Makefile =================================================================== --- devel/libdbusmenu/Makefile +++ devel/libdbusmenu/Makefile @@ -18,7 +18,7 @@ libharfbuzz.so:print/harfbuzz GNU_CONFIGURE= yes -USES= compiler gettext-tools gmake gnome libtool pathfix pkgconfig python:run \ +USES= compiler gettext-tools gmake gnome libtool pathfix python:run \ shebangfix vala:build xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool intlhack libxslt \ introspection:build Index: devel/libdistance/Makefile =================================================================== --- devel/libdistance/Makefile +++ devel/libdistance/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= swig:devel/swig -USES+= fakeroot pkgconfig tcl +USES+= fakeroot tcl USE_LDCONFIG= yes MAKE_ARGS+= INCLUDEDIR=${PREFIX}/include LIBDIR=${PREFIX}/lib Index: devel/libdlna/Makefile =================================================================== --- devel/libdlna/Makefile +++ devel/libdlna/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg HAS_CONFIGURE= yes -USES= gmake localbase pathfix pkgconfig tar:bzip2 +USES= gmake localbase pathfix tar:bzip2 PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Index: devel/libe/Makefile =================================================================== --- devel/libe/Makefile +++ devel/libe/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf gmake libtool pathfix USE_GITHUB= yes USE_LDCONFIG= yes Index: devel/libegit2/Makefile =================================================================== --- devel/libegit2/Makefile +++ devel/libegit2/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= cmake:noninja emacs pkgconfig +USES= cmake:noninja emacs USE_GITHUB= yes GH_ACCOUNT= magit GH_TAGNAME= 0ef8b13 Index: devel/liberasurecode/Makefile =================================================================== --- devel/liberasurecode/Makefile +++ devel/liberasurecode/Makefile @@ -7,7 +7,7 @@ LICENSE= BSD2CLAUSE -USES= gmake pkgconfig autoreconf libtool +USES= gmake autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= openstack USE_LDCONFIG= yes Index: devel/libev/Makefile =================================================================== --- devel/libev/Makefile +++ devel/libev/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= libtool pkgconfig +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip Index: devel/libevdev/Makefile =================================================================== --- devel/libevdev/Makefile +++ devel/libevdev/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT # without linux/*.h LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson pkgconfig python:3.5+,build shebangfix +USES= meson python:3.5+,build shebangfix USE_LDCONFIG= yes USE_GITLAB= yes Index: devel/libevent/Makefile =================================================================== --- devel/libevent/Makefile +++ devel/libevent/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe libtool pathfix pkgconfig python:env shebangfix +USES= cpe libtool pathfix python:env shebangfix SHEBANG_FILES= event_rpcgen.py GNU_CONFIGURE= yes CPE_VENDOR= libevent_project Index: devel/libewf/Makefile =================================================================== --- devel/libewf/Makefile +++ devel/libewf/Makefile @@ -14,7 +14,7 @@ libsmraw.so:devel/libsmraw \ libuuid.so:misc/e2fsprogs-libuuid -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libfastjson/Makefile =================================================================== --- devel/libfastjson/Makefile +++ devel/libfastjson/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT GNU_CONFIGURE= yes -USES= autoreconf cpe libtool pathfix pkgconfig +USES= autoreconf cpe libtool pathfix CPE_VENDOR= rsyslog INSTALL_TARGET= install-strip Index: devel/libfirm/Makefile =================================================================== --- devel/libfirm/Makefile +++ devel/libfirm/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf gmake libtool pathfix tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/libfixposix/Makefile =================================================================== --- devel/libfixposix/Makefile +++ devel/libfixposix/Makefile @@ -10,7 +10,7 @@ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENCE -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= sionescu USE_LDCONFIG= yes Index: devel/libfreefare/Makefile =================================================================== --- devel/libfreefare/Makefile +++ devel/libfreefare/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= nfc-tools GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= autoreconf gmake libtool pathfix pkgconfig ssl +USES= autoreconf gmake libtool pathfix ssl MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} Index: devel/libfsapfs/Makefile =================================================================== --- devel/libfsapfs/Makefile +++ devel/libfsapfs/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libfsntfs/Makefile =================================================================== --- devel/libfsntfs/Makefile +++ devel/libfsntfs/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --enable-python --with-openssl=no \ --with-libfwnt=${LOCALBASE} CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= cpe libtool fuse pathfix pkgconfig python:3.5+ +USES= cpe libtool fuse pathfix python:3.5+ CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/libftdi/Makefile =================================================================== --- devel/libftdi/Makefile +++ devel/libftdi/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -USES= cmake pkgconfig +USES= cmake CMAKE_ARGS= -DDOCUMENTATION:BOOL=OFF -DEXAMPLES:BOOL=OFF USE_LDCONFIG= yes Index: devel/libftdi1/Makefile =================================================================== --- devel/libftdi1/Makefile +++ devel/libftdi1/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse -USES= cmake:insource compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2 +USES= cmake:insource compiler:c++11-lang gettext-runtime tar:bzip2 USE_LDCONFIG= yes PORTDOCS= ChangeLog README Index: devel/libg19/Makefile =================================================================== --- devel/libg19/Makefile +++ devel/libg19/Makefile @@ -7,7 +7,7 @@ MAINTAINER= armin@frozen-zone.org COMMENT= G19 library -USES= libtool pkgconfig +USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libg19draw/Makefile =================================================================== --- devel/libg19draw/Makefile +++ devel/libg19draw/Makefile @@ -14,7 +14,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= libtool pkgconfig +USES= libtool PLIST_FILES= include/libg19draw.h \ lib/libg19draw.a \ Index: devel/libgdata/Makefile =================================================================== --- devel/libgdata/Makefile +++ devel/libgdata/Makefile @@ -17,7 +17,7 @@ libgcr-base-3.so:security/gcr \ liboauth.so:net/liboauth -USES= gettext gnome localbase meson pkgconfig tar:xz vala:build +USES= gettext gnome localbase meson tar:xz vala:build USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes Index: devel/libgee/Makefile =================================================================== --- devel/libgee/Makefile +++ devel/libgee/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz vala:build +USES= cpe gettext gmake gnome libtool pathfix tar:xz vala:build USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/libgee06/Makefile =================================================================== --- devel/libgee06/Makefile +++ devel/libgee06/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes INSTALL_TARGET= install-strip -USES= cpe gmake gnome libtool pathfix pkgconfig tar:xz +USES= cpe gmake gnome libtool pathfix tar:xz CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes Index: devel/libgit2-glib/Makefile =================================================================== --- devel/libgit2-glib/Makefile +++ devel/libgit2-glib/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= compiler:c11 gnome localbase \ - meson pkgconfig python:3.4+,build tar:xz vala:build + meson python:3.4+,build tar:xz vala:build USE_GNOME= glib20 introspection USE_LDCONFIG= yes MESON_ARGS= -Dpython=false Index: devel/libgit2/Makefile =================================================================== --- devel/libgit2/Makefile +++ devel/libgit2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libhttp_parser.so:www/http-parser -USES= cmake cpe pkgconfig ssl +USES= cmake cpe ssl USE_GITHUB= yes USE_LDCONFIG= yes Index: devel/libglade2/Makefile =================================================================== --- devel/libglade2/Makefile +++ devel/libglade2/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr -USES+= gmake gnome libtool pathfix pkgconfig localbase +USES+= gmake gnome libtool pathfix localbase USE_GNOME= cairo gdkpixbuf2 libxml2 gtk20 USE_LDCONFIG= yes Index: devel/libglademm24/Makefile =================================================================== --- devel/libglademm24/Makefile +++ devel/libglademm24/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ - pkgconfig tar:bzip2 xorg + tar:bzip2 xorg USE_CXXSTD= c++11 USE_XORG= x11 ice USE_GNOME= libglade2 Index: devel/libgnt/Makefile =================================================================== --- devel/libgnt/Makefile +++ devel/libgnt/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc LIB_DEPENDS= libffi.so:devel/libffi -USES= gettext-runtime gnome iconv:wchar_t meson pkgconfig tar:xz +USES= gettext-runtime gnome iconv:wchar_t meson tar:xz USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: devel/libgsf/Makefile =================================================================== --- devel/libgsf/Makefile +++ devel/libgsf/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -USES= cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= cpe gmake gnome libtool localbase pathfix tar:xz USE_GNOME= gdkpixbuf2 intlhack introspection:build libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/libgtop/Makefile =================================================================== --- devel/libgtop/Makefile +++ devel/libgtop/Makefile @@ -13,7 +13,7 @@ USE_PERL5= build USE_XORG= xau USES= gettext gmake gnome libtool makeinfo pathfix perl5 \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GNOME= gnomeprefix glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libgudev/Makefile =================================================================== --- devel/libgudev/Makefile +++ devel/libgudev/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd -USES= gettext-runtime gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext-runtime gmake gnome libtool pathfix tar:xz USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/libgusb/Makefile =================================================================== --- devel/libgusb/Makefile +++ devel/libgusb/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc -USES= gnome meson pkgconfig vala:build +USES= gnome meson vala:build USE_GITHUB= yes GH_ACCOUNT= hughsie Index: devel/libhtp/Makefile =================================================================== --- devel/libhtp/Makefile +++ devel/libhtp/Makefile @@ -8,8 +8,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf cpe iconv:translit libtool localbase:ldflags pathfix \ - pkgconfig +SES= autoreconf cpe iconv:translit libtool localbase:ldflags pathfix CPE_VENDOR= oisf USE_GITHUB= yes GH_ACCOUNT= OISF Index: devel/libical/Makefile =================================================================== --- devel/libical/Makefile +++ devel/libical/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu -USES= cmake compiler:c++11-lib cpe gnome pathfix perl5 pkgconfig +USES= cmake compiler:c++11-lib cpe gnome pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes Index: devel/libindicator/Makefile =================================================================== --- devel/libindicator/Makefile +++ devel/libindicator/Makefile @@ -6,7 +6,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Symbols and convience functions for desktop indicators -USES= compiler:c++11-lang gmake gnome libtool pkgconfig +USES= compiler:c++11-lang gmake gnome libtool USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/liblangtag/Makefile =================================================================== --- devel/liblangtag/Makefile +++ devel/liblangtag/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= iconv libtool pathfix pkgconfig tar:bzip2 +USES= iconv libtool pathfix tar:bzip2 INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-introspection Index: devel/liblogging/Makefile =================================================================== --- devel/liblogging/Makefile +++ devel/liblogging/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix CPE_VENDOR= adiscon CONFIGURE_ARGS+= --disable-journal --enable-rfc3195 Index: devel/liblognorm/Makefile =================================================================== --- devel/liblognorm/Makefile +++ devel/liblognorm/Makefile @@ -15,7 +15,7 @@ libestr.so:devel/libestr BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libluksde/Makefile =================================================================== --- devel/libluksde/Makefile +++ devel/libluksde/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/liblxqt/Makefile =================================================================== --- devel/liblxqt/Makefile +++ devel/liblxqt/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt USES= cmake compiler:c++14-lang gettext gnome kde:5 lxqt \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_GNOME= glib20 USE_QT= buildtools_build qmake_build dbus core gui linguisttools \ svg widgets x11extras xml Index: devel/libmodi/Makefile =================================================================== --- devel/libmodi/Makefile +++ devel/libmodi/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libnfc/Makefile =================================================================== --- devel/libnfc/Makefile +++ devel/libnfc/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig readline tar:bzip2 +USES= gmake libtool pathfix readline tar:bzip2 MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" CFLAGS+= -D__BSD_VISIBLE Index: devel/libnotify/Makefile =================================================================== --- devel/libnotify/Makefile +++ devel/libnotify/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt \ docbook-xsl-ns>=0:textproc/docbook-xsl-ns -USES= gmake gnome libtool meson pkgconfig tar:xz +USES= gmake gnome libtool meson tar:xz USE_GNOME= glib20 gdkpixbuf2 introspection:build USE_LDCONFIG= yes Index: devel/liboil/Makefile =================================================================== --- devel/liboil/Makefile +++ devel/liboil/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi -USES= libtool pathfix pkgconfig +USES= libtool pathfix PATHFIX_MAKEFILEIN= configure GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/libolecf/Makefile =================================================================== --- devel/libolecf/Makefile +++ devel/libolecf/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libopkele/Makefile =================================================================== --- devel/libopkele/Makefile +++ devel/libopkele/Makefile @@ -22,7 +22,7 @@ libxslt.so:textproc/libxslt USES= gmake libtool localbase:ldflags pathfix \ - pkgconfig ssl + ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ Index: devel/liborcus/Makefile =================================================================== --- devel/liborcus/Makefile +++ devel/liborcus/Makefile @@ -14,7 +14,7 @@ libixion-0.17.so:textproc/libixion USES= autoreconf compiler:c++11-lib libtool localbase:ldflags \ - pathfix pkgconfig tar:xz + pathfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/libosinfo/Makefile =================================================================== --- devel/libosinfo/Makefile +++ devel/libosinfo/Makefile @@ -15,7 +15,7 @@ ${LOCALBASE}/share/osinfo/VERSION:misc/osinfo-db USES= compiler:c11 cpe gettext gmake gnome libtool pathfix \ - pkgconfig tar:xz meson + tar:xz meson USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/libpafe/Makefile =================================================================== --- devel/libpafe/Makefile +++ devel/libpafe/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= libtool pkgconfig +USES= libtool PLIST_FILES= bin/felica_dump bin/pasori_test \ include/libpafe/felica_command.h \ Index: devel/libparserutils/Makefile =================================================================== --- devel/libparserutils/Makefile +++ devel/libparserutils/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem -USES= gmake iconv localbase pkgconfig +USES= gmake iconv localbase USE_LDCONFIG= yes MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared" Index: devel/libpeas/Makefile =================================================================== --- devel/libpeas/Makefile +++ devel/libpeas/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= ignore:1 .endif -USES= cpe gettext gnome meson pkgconfig tar:xz vala:build +USES= cpe gettext gnome meson tar:xz vala:build USE_GNOME= cairo gtk30 intlhack introspection USE_LDCONFIG= yes CPE_VENDOR= gnome Index: devel/libphonenumber/Makefile =================================================================== --- devel/libphonenumber/Makefile +++ devel/libphonenumber/Makefile @@ -14,7 +14,7 @@ libicui18n.so:devel/icu \ libprotobuf.so:devel/protobuf -USES= cmake:noninja compiler:c++17-lang pkgconfig +USES= cmake:noninja compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= google Index: devel/libplist/Makefile =================================================================== --- devel/libplist/Makefile +++ devel/libplist/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES+= autoreconf compiler cpe gnome libtool pathfix pkgconfig tar:bzip2 +USES+= autoreconf compiler cpe gnome libtool pathfix tar:bzip2 CPE_VENDOR= libimobiledevice GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: devel/libqb/Makefile =================================================================== --- devel/libqb/Makefile +++ devel/libqb/Makefile @@ -17,7 +17,7 @@ QB_SOCKET_DIR?= /var/run/qb PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} -USES= cpe gmake gnome libtool pkgconfig python tar:xz +USES= cpe gmake gnome libtool python tar:xz CPE_VENDOR= clusterlabs GNU_CONFIGURE= yes USE_GNOME= libxml2 Index: devel/libqcow/Makefile =================================================================== --- devel/libqcow/Makefile +++ devel/libqcow/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libqtxdg/Makefile =================================================================== --- devel/libqtxdg/Makefile +++ devel/libqtxdg/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21+ -USES= cmake compiler:c++14-lang gnome lxqt pkgconfig qt:5 tar:xz +USES= cmake compiler:c++14-lang gnome lxqt qt:5 tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ Index: devel/libr3/Makefile =================================================================== --- devel/libr3/Makefile +++ devel/libr3/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-graphviz -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pathfix INSTALL_TARGET= install-strip USE_GITHUB= yes Index: devel/librcc/Makefile =================================================================== --- devel/librcc/Makefile +++ devel/librcc/Makefile @@ -15,7 +15,7 @@ libenca.so:converters/enca \ libaspell.so:textproc/aspell -USES= compiler:c++11-lang gmake gnome iconv libtool pathfix pkgconfig \ +USES= compiler:c++11-lang gmake gnome iconv libtool pathfix \ tar:bzip2 USE_GNOME= libxml2 USE_LDCONFIG= yes Index: devel/libregf/Makefile =================================================================== --- devel/libregf/Makefile +++ devel/libregf/Makefile @@ -16,7 +16,7 @@ CONFIGURE_ARGS= --enable-python \ --with-libfwnt=${LOCALBASE} CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/librelp/Makefile =================================================================== --- devel/librelp/Makefile +++ devel/librelp/Makefile @@ -20,7 +20,7 @@ OPENSSL_CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ OPENSSL_CFLAGS="-I ${OPENSSLINC}" -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix CPE_VENDOR= rsyslog USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/librest/Makefile =================================================================== --- devel/librest/Makefile +++ devel/librest/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake gnome libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt USE_LDCONFIG= yes Index: devel/librevisa/Makefile =================================================================== --- devel/librevisa/Makefile +++ devel/librevisa/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for interfacing test and measurement equipment -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libruin/Makefile =================================================================== --- devel/libruin/Makefile +++ devel/libruin/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gnome libtool ncurses pkgconfig +USES= gnome libtool ncurses USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/libsearpc/Makefile =================================================================== --- devel/libsearpc/Makefile +++ devel/libsearpc/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= haiwen GH_TAGNAME= 54145b0 -USES= autoreconf gettext libtool pathfix pkgconfig python:3.6+ shebangfix +USES= autoreconf gettext libtool pathfix python:3.6+ shebangfix SHEBANG_FILES= lib/searpc-codegen.py USE_LDCONFIG= yes Index: devel/libserialport/Makefile =================================================================== --- devel/libserialport/Makefile +++ devel/libserialport/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3 USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: devel/libsigrok/Makefile =================================================================== --- devel/libsigrok/Makefile +++ devel/libsigrok/Makefile @@ -18,7 +18,7 @@ libvisa.so:devel/librevisa \ libzip.so:archivers/libzip -USES= compiler:c11 gnome pathfix libtool pkgconfig \ +USES= compiler:c11 gnome pathfix libtool \ python:-3.9,build shared-mime-info GNU_CONFIGURE= yes Index: devel/libsigrokdecode/Makefile =================================================================== --- devel/libsigrokdecode/Makefile +++ devel/libsigrokdecode/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pathfix pkgconfig python:3.4+ +USES= gnome libtool pathfix python:3.4+ USE_GNOME= glib20 GNU_CONFIGURE= yes Index: devel/libsmraw/Makefile =================================================================== --- devel/libsmraw/Makefile +++ devel/libsmraw/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libsoup/Makefile =================================================================== --- devel/libsoup/Makefile +++ devel/libsoup/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= glib-networking>=2.29.18:net/glib-networking USES= cpe gettext gnome localbase meson \ - pkgconfig python:3.6+,build sqlite ssl tar:xz + python:3.6+,build sqlite ssl tar:xz USE_GNOME= glib20 intlhack introspection:build \ libxml2 USE_LDCONFIG= yes Index: devel/libsoup3/Makefile =================================================================== --- devel/libsoup3/Makefile +++ devel/libsoup3/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= glib-networking>0:net/glib-networking -USES= cpe gettext gnome meson pkgconfig python:3.6+,build sqlite \ +USES= cpe gettext gnome meson python:3.6+,build sqlite \ ssl tar:xz USE_GNOME= glib20 intlhack introspection:build libxml2 USE_LDCONFIG= yes Index: devel/libspice-server/Makefile =================================================================== --- devel/libspice-server/Makefile +++ devel/libspice-server/Makefile @@ -31,7 +31,7 @@ STATISTICS_CONFIGURE_ENABLE= statistics USES= autoreconf:2.69 compiler:c++11-lang cpe gmake gnome jpeg \ - libtool localbase:ldflag pkgconfig python ssl tar:bzip2 xorg + libtool localbase:ldflag python ssl tar:bzip2 xorg USE_GNOME= glib20 USE_XORG= pixman Index: devel/libstatgrab/Makefile =================================================================== --- devel/libstatgrab/Makefile +++ devel/libstatgrab/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 -USES= pathfix pkgconfig libtool +USES= pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libstatgrab0/Makefile =================================================================== --- devel/libstatgrab0/Makefile +++ devel/libstatgrab0/Makefile @@ -11,7 +11,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig libtool +USES= pathfix libtool CONFIGURE_ARGS= --disable-examples \ --disable-manpages \ Index: devel/libtermkey/Makefile =================================================================== --- devel/libtermkey/Makefile +++ devel/libtermkey/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake libtool:build ncurses pathfix pkgconfig +USES= gmake libtool:build ncurses pathfix PATHFIX_MAKEFILEIN= Makefile LIB_DEPENDS= libunibilium.so:devel/unibilium USE_LDCONFIG= yes Index: devel/libthai/Makefile =================================================================== --- devel/libthai/Makefile +++ devel/libthai/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdatrie.so:devel/libdatrie -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool pathfix tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: devel/libtickit/Makefile =================================================================== --- devel/libtickit/Makefile +++ devel/libtickit/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libtermkey.so:devel/libtermkey -USES= compiler:c11 gmake libtool:build ncurses pathfix pkgconfig +USES= compiler:c11 gmake libtool:build ncurses pathfix MAKE_ARGS= MANDIR=${PREFIX}/share/man PATHFIX_MAKEFILEIN= Makefile Index: devel/libtifiles2/Makefile =================================================================== --- devel/libtifiles2/Makefile +++ devel/libtifiles2/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gettext-tools gnome libarchive libtool pkgconfig \ +USES= autoreconf gettext-tools gnome libarchive libtool \ tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: devel/libubox/Makefile =================================================================== --- devel/libubox/Makefile +++ devel/libubox/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c -USES= cmake pkgconfig lua:51 +USES= cmake lua:51 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= mmatuska Index: devel/libukcprog/Makefile =================================================================== --- devel/libukcprog/Makefile +++ devel/libukcprog/Makefile @@ -16,7 +16,7 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes .include Index: devel/libunwind/Makefile =================================================================== --- devel/libunwind/Makefile +++ devel/libunwind/Makefile @@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le -USES= compiler:c11 cpe libtool pathfix pkgconfig +USES= compiler:c11 cpe libtool pathfix CONFIGURE_ARGS= --disable-cxx-exceptions \ --disable-unwind-header \ Index: devel/libuv/Makefile =================================================================== --- devel/libuv/Makefile +++ devel/libuv/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= autoreconf cpe libtool pathfix pkgconfig +USES= autoreconf cpe libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/libvhdi/Makefile =================================================================== --- devel/libvhdi/Makefile +++ devel/libvhdi/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: devel/libvirt-dbus/Makefile =================================================================== --- devel/libvirt-dbus/Makefile +++ devel/libvirt-dbus/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= dbus-daemon:devel/dbus BUILD_DEPENDS= rst2man:textproc/py-docutils -USES= gettext-runtime gmake gnome libtool perl5 pkgconfig tar:xz meson +USES= gettext-runtime gmake gnome libtool perl5 tar:xz meson USE_GNOME= glib20 USE_PERL5= build Index: devel/libvirt-glib/Makefile =================================================================== --- devel/libvirt-glib/Makefile +++ devel/libvirt-glib/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libvirt.so:devel/libvirt -USES= gettext gmake gnome libtool meson pathfix pkgconfig \ +USES= gettext gmake gnome libtool meson pathfix \ python:3.6+ tar:xz OPTIONS_DEFINE= DOCS VALA Index: devel/libvirt/Makefile =================================================================== --- devel/libvirt/Makefile +++ devel/libvirt/Makefile @@ -94,7 +94,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector USES= gnome charsetfix compiler:c++0x cpe gettext-runtime gmake libtool \ - meson pathfix perl5 python:3.6+,build pkgconfig shebangfix tar:xz + meson pathfix perl5 python:3.6+,build shebangfix tar:xz USE_GNOME= glib20 USE_RC_SUBR= libvirtd virtlogd CPE_VENDOR= redhat Index: devel/libvmdk/Makefile =================================================================== --- devel/libvmdk/Makefile +++ devel/libvmdk/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: devel/libvshadow/Makefile =================================================================== --- devel/libvshadow/Makefile +++ devel/libvshadow/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/libvslvm/Makefile =================================================================== --- devel/libvslvm/Makefile +++ devel/libvslvm/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Index: devel/libwfut/Makefile =================================================================== --- devel/libwfut/Makefile +++ devel/libwfut/Makefile @@ -15,7 +15,7 @@ CONFIGURE_ARGS+=--without-python GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig compiler:c++11-lib +USES= libtool pathfix compiler:c++11-lib USE_CXXSTD= c++11 USE_LDCONFIG= yes Index: devel/libxs/Makefile =================================================================== --- devel/libxs/Makefile +++ devel/libxs/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= autoreconf pathfix pkgconfig libtool +USES= autoreconf pathfix libtool USE_GITHUB= yes GH_ACCOUNT= crossroads-io USE_LDCONFIG= yes Index: devel/libzim/Makefile =================================================================== --- devel/libzim/Makefile +++ devel/libzim/Makefile @@ -16,7 +16,7 @@ libxapian.so:databases/xapian-core \ libzstd.so:archivers/zstd -USES= compiler:c++11-lang meson pkgconfig python:3.6+ tar:xz +USES= compiler:c++11-lang meson python:3.6+ tar:xz USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_CMD:T} python3-config=${PYTHON_CMD:T}-config Index: devel/libzookeeper/Makefile =================================================================== --- devel/libzookeeper/Makefile +++ devel/libzookeeper/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcppunit.so:devel/cppunit -USES= autoreconf cpe libtool pkgconfig +USES= autoreconf cpe libtool CPE_VENDOR= apache USE_LDCONFIG= yes Index: devel/libzrtpcpp/Makefile =================================================================== --- devel/libzrtpcpp/Makefile +++ devel/libzrtpcpp/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libccrtp.so:devel/ccrtp \ libgcrypt.so:security/libgcrypt -USES= cmake:noninja pkgconfig ssl +USES= cmake:noninja ssl CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON \ -DOPENSSL_INCLUDE_DIRS="${OPENSSLINC}" \ Index: devel/log4shib/Makefile =================================================================== --- devel/log4shib/Makefile +++ devel/log4shib/Makefile @@ -8,7 +8,7 @@ LICENSE= APACHE20 -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-html-docs --disable-doxygen --disable-dependency-tracking USE_LDCONFIG= yes Index: devel/love/Makefile =================================================================== --- devel/love/Makefile +++ devel/love/Makefile @@ -21,7 +21,7 @@ libogg.so:audio/libogg USES= autoreconf compiler:c++11-lib desktop-file-utils gl gmake \ - libtool localbase openal pkgconfig sdl shared-mime-info + libtool localbase openal sdl shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes Index: devel/love10/Makefile =================================================================== --- devel/love10/Makefile +++ devel/love10/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limit:^0\.10\. USES= autoreconf compiler:c++11-lib desktop-file-utils gl gmake \ - libtool localbase openal pkgconfig sdl shared-mime-info + libtool localbase openal sdl shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes Index: devel/lua-lgi/Makefile =================================================================== --- devel/lua-lgi/Makefile +++ devel/lua-lgi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS+= libffi.so:devel/libffi -USES= gmake gnome lua:-53,module pkgconfig +USES= gmake gnome lua:-53,module USE_GITHUB= yes GH_ACCOUNT= pavouk Index: devel/lua-libevent/Makefile =================================================================== --- devel/lua-libevent/Makefile +++ devel/lua-libevent/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libevent.so:devel/libevent RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} -USES= gmake pkgconfig lua:module +USES= gmake lua:module USE_GITHUB= yes GH_ACCOUNT= harningt Index: devel/lua-sysctl/Makefile =================================================================== --- devel/lua-sysctl/Makefile +++ devel/lua-sysctl/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= lua:52+,module pkgconfig +USES= lua:52+,module USE_GITHUB= yes GH_ACCOUNT= kAworu Index: devel/lutok/Makefile =================================================================== --- devel/lutok/Makefile +++ devel/lutok/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes -USES= libtool lua pkgconfig +USES= libtool lua OPTIONS_DEFINE= DOCS EXAMPLES TEST OPTIONS_DEFAULT=TEST @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --without-doxygen # Force the use of the lua version we have chosen via USE_LUA. If we allow -# lutok's configure script search for one using pkgconfig files, it might pick +# lutok's configure script search for one using files, it might pick # a different version. CONFIGURE_ARGS+= LUA_CFLAGS="-I${LUA_INCDIR}" CONFIGURE_ARGS+= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER} -lm" Index: devel/lxqt-build-tools/Makefile =================================================================== --- devel/lxqt-build-tools/Makefile +++ devel/lxqt-build-tools/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-3-Clause -USES= cmake lxqt pkgconfig qt:5 tar:xz gnome +USES= cmake lxqt qt:5 tar:xz gnome USE_QT= qmake_build buildtools_build core USE_GNOME= glib20 Index: devel/m17n-db/Makefile =================================================================== --- devel/m17n-db/Makefile +++ devel/m17n-db/Makefile @@ -15,7 +15,7 @@ OPTIONS_DEFINE= NLS -USES= gmake pathfix pkgconfig +USES= gmake pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-charmaps=${CHARMAPSDIR} NO_ARCH= yes Index: devel/m17n-lib/Makefile =================================================================== --- devel/m17n-lib/Makefile +++ devel/m17n-lib/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE= yes -USES= autoreconf bison:alias gettext-tools gnome libtool pathfix pkgconfig \ +USES= autoreconf bison:alias gettext-tools gnome libtool pathfix \ xorg USE_XORG= ice sm x11 xaw xft xmu xrender xt USE_GNOME= libxml2 Index: devel/mate-common/Makefile =================================================================== --- devel/mate-common/Makefile +++ devel/mate-common/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= limitw:1,even -USES= gmake pkgconfig:both tar:xz +USES= gmake tar:xz GNU_CONFIGURE= yes .include Index: devel/mercator/Makefile =================================================================== --- devel/mercator/Makefile +++ devel/mercator/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libwfmath-1.0.so:math/wfmath -USES= libtool pathfix pkgconfig compiler:c++11-lib +USES= libtool pathfix compiler:c++11-lib GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/mongo-c-driver/Makefile =================================================================== --- devel/mongo-c-driver/Makefile +++ devel/mongo-c-driver/Makefile @@ -14,8 +14,8 @@ USE_GITHUB= yes GH_ACCOUNT= mongodb -USES= cmake pkgconfig -#USES= cmake:noninja pkgconfig +USES= cmake +#USES= cmake:noninja USE_LDCONFIG= yes LDFLAGS+= -pthread Index: devel/mono-addins/Makefile =================================================================== --- devel/mono-addins/Makefile +++ devel/mono-addins/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs -USES= autoreconf gmake gnome mono pkgconfig +USES= autoreconf gmake gnome mono OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 Index: devel/msitools/Makefile =================================================================== --- devel/msitools/Makefile +++ devel/msitools/Makefile @@ -19,7 +19,7 @@ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash -USES= bison gnome libtool meson perl5 pkgconfig shebangfix tar:xz vala:build +USES= bison gnome libtool meson perl5 shebangfix tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= glib20 introspection libxml2 SHEBANG_FILES= tools/msidiff.in \ Index: devel/mspdebug/Makefile =================================================================== --- devel/mspdebug/Makefile +++ devel/mspdebug/Makefile @@ -16,7 +16,7 @@ OPTIONS_DEFAULT= READLINE LIBMSP430 LIBMSP430_DESC= Use TI libmsp430 USB driver -READLINE_USES= readline ncurses pkgconfig +READLINE_USES= readline ncurses READLINE_MAKE_ARGS_OFF= WITHOUT_READLINE=1 LIBMSP430_LIB_DEPENDS= libmsp430.so:devel/msp430-debug-stack Index: devel/mtbl/Makefile =================================================================== --- devel/mtbl/Makefile +++ devel/mtbl/Makefile @@ -13,7 +13,7 @@ libsnappy.so:archivers/snappy \ libzstd.so:archivers/zstd -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/muon/Makefile =================================================================== --- devel/muon/Makefile +++ devel/muon/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= scdoc:textproc/scdoc -USES= ninja pkgconfig:both +USES= ninja WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} BUILD_WRKSRC= ${WRKSRC}/_build Index: devel/nant/Makefile =================================================================== --- devel/nant/Makefile +++ devel/nant/Makefile @@ -17,7 +17,7 @@ MAKE_ARGS= MCS=mcs MONO='mono --runtime=v4.0' TARGET=mono-4.0 MAKE_JOBS_UNSAFE= yes TEST_TARGET= run-test -USES= gmake mono pkgconfig +USES= gmake mono WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} DATADIR= ${PREFIX}/share/NAnt Index: devel/ncurses/Makefile =================================================================== --- devel/ncurses/Makefile +++ devel/ncurses/Makefile @@ -13,7 +13,7 @@ BROKEN_sparc64= cannot build: coredump: illegal instruction -USES= cpe pkgconfig shebangfix +USES= cpe shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share \ @@ -34,7 +34,7 @@ --program-prefix= \ --without-hashed-db \ --with-manpage-format=gzip \ - --with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig \ + --with-pkg-config-libdir=${PREFIX}/libdata/\ --with-pkg-config=yes \ --with-shared \ --with-termlib \ Index: devel/ndesk-dbus-glib/Makefile =================================================================== --- devel/ndesk-dbus-glib/Makefile +++ devel/ndesk-dbus-glib/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus -USES= gmake mono pathfix pkgconfig +USES= gmake mono pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs Index: devel/ndesk-dbus/Makefile =================================================================== --- devel/ndesk-dbus/Makefile +++ devel/ndesk-dbus/Makefile @@ -7,7 +7,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= C\# implementation of D-Bus -USES= gmake mono pathfix pkgconfig +USES= gmake mono pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs Index: devel/ndesk-options/Makefile =================================================================== --- devel/ndesk-options/Makefile +++ devel/ndesk-options/Makefile @@ -9,7 +9,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs -USES= gmake mono pathfix pkgconfig +USES= gmake mono pathfix PATHFIX_MAKEFILEIN= Makefile.in configure post-extract: Index: devel/notcurses/Makefile =================================================================== --- devel/notcurses/Makefile +++ devel/notcurses/Makefile @@ -16,7 +16,7 @@ libqrcodegen.so:graphics/qr-code-generator \ libunistring.so:devel/libunistring -USES= cmake:noninja compiler:c++17-lang localbase pkgconfig +USES= cmake:noninja compiler:c++17-lang localbase USE_GITHUB= yes GH_ACCOUNT= dankamongmen USE_LDCONFIG= yes Index: devel/notify-sharp/Makefile =================================================================== --- devel/notify-sharp/Makefile +++ devel/notify-sharp/Makefile @@ -18,6 +18,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs -USES= gmake gnome mono pathfix pkgconfig +USES= gmake gnome mono pathfix .include Index: devel/obby/Makefile =================================================================== --- devel/obby/Makefile +++ devel/obby/Makefile @@ -15,7 +15,7 @@ BROKEN_armv6= fails to compile: no member named 'name' in 'serialise::type_name' BROKEN_armv7= fails to compile: no member named 'name' in 'serialise::type_name' -USES= pathfix pkgconfig libtool compiler:c++11-lang +USES= pathfix libtool compiler:c++11-lang USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: devel/objecthash/Makefile =================================================================== --- devel/objecthash/Makefile +++ devel/objecthash/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libicudata.so:devel/icu \ libjson-c.so:devel/json-c -USES= pkgconfig ssl +USES= ssl USE_GITHUB= yes GH_ACCOUNT= benlaurie GH_TAGNAME= 770874c Index: devel/ode/Makefile =================================================================== --- devel/ode/Makefile +++ devel/ode/Makefile @@ -30,7 +30,7 @@ DOUBLE_CONFIGURE_ENABLE=double-precision OU_CONFIGURE_ENABLE= ou DEMOS_CONFIGURE_ENABLE= demos -DEMOS_USES= gl localbase pkgconfig +DEMOS_USES= gl localbase DEMOS_USE= GL=gl,glu post-patch: Index: devel/omniORB/Makefile =================================================================== --- devel/omniORB/Makefile +++ devel/omniORB/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= compiler:gcc-c++11-lib gmake pkgconfig python shebangfix ssl \ +USES= compiler:gcc-c++11-lib gmake python shebangfix ssl \ tar:bzip2 BROKEN_SSL= openssl BROKEN_SSL_REASON_openssl= member access into incomplete type 'DH' (aka 'dh_st') Index: devel/opendht/Makefile =================================================================== --- devel/opendht/Makefile +++ devel/opendht/Makefile @@ -15,7 +15,7 @@ libnettle.so:security/nettle \ libgnutls.so:security/gnutls -USES= cmake compiler:c++11-lib pathfix pkgconfig readline +USES= cmake compiler:c++11-lib pathfix readline USE_GITHUB= yes GH_ACCOUNT= savoirfairelinux USE_LDCONFIG= yes Index: devel/openocd/Makefile =================================================================== --- devel/openocd/Makefile +++ devel/openocd/Makefile @@ -51,7 +51,7 @@ TIICDI_DESC= Support for the TI ICDI JTAG Programmer USB_COMMS_DESC= Enable verbose USB communication messages -USES= gmake libtool makeinfo pkgconfig tar:bzip2 +USES= gmake libtool makeinfo tar:bzip2 CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -Wno-error INFO= openocd Index: devel/orc/Makefile =================================================================== --- devel/orc/Makefile +++ devel/orc/Makefile @@ -10,7 +10,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake meson pkgconfig tar:xz +USES= gmake meson tar:xz USE_LDCONFIG= yes Index: devel/p5-Data-Unixish/Makefile =================================================================== --- devel/p5-Data-Unixish/Makefile +++ devel/p5-Data-Unixish/Makefile @@ -27,7 +27,7 @@ p5-Tie-Simple>0:devel/p5-Tie-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure .include Index: devel/p5-Devel-LeakTrace/Makefile =================================================================== --- devel/p5-Devel-LeakTrace/Makefile +++ devel/p5-Devel-LeakTrace/Makefile @@ -10,7 +10,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USES= gnome perl5 pkgconfig +USES= gnome perl5 USE_GNOME= glib20 USE_PERL5= modbuild Index: devel/p5-ExtUtils-PkgConfig/Makefile =================================================================== --- devel/p5-ExtUtils-PkgConfig/Makefile +++ devel/p5-ExtUtils-PkgConfig/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3 NO_ARCH= yes -USES= pkgconfig:both perl5 +USES= perl5 USE_PERL5= configure .include Index: devel/p5-FFI-Platypus/Makefile =================================================================== --- devel/p5-FFI-Platypus/Makefile +++ devel/p5-FFI-Platypus/Makefile @@ -17,7 +17,7 @@ p5-FFI-CheckLib>=0.05:devel/p5-FFI-CheckLib TEST_DEPENDS= p5-Test2-Suite>=0.000121:devel/p5-Test2-Suite -USES= gmake perl5 pkgconfig +USES= gmake perl5 USE_PERL5= configure post-install: Index: devel/p5-Module-Build-Using-PkgConfig/Makefile =================================================================== --- devel/p5-Module-Build-Using-PkgConfig/Makefile +++ devel/p5-Module-Build-Using-PkgConfig/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= modbuild NO_ARCH= yes Index: devel/p5-Net-DBus/Makefile =================================================================== --- devel/p5-Net-DBus/Makefile +++ devel/p5-Net-DBus/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus RUN_DEPENDS= p5-XML-Twig>=0:textproc/p5-XML-Twig -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure .include Index: devel/p5-PCSC-Card/Makefile =================================================================== --- devel/p5-PCSC-Card/Makefile +++ devel/p5-PCSC-Card/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -USES= perl5 pkgconfig tar:bzip2 +USES= perl5 tar:bzip2 USE_PERL5= configure MAKE_ENV= LOCALBASE="${LOCALBASE}" Index: devel/p5-PkgConfig/Makefile =================================================================== --- devel/p5-PkgConfig/Makefile +++ devel/p5-PkgConfig/Makefile @@ -12,7 +12,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure NO_ARCH= yes Index: devel/p5-Sys-Virt/Makefile =================================================================== --- devel/p5-Sys-Virt/Makefile +++ devel/p5-Sys-Virt/Makefile @@ -18,7 +18,7 @@ p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -USES= perl5 pkgconfig shebangfix +USES= perl5 shebangfix SHEBANG_FILES= examples/*.pl USE_PERL5= configure MAKE_JOBS_UNSAFE= yes Index: devel/p5-Term-EditLine/Makefile =================================================================== --- devel/p5-Term-EditLine/Makefile +++ devel/p5-Term-EditLine/Makefile @@ -11,7 +11,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USES= libedit perl5 pkgconfig +USES= libedit perl5 USE_PERL5= configure post-install: Index: devel/p5-Unix-Statgrab/Makefile =================================================================== --- devel/p5-Unix-Statgrab/Makefile +++ devel/p5-Unix-Statgrab/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= p5-Config-AutoConf>=0.317:devel/p5-Config-AutoConf LIB_DEPENDS= libstatgrab.so:devel/libstatgrab -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure .include Index: devel/papi/Makefile =================================================================== --- devel/papi/Makefile +++ devel/papi/Makefile @@ -20,7 +20,7 @@ STRIP= # empty USE_LDCONFIG= yes LIB_DEPENDS+= libopa.so:net/mpich -USES= fortran gmake pathfix pkgconfig +USES= fortran gmake pathfix PATHFIX_MAKEFILEIN= Makefile.inc GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src Index: devel/papilio-loader/Makefile =================================================================== --- devel/papilio-loader/Makefile +++ devel/papilio-loader/Makefile @@ -16,7 +16,7 @@ GH_TAGNAME= dd111c4 WRKSRC_SUBDIR= papilio-prog -USES= autoreconf pkgconfig gmake +USES= autoreconf gmake CXXFLAGS+= -std=c++98 GNU_CONFIGURE= yes CONFIGURE_ENV+= libftdi1_CFLAGS="-I ${LOCALBASE}/include/libftdi1" Index: devel/pcre2/Makefile =================================================================== --- devel/pcre2/Makefile +++ devel/pcre2/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE -USES= autoreconf cpe libtool pkgconfig tar:bz2 +USES= autoreconf cpe libtool tar:bz2 CPE_VENDOR= pcre USE_LDCONFIG= yes Index: devel/pcsc-lite/Makefile =================================================================== --- devel/pcsc-lite/Makefile +++ devel/pcsc-lite/Makefile @@ -11,7 +11,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix perl5 pkgconfig python shebangfix tar:bzip2 +USES= libtool pathfix perl5 python shebangfix tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build USE_RC_SUBR= pcscd Index: devel/pkgconf/Makefile =================================================================== --- devel/pkgconf/Makefile +++ devel/pkgconf/Makefile @@ -28,6 +28,8 @@ OPTIONS_DEFINE= DOCS +WITHOUT_PKGCONFIG= yes + post-install: ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config Index: devel/pmdk/Makefile =================================================================== --- devel/pmdk/Makefile +++ devel/pmdk/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf:build gmake pkgconfig +USES= autoreconf:build gmake USE_GITHUB= yes GH_ACCOUNT= pmem USE_LDCONFIG= yes Index: devel/poco/Makefile =================================================================== --- devel/poco/Makefile +++ devel/poco/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libexpat.so:textproc/expat2 -USES= cmake compiler:c++14-lang cpe localbase pkgconfig tar:bz2 +USES= cmake compiler:c++14-lang cpe localbase tar:bz2 USE_LDCONFIG= yes CONFLICTS= poco-ssl Index: devel/protobuf-c/Makefile =================================================================== --- devel/protobuf-c/Makefile +++ devel/protobuf-c/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool USE_GITHUB= yes USE_LDCONFIG= yes Index: devel/protobuf/Makefile =================================================================== --- devel/protobuf/Makefile +++ devel/protobuf/Makefile @@ -15,7 +15,7 @@ TEST_DEPENDS= googletest>=0:devel/googletest -USES= compiler:c++11-lang cpe libtool localbase pathfix pkgconfig +USES= compiler:c++11-lang cpe libtool localbase pathfix CFLAGS+= -D_THREAD_SAFE -DGOOGLE_PROTOBUF_NO_RTTI -I${WRKSRC}/src CONFIGURE_ENV= CC_FOR_BUILD="${CC}" \ Index: devel/protobuf25/Makefile =================================================================== --- devel/protobuf25/Makefile +++ devel/protobuf25/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/protobuf25 USE_LDCONFIG= ${PREFIX}/protobuf25/lib -USES= cpe gmake pathfix pkgconfig tar:bzip2 libtool +USES= cpe gmake pathfix tar:bzip2 libtool ONLY_FOR_ARCHS= i386 amd64 INSTALL_TARGET= install-strip Index: devel/ptlib/Makefile =================================================================== --- devel/ptlib/Makefile +++ devel/ptlib/Makefile @@ -14,7 +14,7 @@ CONFLICTS= pwlib-1.* USES= autoreconf:build bison:wrapper compiler:c11 gmake localbase:ldflags \ - pathfix pkgconfig ssl tar:xz + pathfix ssl tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${OPENSSLINC} Index: devel/py-game/Makefile =================================================================== --- devel/py-game/Makefile +++ devel/py-game/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \ v4l_compat>0:multimedia/v4l_compat -USES= compiler:c11 jpeg pkgconfig python:3.6+ sdl xorg +USES= compiler:c11 jpeg python:3.6+ sdl xorg USE_SDL= sdl2 ttf2 image2 mixer2 USE_PYTHON= autoplist distutils USE_XORG= x11 Index: devel/py-keystone-engine/Makefile =================================================================== --- devel/py-keystone-engine/Makefile +++ devel/py-keystone-engine/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= cmake:devel/cmake -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= distutils autoplist # setup.py loses track of its cwd when it switches over to the CMake build Index: devel/py-libversion/Makefile =================================================================== --- devel/py-libversion/Makefile +++ devel/py-libversion/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libversion.so:devel/libversion -USES= python:3.6+ pkgconfig +USES= python:3.6+ USE_PYTHON= autoplist distutils do-test: Index: devel/py-libvirt/Makefile =================================================================== --- devel/py-libvirt/Makefile +++ devel/py-libvirt/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libvirt.so:devel/libvirt -USES= cpe pkgconfig python:3.6+ shebangfix +USES= cpe python:3.6+ shebangfix CPE_VENDOR= redhat SHEBANG_FILES= generator.py setup.py USE_PYTHON= distutils autoplist Index: devel/py-llfuse/Makefile =================================================================== --- devel/py-llfuse/Makefile +++ devel/py-llfuse/Makefile @@ -11,7 +11,7 @@ py27_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}contextlib2>0:devel/py-contextlib2@${PY_FLAVOR} -USES= compiler:c++11-lang fuse pkgconfig python:3.7-3.10 # 3.11 fails because llfuse.c includes longintrepr.h directly, see https://docs.python.org/3.11/whatsnew/3.11.html +USES= compiler:c++11-lang fuse python:3.7-3.10 # 3.11 fails because llfuse.c includes longintrepr.h directly, see https://docs.python.org/3.11/whatsnew/3.11.html USE_PYTHON= distutils autoplist post-install: Index: devel/py-pymtbl/Makefile =================================================================== --- devel/py-pymtbl/Makefile +++ devel/py-pymtbl/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libmtbl.so:devel/mtbl -USES= pkgconfig python:3.6+ shebangfix uniquefiles:dirs +USES= python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= autoplist cython distutils SHEBANG_FILES= examples/*.py examples/*/*.py Index: devel/py-pynest2d/Makefile =================================================================== --- devel/py-pynest2d/Makefile +++ devel/py-pynest2d/Makefile @@ -18,7 +18,7 @@ libboost_system.so:devel/boost-libs \ libnlopt.so:math/nlopt -USES= python:3.6+ cmake compiler:c++11-lang pyqt:5 pkgconfig +USES= python:3.6+ cmake compiler:c++11-lang pyqt:5 USE_PYTHON= flavors USE_GITHUB= yes Index: devel/py-qt5-pyqt/Makefile =================================================================== --- devel/py-qt5-pyqt/Makefile +++ devel/py-qt5-pyqt/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus@${PY_FLAVOR} -USES= pkgconfig python:3.8+ pyqt:5 qt:5 +USES= python:3.8+ pyqt:5 qt:5 USE_PYTHON= concurrent flavors py3kplist USE_PYQT= qtbuilder sip pysip USE_QT= connectivity core dbus declarative designer gui help imageformats location \ Index: devel/py-statgrab/Makefile =================================================================== --- devel/py-statgrab/Makefile +++ devel/py-statgrab/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libstatgrab.so:devel/libstatgrab -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= distutils autoplist .include Index: devel/pydbus-common/Makefile =================================================================== --- devel/pydbus-common/Makefile +++ devel/pydbus-common/Makefile @@ -14,7 +14,7 @@ SLAVE_PORT?= no -USES= gettext gmake libtool pathfix pkgconfig +USES= gettext gmake libtool pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${PYTHON_INCLUDEDIR} CONFIGURE_ARGS= --docdir=${DOCSDIR} \ Index: devel/pygobject3-common/Makefile =================================================================== --- devel/pygobject3-common/Makefile +++ devel/pygobject3-common/Makefile @@ -15,7 +15,7 @@ SLAVE_PORT?= no -USES= meson pkgconfig tar:xz +USES= meson tar:xz # this port doesn't work with py-gobject < 2.28.6_2, clungle below CONFLICTS= py*-gtk-0* py*-gobject-2.*.[0-6] py*-gobject-2.*.[7-9] \ Index: devel/qca/Makefile =================================================================== --- devel/qca/Makefile +++ devel/qca/Makefile @@ -19,7 +19,7 @@ USES= cmake compiler:c++11-lang qt:${FLAVOR:S/qt//} tar:xz CMAKE_ARGS= -DBUILD_PLUGINS=none -DBUILD_TESTS=no \ - -DPKGCONFIG_INSTALL_PREFIX=${PREFIX}/libdata/pkgconfig \ + -DPKGCONFIG_INSTALL_PREFIX=${PREFIX}/libdata/\ -DQCA_FEATURE_INSTALL_DIR=${QT_MKSPECDIR}/features \ -DQCA_MAN_INSTALL_DIR=${PREFIX}/man CONFIGURE_ENV= QC_CERTSTORE_PATH=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -44,7 +44,6 @@ BOTAN_CMAKE_ON= -DWITH_botan_PLUGIN=yes BOTAN_DESC= Build with Botan crypto library BOTAN_LIB_DEPENDS= libbotan-2.so:security/botan2 -BOTAN_USES= pkgconfig GNUPG_CMAKE_ON= -DWITH_gnupg_PLUGIN=yes GNUPG_RUN_DEPENDS= gpg2:security/gnupg Index: devel/qcoro/Makefile =================================================================== --- devel/qcoro/Makefile +++ devel/qcoro/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt -USES= cmake compiler:c++17-lang pkgconfig qt:5 +USES= cmake compiler:c++17-lang qt:5 USE_QT= concurrent core dbus network testlib websockets \ buildtools_build qmake_build Index: devel/qt5-qmake/Makefile =================================================================== --- devel/qt5-qmake/Makefile +++ devel/qt5-qmake/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt Makefile generator -USES= compiler:c++11-lib gmake perl5 pkgconfig \ +USES= compiler:c++11-lib gmake perl5 \ python:build qmake:no_env qt-dist:5,base shebangfix SHEBANG_FILES= util/harfbuzz/update-harfbuzz \ util/unicode/x11/makeencodings \ Index: devel/qt6-base/Makefile =================================================================== --- devel/qt6-base/Makefile +++ devel/qt6-base/Makefile @@ -58,7 +58,7 @@ libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd -USES= cmake compiler:c++17-lang gl gnome jpeg perl5 pkgconfig python \ +USES= cmake compiler:c++17-lang gl gnome jpeg perl5 python \ qt-dist:6 shebangfix xorg USE_GL= egl gl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 pango Index: devel/qt6-languageserver/Makefile =================================================================== --- devel/qt6-languageserver/Makefile +++ devel/qt6-languageserver/Makefile @@ -8,7 +8,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang qt-dist:6 USE_QT= base .include Index: devel/qt6-positioning/Makefile =================================================================== --- devel/qt6-positioning/Makefile +++ devel/qt6-positioning/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative serialbus serialport Index: devel/qt6-remoteobjects/Makefile =================================================================== --- devel/qt6-remoteobjects/Makefile +++ devel/qt6-remoteobjects/Makefile @@ -8,7 +8,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative Index: devel/qt6-scxml/Makefile =================================================================== --- devel/qt6-scxml/Makefile +++ devel/qt6-scxml/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative Index: devel/qtcreator/Makefile =================================================================== --- devel/qtcreator/Makefile +++ devel/qtcreator/Makefile @@ -19,7 +19,7 @@ libzstd.so:archivers/zstd RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} -USES= compiler:c++17-lang pkgconfig cmake gl python qt:5 shebangfix tar:xz \ +USES= compiler:c++17-lang cmake gl python qt:5 shebangfix tar:xz \ desktop-file-utils USE_GL= gl USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} Index: devel/radare2/Makefile =================================================================== --- devel/radare2/Makefile +++ devel/radare2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcapstone.so:devel/capstone4 -USES= cpe gmake localbase pathfix pkgconfig +USES= cpe gmake localbase pathfix USE_GITHUB= yes CPE_VENDOR= radare Index: devel/regexx/Makefile =================================================================== --- devel/regexx/Makefile +++ devel/regexx/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= gmake pkgconfig libtool +USES= gmake libtool GNU_CONFIGURE= yes MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" Index: devel/regexxer/Makefile =================================================================== --- devel/regexxer/Makefile +++ devel/regexxer/Makefile @@ -8,7 +8,7 @@ COMMENT= Interactive tool for performing search and replace operations USES= compiler:c++11-lang gettext gmake gnome localbase pathfix \ - pkgconfig tar:xz + tar:xz USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3 Index: devel/rgbds/Makefile =================================================================== --- devel/rgbds/Makefile +++ devel/rgbds/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= bison compiler:c11 dos2unix pkgconfig +USES= bison compiler:c11 dos2unix MAKE_ARGS= Q= # verbose builds WRKSRC= ${WRKDIR}/rgbds Index: devel/rgxg/Makefile =================================================================== --- devel/rgxg/Makefile +++ devel/rgxg/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= m4:devel/m4 -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static Index: devel/rinutils/Makefile =================================================================== --- devel/rinutils/Makefile +++ devel/rinutils/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake perl5 pkgconfig tar:xz +USES= cmake perl5 tar:xz USE_PERL5= build CMAKE_OFF= WITH_TEST_SUITE Index: devel/rpc2/Makefile =================================================================== --- devel/rpc2/Makefile +++ devel/rpc2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= liblwp.so:devel/lwp -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/rttr/Makefile =================================================================== --- devel/rttr/Makefile +++ devel/rttr/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/rapidjson/rapidjson.h:devel/rapidjson \ ${LOCALBASE}/include/chaiscript/chaiscript.hpp:lang/chaiscript -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= rttrorg Index: devel/rubygem-pkg-config/Makefile =================================================================== --- devel/rubygem-pkg-config/Makefile +++ devel/rubygem-pkg-config/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LGPL-2.1 -USES= gem pkgconfig +USES= gem USE_RUBY= yes NO_ARCH= yes Index: devel/rubygem-ruby-libvirt/Makefile =================================================================== --- devel/rubygem-ruby-libvirt/Makefile +++ devel/rubygem-ruby-libvirt/Makefile @@ -11,6 +11,6 @@ LIB_DEPENDS= libvirt.so:devel/libvirt USE_RUBY= yes -USES= gem pkgconfig +USES= gem .include Index: devel/rubygem-rugged/Makefile =================================================================== --- devel/rubygem-rugged/Makefile +++ devel/rubygem-rugged/Makefile @@ -16,7 +16,7 @@ libgmp.so:math/gmp CONFIGURE_ARGS= --use-system-libraries -USES= gem pkgconfig +USES= gem USE_RUBY= yes .include Index: devel/rudiments/Makefile =================================================================== --- devel/rudiments/Makefile +++ devel/rudiments/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgssapi_krb5.so:security/krb5 \ libcurl.so:ftp/curl -USES= libtool libedit pathfix pkgconfig readline shebangfix +USES= libtool libedit pathfix readline shebangfix GNU_CONFIGURE= yes PATHFIX_MAKEFILEIN= Makefile SHEBANG_FILES= doc/programming/insert.pl Index: devel/rvm/Makefile =================================================================== --- devel/rvm/Makefile +++ devel/rvm/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= liblwp.so:devel/lwp -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/sd-mux-ctrl/Makefile =================================================================== --- devel/sd-mux-ctrl/Makefile +++ devel/sd-mux-ctrl/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libftdi1.so:devel/libftdi1 \ libpopt.so:devel/popt -USES= cmake pkgconfig tar:bz2 +USES= cmake tar:bz2 WRKSRC= ${WRKDIR}/sd-mux-9dd189d973da64e033a0c5c2adb3d94b23153d94 Index: devel/sdbus-cpp/Makefile =================================================================== --- devel/sdbus-cpp/Makefile +++ devel/sdbus-cpp/Makefile @@ -13,7 +13,7 @@ libexpat.so:textproc/expat2 TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing compiler:c++17-lang pkgconfig +USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= Kistler-Group Index: devel/sdl12/Makefile =================================================================== --- devel/sdl12/Makefile +++ devel/sdl12/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= nasm:devel/nasm -USES= cpe gmake iconv libtool localbase:ldflags pathfix pkgconfig +USES= cpe gmake iconv libtool localbase:ldflags pathfix CPE_VENDOR= libsdl CPE_PRODUCT= simple_directmedia_layer Index: devel/sdl20/Makefile =================================================================== --- devel/sdl20/Makefile +++ devel/sdl20/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt GNU_CONFIGURE= yes -USES= gmake iconv libtool localbase:ldflags pathfix pkgconfig +USES= gmake iconv libtool localbase:ldflags pathfix USE_CSTD= c99 USE_LDCONFIG= yes Index: devel/serd/Makefile =================================================================== --- devel/serd/Makefile +++ devel/serd/Makefile @@ -9,7 +9,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson pkgconfig python:test tar:xz +USES= meson python:test tar:xz USE_CSTD= c99 USE_LDCONFIG= yes Index: devel/sfml1/Makefile =================================================================== --- devel/sfml1/Makefile +++ devel/sfml1/Makefile @@ -16,7 +16,7 @@ libpng.so:graphics/png \ libfreetype.so:print/freetype2 -USES= gmake jpeg gl openal:al pkgconfig dos2unix xorg +USES= gmake jpeg gl openal:al dos2unix xorg DOS2UNIX_GLOB= Makefile ResourcePtr.inl USE_XORG= x11 xrandr USE_GL= gl glu Index: devel/sfsexp/Makefile =================================================================== --- devel/sfsexp/Makefile +++ devel/sfsexp/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/sigar/Makefile =================================================================== --- devel/sigar/Makefile +++ devel/sigar/Makefile @@ -14,7 +14,7 @@ GH_TAGNAME= b5af695 GNU_CONFIGURE= yes -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool INSTALL_TARGET= install-strip .include Index: devel/simavr/Makefile =================================================================== --- devel/simavr/Makefile +++ devel/simavr/Makefile @@ -13,7 +13,7 @@ bash:shells/bash \ ${LOCALBASE}/avr/lib/libc.a:devel/avr-libc -USES= compiler:c11 gl gmake pathfix pkgconfig xorg +USES= compiler:c11 gl gmake pathfix xorg USE_GL= gl glu glut PATHFIX_MAKEFILEIN= Makefile USE_XORG= xdamage xcb xext xfixes xrandr Index: devel/simpleini/Makefile =================================================================== --- devel/simpleini/Makefile +++ devel/simpleini/Makefile @@ -19,7 +19,6 @@ OPTIONS_DEFINE= TEST DOCS -TEST_USES= pkgconfig TEST_BUILD_DEPENDS= googletest>=0:devel/googletest do-install: Index: devel/smooth/Makefile =================================================================== --- devel/smooth/Makefile +++ devel/smooth/Makefile @@ -16,7 +16,7 @@ libpng.so:graphics/png \ libwebp.so:graphics/webp -USES= gmake gnome iconv jpeg localbase pkgconfig xorg +USES= gmake gnome iconv jpeg localbase xorg USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 USE_XORG= x11 Index: devel/sord/Makefile =================================================================== --- devel/sord/Makefile +++ devel/sord/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libserd-0.so:devel/serd \ libpcre.so:devel/pcre -USES= meson pkgconfig python:build tar:xz +USES= meson python:build tar:xz USE_LDCONFIG= yes PLIST_SUB= VERSION=${PORTVERSION} Index: devel/spice-protocol/Makefile =================================================================== --- devel/spice-protocol/Makefile +++ devel/spice-protocol/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= meson ninja pathfix pkgconfig python tar:xz +USES= meson ninja pathfix python tar:xz MESON_ARGS= -Ddatadir=libdata NO_ARCH= yes Index: devel/spread-sheet-widget/Makefile =================================================================== --- devel/spread-sheet-widget/Makefile +++ devel/spread-sheet-widget/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool makeinfo pkgconfig +USES= gmake gnome libtool makeinfo USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: devel/stlink/Makefile =================================================================== --- devel/stlink/Makefile +++ devel/stlink/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD3CLAUSE -USES= cmake pkgconfig +USES= cmake USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= stlink-org Index: devel/talloc/Makefile =================================================================== --- devel/talloc/Makefile +++ devel/talloc/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL3 -USES= compiler pkgconfig shebangfix waf +USES= compiler shebangfix waf USE_LDCONFIG= yes SHEBANG_GLOB= *.py WAF_CMD= buildtools/bin/waf Index: devel/template-glib/Makefile =================================================================== --- devel/template-glib/Makefile +++ devel/template-glib/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build +USES= bison compiler:c11 gettext gnome meson tar:xz vala:build USE_GNOME= glib20 introspection .include Index: devel/tevent/Makefile =================================================================== --- devel/tevent/Makefile +++ devel/tevent/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= talloc>=2.3.4:devel/talloc RUN_DEPENDS= talloc>=2.3.4:devel/talloc -USES= compiler pkgconfig shebangfix waf +USES= compiler shebangfix waf USE_LDCONFIG= yes SHEBANG_GLOB= *.py WAF_CMD= buildtools/bin/waf Index: devel/tex-libtexlua/Makefile =================================================================== --- devel/tex-libtexlua/Makefile +++ devel/tex-libtexlua/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKDIR}/LICENSE.MIT -USES= libtool pathfix pkgconfig tar:xz +USES= libtool pathfix tar:xz USE_LDCONFIG= yes USE_TEX= yes Index: devel/tex-libtexluajit/Makefile =================================================================== --- devel/tex-libtexluajit/Makefile +++ devel/tex-libtexluajit/Makefile @@ -18,7 +18,7 @@ BROKEN_riscv64= Does not configure: error: Sorry, cannot preprocess lj_arch.h BROKEN_sparc64= Does not configure: error: Sorry, cannot preprocess lj_arch.h -USES= libtool pathfix pkgconfig tar:xz +USES= libtool pathfix tar:xz USE_LDCONFIG= yes USE_TEX= yes Index: devel/tex-synctex/Makefile =================================================================== --- devel/tex-synctex/Makefile +++ devel/tex-synctex/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/synctexdir/README.txt -USES= libtool localbase pathfix pkgconfig tar:xz +USES= libtool localbase pathfix tar:xz USE_LDCONFIG= yes USE_TEX= kpathsea Index: devel/tex-web2c/Makefile =================================================================== --- devel/tex-web2c/Makefile +++ devel/tex-web2c/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png \ libzzip.so:devel/zziplib -USES= gnome libtool localbase pathfix pkgconfig tar:xz xorg +USES= gnome libtool localbase pathfix tar:xz xorg USE_GNOME= cairo USE_LDCONFIG= yes USE_TEX= kpathsea ptexenc Index: devel/thrift-c_glib/Makefile =================================================================== --- devel/thrift-c_glib/Makefile +++ devel/thrift-c_glib/Makefile @@ -15,7 +15,7 @@ DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo USES= bison cmake compiler:c++11-lang cpe gnome libtool pathfix \ - pkgconfig ssl + ssl CPE_VENDOR= apache CMAKE_ON= BUILD_C_GLIB BUILD_SHARED_LIBS CMAKE_OFF= BUILD_CPP BUILD_HASKELL BUILD_JAVA BUILD_JAVASCRIPT \ Index: devel/thrift-cpp/Makefile =================================================================== --- devel/thrift-cpp/Makefile +++ devel/thrift-cpp/Makefile @@ -17,7 +17,7 @@ DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -USES= bison cmake pkgconfig compiler:c++11-lang cpe \ +USES= bison cmake compiler:c++11-lang cpe \ libtool pathfix ssl CPE_VENDOR= apache USE_LDCONFIG= yes Index: devel/thrift/Makefile =================================================================== --- devel/thrift/Makefile +++ devel/thrift/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= bison cmake compiler:c++11-lang cpe libtool pkgconfig +USES= bison cmake compiler:c++11-lang cpe libtool CPE_VENDOR= apache USE_LDCONFIG= yes Index: devel/thunar-vcs-plugin/Makefile =================================================================== --- devel/thunar-vcs-plugin/Makefile +++ devel/thunar-vcs-plugin/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 gettext-tools gmake gnome libtool localbase \ - pkgconfig tar:bzip2 xfce + tar:bzip2 xfce USE_GNOME= cairo gtk30 glib20 intltool USE_XFCE= libexo thunar Index: devel/ticcutils/Makefile =================================================================== --- devel/ticcutils/Makefile +++ devel/ticcutils/Makefile @@ -15,7 +15,7 @@ libicui18n.so:devel/icu \ libtar.so:devel/libtar -USES= autoreconf compiler:c++11-lib gmake gnome libtool localbase:ldflags pkgconfig +USES= autoreconf compiler:c++11-lib gmake gnome libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GNOME= libxml2 Index: devel/tla/Makefile =================================================================== --- devel/tla/Makefile +++ devel/tla/Makefile @@ -15,7 +15,7 @@ gtar:archivers/gtar RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake pkgconfig ssl +USES= gmake ssl HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes TEST_TARGET= test Index: devel/tup/Makefile =================================================================== --- devel/tup/Makefile +++ devel/tup/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= fuse pkgconfig +USES= fuse DO_MAKE_BUILD= ${SETENV} ${MAKE_ENV} ${SH} bootstrap-nofuse.sh Index: devel/uclcmd/Makefile =================================================================== --- devel/uclcmd/Makefile +++ devel/uclcmd/Makefile @@ -15,7 +15,6 @@ GH_ACCOUNT= allanjude GH_TAGNAME= da1ac0f -USES= pkgconfig PLIST_FILES= bin/uclcmd post-install: Index: devel/ucommon/Makefile =================================================================== --- devel/ucommon/Makefile +++ devel/ucommon/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= compiler:c++11-lib cmake pathfix pkgconfig ssl +USES= compiler:c++11-lib cmake pathfix ssl CMAKE_ARGS= -DBUILD_TESTING:BOOL=ON \ -DCMAKE_INSTALL_BINDIR:STRING=bin/${PORTNAME} USE_LDCONFIG= yes Index: devel/unibilium/Makefile =================================================================== --- devel/unibilium/Makefile +++ devel/unibilium/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPLv3 -USES= gmake libtool:build pathfix perl5 pkgconfig +USES= gmake libtool:build pathfix perl5 PATHFIX_MAKEFILEIN= Makefile USE_PERL5= build USE_LDCONFIG= yes Index: devel/universal-ctags/Makefile =================================================================== --- devel/universal-ctags/Makefile +++ devel/universal-ctags/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake pkgconfig python:3.5+,test +USES= autoreconf gmake python:3.5+,test USE_GITHUB= yes GH_PROJECT= ctags Index: devel/upnp/Makefile =================================================================== --- devel/upnp/Makefile +++ devel/upnp/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cpe libtool pathfix pkgconfig +USES= autoreconf cpe libtool pathfix CPE_VENDOR= libupnp_project CPE_PRODUCT= libupnp USE_GITHUB= yes Index: devel/upp/Makefile =================================================================== --- devel/upp/Makefile +++ devel/upp/Makefile @@ -14,7 +14,7 @@ BROKEN_powerpc64= Does not compile on ${ARCH}: error Unknown CPU architecture BROKEN_sparc64= Does not compile on ${ARCH} -USES= compiler:c++14-lang pkgconfig:both tar:xz +USES= compiler:c++14-lang tar:xz WRKSRC= ${WRKDIR}/${PORTNAME} Index: devel/util-linux/Makefile =================================================================== --- devel/util-linux/Makefile +++ devel/util-linux/Makefile @@ -14,7 +14,7 @@ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= bash:shells/bash -USES= autoreconf gettext-tools gmake libtool ncurses pkgconfig \ +USES= autoreconf gettext-tools gmake libtool ncurses \ shebangfix tar:xz USE_LDCONFIG= yes Index: devel/valgrind-devel/Makefile =================================================================== --- devel/valgrind-devel/Makefile +++ devel/valgrind-devel/Makefile @@ -13,7 +13,7 @@ ONLY_FOR_ARCHS= amd64 i386 -USES= cpe pathfix pkgconfig gmake perl5 shebangfix autoreconf +USES= cpe pathfix gmake perl5 shebangfix autoreconf USE_PERL5= build GNU_CONFIGURE= yes Index: devel/valgrind/Makefile =================================================================== --- devel/valgrind/Makefile +++ devel/valgrind/Makefile @@ -12,7 +12,7 @@ ONLY_FOR_ARCHS= amd64 i386 -USES= cpe pathfix pkgconfig gmake perl5 shebangfix autoreconf tar:bz2 +USES= cpe pathfix gmake perl5 shebangfix autoreconf tar:bz2 USE_PERL5= build GNU_CONFIGURE= yes Index: devel/varconf/Makefile =================================================================== --- devel/varconf/Makefile +++ devel/varconf/Makefile @@ -12,7 +12,7 @@ OPTIONS_DEFINE= DOCS GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib libtool pathfix tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: devel/vstr/Makefile =================================================================== --- devel/vstr/Makefile +++ devel/vstr/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix tar:bzip2 GNU_CONFIGURE= yes USE_CSTD= gnu89 USE_LDCONFIG= yes Index: devel/wf-config/Makefile =================================================================== --- devel/wf-config/Makefile +++ devel/wf-config/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev RUN_DEPENDS= glm>0:math/glm -USES= compiler:c++17-lang gnome meson pkgconfig +USES= compiler:c++17-lang gnome meson USE_GITHUB= yes USE_GNOME= libxml2 USE_LDCONFIG= yes Index: devel/wininfo/Makefile =================================================================== --- devel/wininfo/Makefile +++ devel/wininfo/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Window information utility -USES= gnome pkgconfig xorg +USES= gnome xorg USE_XORG= xext xrender xinerama xrandr xi xfixes xcursor \ xcomposite x11 xres USE_GNOME= gtk20 gnomeprefix Index: devel/xelfviewer/Makefile =================================================================== --- devel/xelfviewer/Makefile +++ devel/xelfviewer/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pkgconfig qt:5 +USES= qt:5 GNU_CONFIGURE= yes USE_QT= buildtools_build linguisttools_build qmake_build \ concurrent core gui opengl printsupport sql widgets Index: devel/xeus-cling/Makefile =================================================================== --- devel/xeus-cling/Makefile +++ devel/xeus-cling/Makefile @@ -20,7 +20,7 @@ libxeus.so:devel/xeus \ libzmq.so:net/libzmq4 -USES= cmake compiler:c++14-lang pkgconfig ssl +USES= cmake compiler:c++14-lang ssl USE_GITHUB= yes GH_ACCOUNT= jupyter-xeus USE_LDCONFIG= yes Index: devel/xeus/Makefile =================================================================== --- devel/xeus/Makefile +++ devel/xeus/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ libzmq.so:net/libzmq4 -USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl +USES= cmake compiler:c++14-lang localbase:ldflags ssl USE_GITHUB= yes GH_ACCOUNT= jupyter-xeus USE_LDCONFIG= yes Index: devel/xfce4-dev-tools/Makefile =================================================================== --- devel/xfce4-dev-tools/Makefile +++ devel/xfce4-dev-tools/Makefile @@ -15,7 +15,7 @@ libtoolize:devel/libtool \ bash:shells/bash -USES= gnome pkgconfig shebangfix tar:bzip2 xfce +USES= gnome shebangfix tar:bzip2 xfce USE_GNOME= glib20 SHEBANG_FILES= helpers/xfce-build helpers/xfce-do-release \ helpers/xfce-get-translations Index: devel/xmltooling/Makefile =================================================================== --- devel/xmltooling/Makefile +++ devel/xmltooling/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-dependency-tracking --disable-doxygen-doc --with-xmlsec -USES= cpe gmake libtool pkgconfig tar:bzip2 ssl autoreconf +USES= cpe gmake libtool tar:bzip2 ssl autoreconf CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} Index: devel/xopcodecalc/Makefile =================================================================== --- devel/xopcodecalc/Makefile +++ devel/xopcodecalc/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pkgconfig qt:5 +USES= qt:5 GNU_CONFIGURE= yes USE_QT= buildtools_build qmake_build core gui widgets Index: devel/xpeviewer/Makefile =================================================================== --- devel/xpeviewer/Makefile +++ devel/xpeviewer/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= desktop-file-utils pkgconfig qt:5 +USES= desktop-file-utils qt:5 GNU_CONFIGURE= yes USE_QT= buildtools_build linguisttools_build qmake_build \ concurrent core gui opengl printsupport widgets Index: devel/yajl-tcl/Makefile =================================================================== --- devel/yajl-tcl/Makefile +++ devel/yajl-tcl/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libyajl.so:devel/yajl TEST_DEPENDS= dtplite:devel/tcllib -USES= autoreconf pkgconfig tcl:tea +USES= autoreconf tcl:tea USE_GITHUB= yes GH_ACCOUNT= flightaware Index: devel/zeal/Makefile =================================================================== --- devel/zeal/Makefile +++ devel/zeal/Makefile @@ -14,7 +14,7 @@ libxcb-keysyms.so:x11/xcb-util-keysyms USES= cmake compiler:c++11-lib desktop-file-utils gl gnome kde:5 \ - libarchive pkgconfig qt:5 sqlite xorg + libarchive qt:5 sqlite xorg USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes USE_KDE= ecm Index: devel/zziplib/Makefile =================================================================== --- devel/zziplib/Makefile +++ devel/zziplib/Makefile @@ -37,7 +37,7 @@ MANPAGES_VARS= SHEBANG_GLOB=*.py SDL_CMAKE_BOOL= ZZIPSDL SDL_USE= SDL=sdl2 -SDL_USES= localbase:ldflags pkgconfig sdl +SDL_USES= localbase:ldflags sdl TEST_BUILD_DEPENDS= zip:archivers/zip TEST_CMAKE_BOOL= BUILD_TESTS ZZIPTEST TEST_CMAKE_BOOL_OFF= ZZIP_TESTCVE Index: dns/bind9-devel/Makefile =================================================================== --- dns/bind9-devel/Makefile +++ dns/bind9-devel/Makefile @@ -47,7 +47,7 @@ .endif # XXX: remove tar:bz2 -USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2 +USES= autoreconf compiler:c11 cpe libedit libtool ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.19.3.2022.06.16 # XXX: Remove gitlab Index: dns/bind916/Makefile =================================================================== --- dns/bind916/Makefile +++ dns/bind916/Makefile @@ -22,7 +22,7 @@ libxml2.so:textproc/libxml2 RUN_DEPENDS= bind-tools>0:dns/bind-tools -USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz +USES= compiler:c11 cpe libedit ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.16.31 Index: dns/bind918/Makefile =================================================================== --- dns/bind918/Makefile +++ dns/bind918/Makefile @@ -41,7 +41,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools .endif -USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:xz +USES= autoreconf compiler:c11 cpe libedit libtool ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.18.5 Index: dns/dnscap/Makefile =================================================================== --- dns/dnscap/Makefile +++ dns/dnscap/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libldns.so:dns/ldns -USES= autoreconf libtool localbase pkgconfig ssl +USES= autoreconf libtool localbase ssl CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= libcrypto_CFLAGS=-I${OPENSSLINC}/include \ Index: dns/dnsdist/Makefile =================================================================== --- dns/dnsdist/Makefile +++ dns/dnsdist/Makefile @@ -23,7 +23,7 @@ libsodium.so:security/libsodium USES= bison:alias compiler:c++14-lang cpe gmake libedit libtool \ - localbase pkgconfig tar:bz2 + localbase tar:bz2 CPE_VENDOR= powerdns USE_RC_SUBR= dnsdist Index: dns/dnsjit/Makefile =================================================================== --- dns/dnsjit/Makefile +++ dns/dnsjit/Makefile @@ -18,7 +18,7 @@ libzstd.so:archivers/zstd # Mind PR 262976 about libpcap -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= DNS-OARC Index: dns/dnsmasq-devel/Makefile =================================================================== --- dns/dnsmasq-devel/Makefile +++ dns/dnsmasq-devel/Makefile @@ -59,7 +59,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext gmake iconv pkgconfig +USES+= gettext gmake iconv CFLAGS+= -DHAVE_LIBIDN2 LIB_DEPENDS+= libidn2.so:dns/libidn2 PLIST_SUB+= NLS="" @@ -78,7 +78,6 @@ .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= libdbus-1.so:devel/dbus -USES+= pkgconfig CPPFLAGS+= `pkg-config --cflags dbus-1` CFLAGS+= -DHAVE_DBUS LDFLAGS+= `pkg-config --libs dbus-1` @@ -88,12 +87,11 @@ CPPFLAGS+= -I${LUA_INCDIR} CFLAGS+= -DHAVE_LUASCRIPT LDFLAGS+= -L${LUA_LIBDIR} -llua-${LUA_VER} -USES+= lua pkgconfig +USES+= lua .endif .if ${PORT_OPTIONS:MDNSSEC} CFLAGS+= -DHAVE_DNSSEC -I${LOCALBASE}/include -USES+= pkgconfig LIB_DEPENDS+= libgmp.so:math/gmp \ libnettle.so:security/nettle .endif Index: dns/dnsmasq/Makefile =================================================================== --- dns/dnsmasq/Makefile +++ dns/dnsmasq/Makefile @@ -54,7 +54,7 @@ .include .if ${PORT_OPTIONS:MNLS} -USES+= gettext gmake iconv pkgconfig +USES+= gettext gmake iconv CFLAGS+= -DHAVE_LIBIDN2 LIB_DEPENDS+= libidn2.so:dns/libidn2 PLIST_SUB+= NLS="" @@ -73,7 +73,6 @@ .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= libdbus-1.so:devel/dbus -USES+= pkgconfig CPPFLAGS+= `pkg-config --cflags dbus-1` CFLAGS+= -DHAVE_DBUS LDFLAGS+= `pkg-config --libs dbus-1` @@ -83,12 +82,11 @@ CPPFLAGS+= -I${LUA_INCDIR} CFLAGS+= -DHAVE_LUASCRIPT LDFLAGS+= -L${LUA_LIBDIR} -llua-${LUA_VER} -USES+= lua pkgconfig +USES+= lua .endif .if ${PORT_OPTIONS:MDNSSEC} CFLAGS+= -DHAVE_DNSSEC -I${LOCALBASE}/include -USES+= pkgconfig LIB_DEPENDS+= libgmp.so:math/gmp \ libnettle.so:security/nettle .endif Index: dns/dnsperf/Makefile =================================================================== --- dns/dnsperf/Makefile +++ dns/dnsperf/Makefile @@ -12,7 +12,7 @@ libck.so:devel/concurrencykit \ libldns.so:dns/ldns -USES= autoreconf compiler:c11 libtool pkgconfig ssl +USES= autoreconf compiler:c11 libtool ssl USE_GITHUB= yes GH_ACCOUNT= DNS-OARC Index: dns/dnstable-convert/Makefile =================================================================== --- dns/dnstable-convert/Makefile +++ dns/dnstable-convert/Makefile @@ -17,7 +17,7 @@ libwdns.so:dns/wdns RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: dns/dnstable/Makefile =================================================================== --- dns/dnstable/Makefile +++ dns/dnstable/Makefile @@ -14,7 +14,7 @@ libyajl.so:devel/yajl \ libwdns.so:dns/wdns -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: dns/flamethrower/Makefile =================================================================== --- dns/flamethrower/Makefile +++ dns/flamethrower/Makefile @@ -14,7 +14,7 @@ libuv.so:devel/libuv \ libldns.so:dns/ldns -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= DNS-OARC Index: dns/gdnsd2/Makefile =================================================================== --- dns/gdnsd2/Makefile +++ dns/gdnsd2/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var USE_LDCONFIG= yes -USES= cpe pkgconfig libtool tar:xz perl5 gmake +USES= cpe libtool tar:xz perl5 gmake USE_PERL5= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: dns/gdnsd3/Makefile =================================================================== --- dns/gdnsd3/Makefile +++ dns/gdnsd3/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-buildinfo=${PORTVERSION} USE_LDCONFIG= yes -USES= cpe pkgconfig libtool tar:xz perl5 gmake +USES= cpe libtool tar:xz perl5 gmake USE_PERL5= build CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: dns/inadyn/Makefile =================================================================== --- dns/inadyn/Makefile +++ dns/inadyn/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= pkgconfig tar:xz +USES= tar:xz GNU_CONFIGURE= yes Index: dns/kf5-kdnssd/Makefile =================================================================== --- dns/kf5-kdnssd/Makefile +++ dns/kf5-kdnssd/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 abstraction to system DNSSD features -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm_build USE_QT= core linguisttools network \ buildtools_build qmake_build Index: dns/knot-resolver/Makefile =================================================================== --- dns/knot-resolver/Makefile +++ dns/knot-resolver/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= lua51-cqueues>=20200726_1:devel/lua-cqueues@lua51 -USES= compiler:c11 libedit libtool meson ncurses ninja pkgconfig \ +USES= compiler:c11 libedit libtool meson ncurses ninja \ python:3.5+,build shebangfix tar:xz USE_CXXSTD= c++11 @@ -55,7 +55,7 @@ MESON_ARGS= --buildtype=release \ --default-library=static \ --libdir=${PREFIX}/lib \ - --pkg-config-path=${PREFIX}/libdata/pkgconfig \ + --pkg-config-path=${PREFIX}/libdata/\ --prefix=${LOCALBASE} \ -Dclient=enabled \ -Dgroup=${GROUPS} \ Index: dns/knot3/Makefile =================================================================== --- dns/knot3/Makefile +++ dns/knot3/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ liblmdb.so:databases/lmdb -USES= alias libtool localbase pkgconfig tar:xz +USES= alias libtool localbase tar:xz USE_LDCONFIG= yes HAS_CONFIGURE= yes Index: dns/libidn/Makefile =================================================================== --- dns/libidn/Makefile +++ dns/libidn/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYINGv2 LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSERv3 -USES= cpe gmake iconv libtool localbase makeinfo pathfix perl5 pkgconfig +USES= cpe gmake iconv libtool localbase makeinfo pathfix perl5 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: dns/libpsl/Makefile =================================================================== --- dns/libpsl/Makefile +++ dns/libpsl/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= public_suffix_list>=0:dns/public_suffix_list -USES= libtool localbase:ldflags pathfix pkgconfig python:build shebangfix tar:lz +USES= libtool localbase:ldflags pathfix python:build shebangfix tar:lz CONFIGURE_ARGS= --disable-man \ --with-psl-file=${LOCALBASE}/share/public_suffix_list/public_suffix_list.dat \ Index: dns/nss_mdns/Makefile =================================================================== --- dns/nss_mdns/Makefile +++ dns/nss_mdns/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= lathiat GH_PROJECT= nss-mdns Index: dns/powerdns-recursor/Makefile =================================================================== --- dns/powerdns-recursor/Makefile +++ dns/powerdns-recursor/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libboost_context.so:devel/boost-libs USES= autoreconf compiler:c++11-lib cpe gmake libtool \ - localbase:ldflags pkgconfig ssl tar:bzip2 + localbase:ldflags ssl tar:bzip2 CPE_VENDOR= powerdns USE_RC_SUBR= pdns-recursor Index: dns/powerdns/Makefile =================================================================== --- dns/powerdns/Makefile +++ dns/powerdns/Makefile @@ -18,7 +18,7 @@ libcurl.so:ftp/curl USES= autoreconf compiler:c++11-lib cpe gmake libtool \ - localbase:ldflags pathfix pkgconfig ssl tar:bzip2 + localbase:ldflags pathfix ssl tar:bzip2 USE_RC_SUBR= pdns USE_SUBMAKE= YES Index: dns/py-pydnstable/Makefile =================================================================== --- dns/py-pydnstable/Makefile +++ dns/py-pydnstable/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libmtbl.so:devel/mtbl \ libdnstable.so:dns/dnstable -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= autoplist cython distutils post-install: Index: dns/py-pywdns/Makefile =================================================================== --- dns/py-pywdns/Makefile +++ dns/py-pywdns/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libwdns.so:dns/wdns -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= autoplist cython distutils post-patch: Index: dns/samba-nsupdate/Makefile =================================================================== --- dns/samba-nsupdate/Makefile +++ dns/samba-nsupdate/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libuv.so:devel/libuv -USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:xz +USES= autoreconf compiler:c11 cpe libedit libtool ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.16.5 Index: dns/udns/Makefile =================================================================== --- dns/udns/Makefile +++ dns/udns/Makefile @@ -10,8 +10,6 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL -USES= pkgconfig - HAS_CONFIGURE= yes USE_LDCONFIG= yes Index: dns/unbound/Makefile =================================================================== --- dns/unbound/Makefile +++ dns/unbound/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= autoreconf cpe libtool pkgconfig ssl +USES= autoreconf cpe libtool ssl CPE_VENDOR= nlnetlabs USE_LDCONFIG= yes USE_RC_SUBR= unbound Index: dns/wdns/Makefile =================================================================== --- dns/wdns/Makefile +++ dns/wdns/Makefile @@ -9,7 +9,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= gmake libtool pathfix pkgconfig python:build +USES= gmake libtool pathfix python:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: editors/abiword-docs/Makefile =================================================================== --- editors/abiword-docs/Makefile +++ editors/abiword-docs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= abiword:editors/abiword GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake # Don't give X warnings if DISPLAY is set CONFIGURE_ENV= DISPLAY="" MAKE_ENV= DISPLAY="" Index: editors/abiword/Makefile =================================================================== --- editors/abiword/Makefile +++ editors/abiword/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu USES= compiler:c++11-lang cpe desktop-file-utils gmake gnome iconv jpeg \ - libtool pathfix pkgconfig + libtool pathfix USE_GNOME= libxml2 gtk30 librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: editors/calligra/Makefile =================================================================== --- editors/calligra/Makefile +++ editors/calligra/Makefile @@ -42,7 +42,7 @@ USES= cmake cpe compiler:c++17-lang desktop-file-utils eigen:3 \ gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 \ - pkgconfig qca qt:5 shared-mime-info sqlite tar:xz xorg + qca qt:5 shared-mime-info sqlite tar:xz xorg USE_KDE= akonadicontacts activities archive auth bookmarks codecs completion \ config configwidgets contacts coreaddons crash dbusaddons doctools ecm \ emoticons guiaddons holidays i18n iconthemes init itemmodels itemviews \ Index: editors/deforaos-editor/Makefile =================================================================== --- editors/deforaos-editor/Makefile +++ editors/deforaos-editor/Makefile @@ -19,7 +19,7 @@ MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man -USES= desktop-file-utils gnome pkgconfig +USES= desktop-file-utils gnome USE_GNOME= gtk20 cairo gdkpixbuf2 OPTIONS_DEFINE= DOCS NLS Index: editors/diamond/Makefile =================================================================== --- editors/diamond/Makefile +++ editors/diamond/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= copperspice>=1.7:x11-toolkits/copperspice RUN_DEPENDS= copperspice>=1.7:x11-toolkits/copperspice -USES= compiler:c++17-lang cmake dos2unix gl gnome iconv jpeg pkgconfig ssl tar:bz2 xorg +USES= compiler:c++17-lang cmake dos2unix gl gnome iconv jpeg ssl tar:bz2 xorg USE_GL= gl USE_GNOME= cairo glib20 libxml2 USE_XORG= ice sm x11 xau xcb xcursor xext xfixes xi xinerama xrandr xrender Index: editors/ecrire/Makefile =================================================================== --- editors/ecrire/Makefile +++ editors/ecrire/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libefl.so:devel/efl -USES= cmake desktop-file-utils pkgconfig +USES= cmake desktop-file-utils USE_GITHUB= yes GH_ACCOUNT= Obsidian-StudiosInc Index: editors/elementary-code/Makefile =================================================================== --- editors/elementary-code/Makefile +++ editors/elementary-code/Makefile @@ -25,7 +25,7 @@ pkcheck:sysutils/polkit USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ - ninja pkgconfig python:3.6+,build xorg vala:lib + ninja python:3.6+,build xorg vala:lib USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= code Index: editors/emacs-devel/Makefile =================================================================== --- editors/emacs-devel/Makefile +++ editors/emacs-devel/Makefile @@ -19,7 +19,7 @@ nox_PKGNAMESUFFIX= -devel-nox nox_CONFLICTS_INSTALL= emacs-devel -USES= autoreconf:build cpe gmake localbase:ldflags ncurses pkgconfig +USES= autoreconf:build cpe gmake localbase:ldflags ncurses CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror Index: editors/emacs/Makefile =================================================================== --- editors/emacs/Makefile +++ editors/emacs/Makefile @@ -29,7 +29,7 @@ nox_PKGNAMESUFFIX= -nox nox_CONFLICTS_INSTALL= emacs emacs-canna -USES= cpe gmake localbase:ldflags makeinfo ncurses pkgconfig tar:xz +USES= cpe gmake localbase:ldflags makeinfo ncurses tar:xz CPE_VENDOR= gnu .if ${FLAVOR:U} != nox USES+= desktop-file-utils gnome xorg Index: editors/encryptpad/Makefile =================================================================== --- editors/encryptpad/Makefile +++ editors/encryptpad/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libbotan-2.so:security/botan2 -USES= compiler:c++11-lang desktop-file-utils gl gmake pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gl gmake \ python:build qt:5 shared-mime-info shebangfix USE_GITHUB= yes Index: editors/featherpad/Makefile =================================================================== --- editors/featherpad/Makefile +++ editors/featherpad/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= compiler:c++11-lang desktop-file-utils pkgconfig cmake qt:5 gl xorg +USES= compiler:c++11-lang desktop-file-utils cmake qt:5 gl xorg USE_GITHUB= yes GH_ACCOUNT= tsujan Index: editors/focuswriter/Makefile =================================================================== --- editors/focuswriter/Makefile +++ editors/focuswriter/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= cmake compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \ +USES= cmake compiler:c++17-lang desktop-file-utils gl iconv \ qt:6 tar:bz2 USE_GL= gl USE_QT= base multimedia tools_build Index: editors/fxite/Makefile =================================================================== --- editors/fxite/Makefile +++ editors/fxite/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= yetanothergeek -USES= autoreconf desktop-file-utils gettext gmake lua:52 pkgconfig +USES= autoreconf desktop-file-utils gettext gmake lua:52 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-system-lua \ --with-lua-pkg=lua-${LUA_VER} Index: editors/gedit-plugins/Makefile =================================================================== --- editors/gedit-plugins/Makefile +++ editors/gedit-plugins/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext gnome localbase meson \ python:3.4+ shebangfix tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intlhack introspection \ vte3 Index: editors/gedit/Makefile =================================================================== --- editors/gedit/Makefile +++ editors/gedit/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cpe desktop-file-utils gettext gnome localbase meson \ - pkgconfig python:3.4+ tar:xz vala:build xorg + python:3.4+ tar:xz vala:build xorg USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtksourceview4 intlhack introspection \ libxml2 pygobject3 Index: editors/ghex/Makefile =================================================================== --- editors/ghex/Makefile +++ editors/ghex/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gnome libtool localbase meson pathfix pkgconfig \ +USES= gettext gnome libtool localbase meson pathfix \ tar:xz USE_GNOME= cairo gtk30 intlhack libxml2:build USE_LDCONFIG= yes Index: editors/ghostwriter/Makefile =================================================================== --- editors/ghostwriter/Makefile +++ editors/ghostwriter/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5 +USES= compiler:c++11-lang desktop-file-utils qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= wereturtle USE_QT= core gui svg webchannel webengine widgets buildtools_build \ Index: editors/gmanedit/Makefile =================================================================== --- editors/gmanedit/Makefile +++ editors/gmanedit/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME manpages editor -USES= gettext gmake gnome pathfix pkgconfig +USES= gettext gmake gnome pathfix USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: editors/gnome-latex/Makefile =================================================================== --- editors/gnome-latex/Makefile +++ editors/gnome-latex/Makefile @@ -18,7 +18,7 @@ libgspell-1.so:textproc/gspell USES= compiler:c11 desktop-file-utils gettext gmake gnome \ - pkgconfig tar:xz vala:build + tar:xz vala:build GNU_CONFIGURE= yes USE_GNOME= cairo dconf intltool gtksourceview4 USE_TEX= latex dvipsk Index: editors/gnome-text-editor/Makefile =================================================================== --- editors/gnome-text-editor/Makefile +++ editors/gnome-text-editor/Makefile @@ -16,7 +16,7 @@ libpcre2-8.so:devel/pcre2 USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \ - pkgconfig tar:xz + tar:xz USE_CSTD= c11 USE_GNOME= gtk40 gtksourceview5 libadwaita GLIB_SCHEMAS= org.gnome.TextEditor.gschema.xml Index: editors/gobby/Makefile =================================================================== --- editors/gobby/Makefile +++ editors/gobby/Makefile @@ -18,7 +18,7 @@ GTKSPELL_DESC= Enable GtkSpell support USE_GNOME= gtksourceview2 intltool -USES= compiler:c++11-lang cpe gmake gnome pathfix pkgconfig +USES= compiler:c++11-lang cpe gmake gnome pathfix CPE_VENDOR= ${PORTNAME}_project USE_CXXSTD= c++11 GNU_CONFIGURE= yes Index: editors/gummi/Makefile =================================================================== --- editors/gummi/Makefile +++ editors/gummi/Makefile @@ -16,7 +16,7 @@ libsynctex.so:devel/tex-synctex RUN_DEPENDS= etex:print/tex-formats -USES= cpe desktop-file-utils gmake gnome iconv pkgconfig xorg +USES= cpe desktop-file-utils gmake gnome iconv xorg CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes USE_XORG= xcomposite xcursor xdamage xft Index: editors/imhex/Makefile =================================================================== --- editors/imhex/Makefile +++ editors/imhex/Makefile @@ -33,7 +33,7 @@ libmbedtls.so:security/mbedtls \ libtre.so:textproc/libtre -USES= cmake gl gnome pkgconfig python:3.8+ xorg +USES= cmake gl gnome python:3.8+ xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xcb xau xdmcp Index: editors/jucipp/Makefile =================================================================== --- editors/jucipp/Makefile +++ editors/jucipp/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \ uctags:devel/universal-ctags -USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig +USES= cmake compiler:c++14-lang desktop-file-utils gnome USE_GITLAB= yes GL_ACCOUNT= cppit GL_COMMIT= 692f3de1f0aad00051096579975e515bccc3802a Index: editors/kate/Makefile =================================================================== --- editors/kate/Makefile +++ editors/kate/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cmake compiler:c++11-lang desktop-file-utils gettext \ - pkgconfig kde:5 qt:5 tar:xz cpe xorg + kde:5 qt:5 tar:xz cpe xorg USE_KDE= activities attica auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons \ guiaddons i18n iconthemes init itemmodels itemviews \ Index: editors/lapce/Makefile =================================================================== --- editors/lapce/Makefile +++ editors/lapce/Makefile @@ -17,7 +17,7 @@ libgit2.so:devel/libgit2 \ libssh2.so:security/libssh2 -USES= cargo gmake gnome localbase:ldflags perl5 pkgconfig ssl +USES= cargo gmake gnome localbase:ldflags perl5 ssl USE_GITHUB= yes USE_GNOME= atk gdkpixbuf2 gtk30 pango Index: editors/leafpad/Makefile =================================================================== --- editors/leafpad/Makefile +++ editors/leafpad/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 USE_GNOME= gtk20 intlhack -USES= desktop-file-utils gettext gmake gnome pkgconfig +USES= desktop-file-utils gettext gmake gnome GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-chooser CPPFLAGS+= -I${LOCALBASE}/include Index: editors/libreoffice/Makefile =================================================================== --- editors/libreoffice/Makefile +++ editors/libreoffice/Makefile @@ -121,7 +121,7 @@ GNU_CONFIGURE= yes USES= autoreconf:build bison compiler:c++17-lang cpe desktop-file-utils \ - gettext gl gmake gnome jpeg localbase:ldflags perl5 pkgconfig \ + gettext gl gmake gnome jpeg localbase:ldflags perl5 \ python:3.8-3.10 shebangfix shared-mime-info ssl tar:xz xorg USE_GL= gl glew glu USE_GNOME= cairo glib20 libxml2 libxslt Index: editors/lite/Makefile =================================================================== --- editors/lite/Makefile +++ editors/lite/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= gmake lua pkgconfig sdl +USES= gmake lua sdl USE_SDL= sdl2 USE_GITHUB= yes Index: editors/madedit/Makefile =================================================================== --- editors/madedit/Makefile +++ editors/madedit/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs -USES= gettext pkgconfig dos2unix desktop-file-utils xorg +USES= gettext dos2unix desktop-file-utils xorg USE_WX= 2.8 USE_XORG= x11 Index: editors/marker/Makefile =================================================================== --- editors/marker/Makefile +++ editors/marker/Makefile @@ -14,7 +14,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 RUN_DEPENDS= pandoc:textproc/hs-pandoc -USES= desktop-file-utils gettext-tools gnome meson pkgconfig +USES= desktop-file-utils gettext-tools gnome meson USE_GITHUB= yes GH_ACCOUNT= fabiocolacio Index: editors/morla/Makefile =================================================================== --- editors/morla/Makefile +++ editors/morla/Makefile @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gconf=none --with-gtkhtml=none -USES= gettext gnome libtool pkgconfig +USES= gettext gnome libtool USE_GNOME= libxslt gtk20 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} Index: editors/mousepad/Makefile =================================================================== --- editors/mousepad/Makefile +++ editors/mousepad/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= desktop-file-utils gettext-tools gmake gnome libtool perl5 \ - pkgconfig tar:bzip2 xfce + tar:bzip2 xfce USE_GNOME= cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool USE_LDCONFIG= yes Index: editors/mp/Makefile =================================================================== --- editors/mp/Makefile +++ editors/mp/Makefile @@ -51,11 +51,11 @@ ANSI_DESC= ANSI terminal support ANSI_CONFIGURE_WITH= ansi -GTK2_USES= gnome pkgconfig +GTK2_USES= gnome GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20 GTK2_CONFIGURE_ON= --with-gtk=2 -GTK3_USES= gnome pkgconfig +GTK3_USES= gnome GTK3_USE= gnome=cairo,gdkpixbuf2,gtk30 GTK3_CONFIGURE_ON= --with-gtk=3 @@ -63,7 +63,7 @@ NCURSES_CONFIGURE_WITH= curses NCURSES_CFLAGS= -I${NCURSESBASE}/include -QT5_USES= compiler:c++11-lang gl pkgconfig qmake:no_env qt:5 +QT5_USES= compiler:c++11-lang gl qmake:no_env qt:5 QT5_USE= cxxstd=-std=c++11 \ gl=gl \ qt=buildtools_build,core,gui,widgets Index: editors/nano/Makefile =================================================================== --- editors/nano/Makefile +++ editors/nano/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix ncurses pkgconfig tar:xz +USES= charsetfix ncurses tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA Index: editors/neovim/Makefile =================================================================== --- editors/neovim/Makefile +++ editors/neovim/Makefile @@ -20,7 +20,7 @@ libuv.so:devel/libuv \ libvterm.so:devel/libvterm -USES= cmake cpe iconv lua:52,build pathfix pkgconfig +USES= cmake cpe iconv lua:52,build pathfix USE_GITHUB= yes GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \ libmpack:libmpack-lua:1.0.9:libmpack_lua Index: editors/openoffice-4/Makefile =================================================================== --- editors/openoffice-4/Makefile +++ editors/openoffice-4/Makefile @@ -110,7 +110,7 @@ RUN_DEPENDS+= gcc${GCC_DEFAULT}>0:lang/gcc${GCC_DEFAULT} USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \ - gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \ + gettext-runtime gl gmake gnome iconv jpeg perl5 \ shared-mime-info ssl tar:bzip2 xorg USE_GL= gl glu USE_GNOME= gdkpixbuf2 gtk20 libxslt libidl glib20 Index: editors/openoffice-devel/Makefile =================================================================== --- editors/openoffice-devel/Makefile +++ editors/openoffice-devel/Makefile @@ -112,7 +112,7 @@ RUN_DEPENDS+= gcc${GCC_DEFAULT}>0:lang/gcc${GCC_DEFAULT} USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \ - gettext-runtime gl gmake gnome iconv jpeg perl5 pkgconfig \ + gettext-runtime gl gmake gnome iconv jpeg perl5 \ python:3.7 shared-mime-info ssl tar:${TARTYPE} xorg USE_GL= gl glu USE_GNOME= gdkpixbuf2 gtk20 libxslt libidl glib20 Index: editors/pluma-plugins/Makefile =================================================================== --- editors/pluma-plugins/Makefile +++ editors/pluma-plugins/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase gmake pkgconfig \ +USES= compiler:c11 gettext gnome localbase gmake \ python:3.8+ shebangfix tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview4 intlhack introspection \ intltool vte3 Index: editors/pluma/Makefile =================================================================== --- editors/pluma/Makefile +++ editors/pluma/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome libtool localbase \ - pathfix pkgconfig python:3.3+ shebangfix tar:xz xorg + pathfix python:3.3+ shebangfix tar:xz xorg USE_XORG= ice sm x11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 gtksourceview4 \ gvfs intltool introspection libxml2 Index: editors/poedit/Makefile =================================================================== --- editors/poedit/Makefile +++ editors/poedit/Makefile @@ -15,8 +15,7 @@ libicui18n.so:devel/icu \ liblucene++.so:textproc/luceneplusplus -USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake gnome \ - pkgconfig +USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake gnome USE_WX= 3.0 WX_CONF_ARGS= absolute WITH_BDB_HIGHEST= yes Index: editors/poke/Makefile =================================================================== --- editors/poke/Makefile +++ editors/poke/Makefile @@ -14,7 +14,7 @@ libjson-c.so:devel/json-c \ libtextstyle.so:devel/libtextstyle -USES= gmake libtool pkgconfig readline +USES= gmake libtool readline USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: editors/quilter/Makefile =================================================================== --- editors/quilter/Makefile +++ editors/quilter/Makefile @@ -15,7 +15,7 @@ libgtkspell3-3.so:textproc/gtkspell3 \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 -USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build +USES= compiler:c11 desktop-file-utils gettext gnome meson python:build vala:build USE_GITHUB= yes GH_ACCOUNT= lainsce USE_GNOME= glib20 gtk30 gtksourceview3 Index: editors/rehex/Makefile =================================================================== --- editors/rehex/Makefile +++ editors/rehex/Makefile @@ -14,7 +14,7 @@ libjansson.so:devel/jansson \ libunistring.so:devel/libunistring -USES= compiler:c++11-lang gmake gnome lua:53 perl5 pkgconfig +USES= compiler:c++11-lang gmake gnome lua:53 perl5 USE_GITHUB= yes GH_ACCOUNT= solemnwarning USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango Index: editors/scite/Makefile =================================================================== --- editors/scite/Makefile +++ editors/scite/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libscintilla.so:x11-toolkits/scintilla RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= compiler:c++17-lang desktop-file-utils gmake gnome pkgconfig tar:tgz +USES= compiler:c++17-lang desktop-file-utils gmake gnome tar:tgz OPTIONS_DEFINE= DOCS Index: editors/setzer/Makefile =================================================================== --- editors/setzer/Makefile +++ editors/setzer/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}pdfminer.six>=0:textproc/py-pdfminer.six@${PY_FLAVOR} \ xdg-open:devel/xdg-utils -USES= desktop-file-utils gettext gnome meson pkgconfig python:3.5+ \ +USES= desktop-file-utils gettext gnome meson python:3.5+ \ shebangfix USE_GITHUB= yes GH_ACCOUNT= cvfosammmm Index: editors/tea/Makefile =================================================================== --- editors/tea/Makefile +++ editors/tea/Makefile @@ -7,7 +7,7 @@ LICENSE= GPLv3 -USES= compiler:c++11-lang gl gmake pkgconfig:build qmake qt:5 xorg +USES= compiler:c++11-lang gl gmake:build qmake qt:5 xorg OPTIONS_DEFINE= DOCS OPTIONS_GROUP= SPELL Index: editors/ted/Makefile =================================================================== --- editors/ted/Makefile +++ editors/ted/Makefile @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} -USES= ghostscript:x11,run iconv pkgconfig xorg +USES= ghostscript:x11,run iconv xorg USE_XORG= xext xft GNU_CONFIGURE= yes MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \ Index: editors/texmacs/Makefile =================================================================== --- editors/texmacs/Makefile +++ editors/texmacs/Makefile @@ -22,7 +22,7 @@ BROKEN_armv6= fails to compile: call to min is ambiguous BROKEN_armv7= fails to compile: call to min is ambiguous -USES= cpe desktop-file-utils gmake iconv localbase pkgconfig python \ +USES= cpe desktop-file-utils gmake iconv localbase python \ shared-mime-info shebangfix xorg USE_TEX= tex:run dvipsk:run USE_XORG= xext Index: editors/texmaker/Makefile =================================================================== --- editors/texmaker/Makefile +++ editors/texmaker/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell USES= compiler:c++11-lang desktop-file-utils ghostscript:x11,run \ - gl pkgconfig qmake qt:5 tar:bzip2 + gl qmake qt:5 tar:bzip2 USE_GL= gl USE_QT= concurrent core gui network printsupport script widgets \ xml buildtools_build Index: editors/texstudio/Makefile =================================================================== --- editors/texstudio/Makefile +++ editors/texstudio/Makefile @@ -15,7 +15,7 @@ libquazip1-qt5.so:archivers/quazip USES= compiler:c++11-lang desktop-file-utils dos2unix \ - ghostscript:run gl pkgconfig qmake qt:5 xorg + ghostscript:run gl qmake qt:5 xorg USE_QT = core declarative gui network script svg widgets \ xml printsupport concurrent uitools \ buildtools_build Index: editors/textadept/Makefile =================================================================== --- editors/textadept/Makefile +++ editors/textadept/Makefile @@ -15,8 +15,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++17-lang desktop-file-utils gmake gnome iconv \ - pkgconfig +USES= compiler:c++17-lang desktop-file-utils gmake gnome iconv USE_CXXSTD= c++17 USE_GNOME= cairo gdkpixbuf2 glib20 Index: editors/texworks/Makefile =================================================================== --- editors/texworks/Makefile +++ editors/texworks/Makefile @@ -15,7 +15,7 @@ libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang cmake desktop-file-utils pkgconfig \ +USES= compiler:c++11-lang cmake desktop-file-utils \ qt:5 USE_GITHUB= yes GH_ACCOUNT= TeXworks Index: editors/vile/Makefile =================================================================== --- editors/vile/Makefile +++ editors/vile/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= reflex:textproc/reflex -USES= ncurses pkgconfig shebangfix tar:tgz +USES= ncurses shebangfix tar:tgz SHEBANG_FILES= perl/vileget GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes Index: editors/vim/Makefile =================================================================== --- editors/vim/Makefile +++ editors/vim/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/runtime/doc/uganda.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cpe iconv ncurses pkgconfig shebangfix +USES= cpe iconv ncurses shebangfix USE_GITHUB= yes # Vim will try to link against libcanberra if it's installed Index: editors/vscode/Makefile =================================================================== --- editors/vscode/Makefile +++ editors/vscode/Makefile @@ -64,7 +64,7 @@ TEST_DEPENDS= electron${ELECTRON_VER_MAJOR}:devel/electron${ELECTRON_VER_MAJOR} \ bash:shells/bash -USES= desktop-file-utils gl gmake gnome iconv jpeg pkgconfig \ +USES= desktop-file-utils gl gmake gnome iconv jpeg \ python:build shebangfix xorg USE_GITHUB= yes Index: editors/wordgrinder/Makefile =================================================================== --- editors/wordgrinder/Makefile +++ editors/wordgrinder/Makefile @@ -22,7 +22,7 @@ X11_DESC= Support running in an X window in addition to console X11_PLIST_FILES=bin/xwordgrinder X11_USE= xorg=x11,xft -X11_USES= pkgconfig xorg +X11_USES= xorg X11_ALL_TARGET_OFF=unix post-patch: Index: editors/xed/Makefile =================================================================== --- editors/xed/Makefile +++ editors/xed/Makefile @@ -18,7 +18,7 @@ yelp:x11/yelp USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \ - pkgconfig python:run xorg + python:run xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 gtksourceview4 intltool \ Index: editors/xmlcopyeditor/Makefile =================================================================== --- editors/xmlcopyeditor/Makefile +++ editors/xmlcopyeditor/Makefile @@ -20,7 +20,7 @@ libxslt.so:textproc/libxslt USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix \ - gmake gettext-tools gnome iconv libtool pkgconfig + gmake gettext-tools gnome iconv libtool USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool pango USE_WX= 3.0+ WX_COMPS= wx Index: editors/xvile/Makefile =================================================================== --- editors/xvile/Makefile +++ editors/xvile/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= reflex:textproc/reflex -USES= pkgconfig shebangfix tar:tgz xorg +USES= shebangfix tar:tgz xorg SHEBANG_FILES= macros/lxvile macros/lxvile-fonts perl/vileget USE_XORG= x11 xext xpm xt GNU_CONFIGURE= yes Index: editors/zile/Makefile =================================================================== --- editors/zile/Makefile +++ editors/zile/Makefile @@ -13,7 +13,7 @@ libgee-0.8.so:devel/libgee BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man -USES= gmake gnome ncurses perl5 pkgconfig compiler:c++11-lang +USES= gmake gnome ncurses perl5 compiler:c++11-lang USE_PERL5= build USE_GNOME= glib20 GNU_CONFIGURE= yes Index: emulators/aranym/Makefile =================================================================== --- emulators/aranym/Makefile +++ emulators/aranym/Makefile @@ -15,7 +15,7 @@ sdl-config:devel/sdl12 RUN_DEPENDS= bash:shells/bash -USES= gmake perl5 pkgconfig gl localbase:ldflags sdl shebangfix xorg +USES= gmake perl5 gl localbase:ldflags sdl shebangfix xorg USE_GL= gl USE_SDL= sdl2 image2 USE_XORG= x11 Index: emulators/bfe/Makefile =================================================================== --- emulators/bfe/Makefile +++ emulators/bfe/Makefile @@ -12,7 +12,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 HAS_CONFIGURE= yes Index: emulators/bochs/Makefile =================================================================== --- emulators/bochs/Makefile +++ emulators/bochs/Makefile @@ -11,7 +11,7 @@ BROKEN_i386= does not build on i386 (../cpu.h:4513:117: error: 'regparm' parameter must be between 0 and 3 inclusive) -USES= cpe gmake libtool:keepla pkgconfig xorg +USES= cpe gmake libtool:keepla xorg USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_header_alsa_asoundlib_h=no \ Index: emulators/cannonball/Makefile =================================================================== --- emulators/cannonball/Makefile +++ emulators/cannonball/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/exception/all.hpp:devel/boost-libs -USES= cmake:insource gl pkgconfig sdl +USES= cmake:insource gl sdl USE_SDL= sdl2 USE_GL= gl glu Index: emulators/catapult/Makefile =================================================================== --- emulators/catapult/Makefile +++ emulators/catapult/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= openmsx:emulators/openmsx RUN_DEPENDS= openmsx:emulators/openmsx -USES= gmake pkgconfig python gnome +USES= gmake python gnome USE_GNOME+= libxml2 USE_WX= 3.0 MAKEFILE= GNUmakefile Index: emulators/cemu/Makefile =================================================================== --- emulators/cemu/Makefile +++ emulators/cemu/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c++11-lang desktop-file-utils gl libarchive pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gl libarchive \ qmake qt:5 shared-mime-info USE_GL= gl USE_QT= buildtools_build core gui network widgets Index: emulators/dolphin-emu/Makefile =================================================================== --- emulators/dolphin-emu/Makefile +++ emulators/dolphin-emu/Makefile @@ -42,7 +42,7 @@ libxml2.so:textproc/libxml2 USES= cmake compiler:c++17-lang desktop-file-utils gl iconv \ - pkgconfig qmake qt:5 sdl xorg + qmake qt:5 sdl xorg # See: https://fr.dolphin-emu.org/download/?ref=btn # for latest beta version and associated commit Index: emulators/dosbox-staging/Makefile =================================================================== --- emulators/dosbox-staging/Makefile +++ emulators/dosbox-staging/Makefile @@ -12,7 +12,7 @@ libpng.so:graphics/png \ libslirp.so:net/libslirp -USES= compiler:c++14-lang gl meson pkgconfig sdl +USES= compiler:c++14-lang gl meson sdl USE_GL= gl USE_SDL= sdl2 net2 Index: emulators/emu64/Makefile =================================================================== --- emulators/emu64/Makefile +++ emulators/emu64/Makefile @@ -13,7 +13,7 @@ libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg -USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils dos2unix gl \ qmake:outsource qt:5 sdl USE_GL= gl glu USE_QT= core gui widgets buildtools_build linguisttools_build Index: emulators/emulationstation/Makefile =================================================================== --- emulators/emulationstation/Makefile +++ emulators/emulationstation/Makefile @@ -23,7 +23,7 @@ libpugixml.so:textproc/pugixml \ libvlc.so:multimedia/vlc -USES= cmake compiler:gcc-c++11-lib gl pkgconfig sdl +USES= cmake compiler:gcc-c++11-lib gl sdl USE_GITHUB= yes GH_ACCOUNT= RetroPie GH_PROJECT= EmulationStation Index: emulators/fceux/Makefile =================================================================== --- emulators/fceux/Makefile +++ emulators/fceux/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libminizip.so:archivers/minizip -USES= cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl +USES= cmake desktop-file-utils gl lua:51 qt:5 sdl USE_GL= gl glu USE_QT= buildtools_build core gui opengl qmake_build widgets USE_SDL= sdl2 Index: emulators/fs-uae/Makefile =================================================================== --- emulators/fs-uae/Makefile +++ emulators/fs-uae/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png USES= compiler:c11 desktop-file-utils gettext gl gmake gnome \ - localbase pkgconfig sdl shared-mime-info xorg + localbase sdl shared-mime-info xorg USE_SDL= sdl2 USE_GL= gl Index: emulators/fuse-utils/Makefile =================================================================== --- emulators/fuse-utils/Makefile +++ emulators/fuse-utils/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png \ libspectrum.so:emulators/libspectrum -USES= gettext gnome iconv jpeg pkgconfig +USES= gettext gnome iconv jpeg USE_GNOME= glib20 GNU_CONFIGURE= yes Index: emulators/fuse/Makefile =================================================================== --- emulators/fuse/Makefile +++ emulators/fuse/Makefile @@ -16,7 +16,7 @@ libspectrum.so:emulators/libspectrum USES= compiler:c++11-lang gettext gmake gnome localbase perl5 \ - pkgconfig xorg + xorg USE_PERL5= build USE_GNOME= libxml2 glib20 USE_XORG= x11 Index: emulators/gens/Makefile =================================================================== --- emulators/gens/Makefile +++ emulators/gens/Makefile @@ -15,7 +15,7 @@ ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= uses i386 assembly code -USES= gl gmake gnome localbase pkgconfig sdl +USES= gl gmake gnome localbase sdl USE_GNOME= gtk20 USE_GL= gl USE_SDL= sdl Index: emulators/higan/Makefile =================================================================== --- emulators/higan/Makefile +++ emulators/higan/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= 7z compiler:c++14-lang gettext gmake gnome pkgconfig xorg +USES= 7z compiler:c++14-lang gettext gmake gnome xorg USE_GNOME= cairo gdkpixbuf2 gtk20 gtksourceview2 USE_XORG= x11 xext USE_CSTD= c99 Index: emulators/hugo/Makefile =================================================================== --- emulators/hugo/Makefile +++ emulators/hugo/Makefile @@ -19,7 +19,7 @@ NETPLAY_DESC= Netplay support SDL_MIXER_DESC= SDL_mixer support -USES= gmake pkgconfig sdl +USES= gmake sdl USE_SDL= sdl USE_CSTD= gnu89 GNU_CONFIGURE= yes Index: emulators/joytran/Makefile =================================================================== --- emulators/joytran/Makefile +++ emulators/joytran/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= cmake:insource pkgconfig sdl tar:bzip2 xorg +USES= cmake:insource sdl tar:bzip2 xorg USE_SDL= sdl2 USE_XORG= x11 xtst CMAKE_ARGS= -DLOCALBASE:PATH="${LOCALBASE}" Index: emulators/libretro-flycast/Makefile =================================================================== --- emulators/libretro-flycast/Makefile +++ emulators/libretro-flycast/Makefile @@ -19,7 +19,7 @@ libudev.so:devel/libudev-devd \ libvulkan.so:graphics/vulkan-loader -USES= compiler:c++11-lib dos2unix gl gmake pkgconfig xorg +USES= compiler:c++11-lib dos2unix gl gmake xorg USE_LDCONFIG= yes USE_GITHUB= yes Index: emulators/libretro-kronos/Makefile =================================================================== --- emulators/libretro-kronos/Makefile +++ emulators/libretro-kronos/Makefile @@ -12,7 +12,7 @@ # standalone version uses solely cmake, whereas the retroarch core uses both # cmake and gmake -USES= cmake:noninja compiler:c++11-lib gl gmake pkgconfig qt:5 sdl +USES= cmake:noninja compiler:c++11-lib gl gmake qt:5 sdl USE_GITHUB= yes GH_ACCOUNT= FCare Index: emulators/libretro-mame/Makefile =================================================================== --- emulators/libretro-mame/Makefile +++ emulators/libretro-mame/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi -USES= compiler:c++11-lib gl gmake pkgconfig python:3.7,build +USES= compiler:c++11-lib gl gmake python:3.7,build USE_LDCONFIG= yes USE_GL= gl Index: emulators/libspectrum/Makefile =================================================================== --- emulators/libspectrum/Makefile +++ emulators/libspectrum/Makefile @@ -12,7 +12,7 @@ libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes -USES= gettext gmake gnome libtool perl5 pkgconfig +USES= gettext gmake gnome libtool perl5 USE_GNOME= glib20 USE_PERL5= build USE_LDCONFIG= yes Index: emulators/magia/Makefile =================================================================== --- emulators/magia/Makefile +++ emulators/magia/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libglfw.so:graphics/glfw -USES= gl go:modules openal pkgconfig +USES= gl go:modules openal USE_GITHUB= yes GH_ACCOUNT= pokemium Index: emulators/mame/Makefile =================================================================== --- emulators/mame/Makefile +++ emulators/mame/Makefile @@ -18,7 +18,7 @@ libpugixml.so:textproc/pugixml RUN_DEPENDS= liberation-fonts-ttf>=0:x11-fonts/liberation-fonts-ttf -USES= compiler:c++14-lang gl gmake jpeg localbase pkgconfig \ +USES= compiler:c++14-lang gl gmake jpeg localbase \ python:3.7,build qt:5 sdl shebangfix sqlite:3 xorg USE_GITHUB= yes Index: emulators/mednafen/Makefile =================================================================== --- emulators/mednafen/Makefile +++ emulators/mednafen/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \ --with-sdl-prefix=${LOCALBASE} -USES= compiler:c++11-lib cpe gl iconv pkgconfig:build sdl tar:xz +USES= compiler:c++11-lib cpe gl iconv:build sdl tar:xz CPE_VENDOR= david_shadoff OPTIONS_DEFINE= NLS DOCS JACK Index: emulators/mesen/Makefile =================================================================== --- emulators/mesen/Makefile +++ emulators/mesen/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ libgdiplus.so:x11-toolkits/libgdiplus -USES= compiler:c++14-lang gmake pkgconfig sdl +USES= compiler:c++14-lang gmake sdl USE_GITHUB= yes GH_ACCOUNT= SourMesen GH_PROJECT= Mesen Index: emulators/mgba/Makefile =================================================================== --- emulators/mgba/Makefile +++ emulators/mgba/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libpng.so:graphics/png -USES= cmake compiler:c++11-lang gl gnome localbase:ldflags pkgconfig \ +USES= cmake compiler:c++11-lang gl gnome localbase:ldflags \ sdl sqlite:3 USE_GITHUB= yes Index: emulators/mupen64plus-core/Makefile =================================================================== --- emulators/mupen64plus-core/Makefile +++ emulators/mupen64plus-core/Makefile @@ -11,7 +11,7 @@ MAINTAINER?= acm@FreeBSD.org COMMENT?= Fork of Mupen64 Nintendo 64 emulator -USES+= gl gmake pkgconfig sdl +USES+= gl gmake sdl USE_GL?= yes USE_SDL?= sdl2 USE_LDCONFIG?= yes Index: emulators/mupen64plus-qt/Makefile =================================================================== --- emulators/mupen64plus-qt/Makefile +++ emulators/mupen64plus-qt/Makefile @@ -17,7 +17,7 @@ ${LOCALBASE}/lib/mupen64plus/mupen64plus-video-rice.so:emulators/mupen64plus-video-rice \ mupen64plus:emulators/mupen64plus-ui-console -USES= gl pkgconfig qmake qt:5 +USES= gl qmake qt:5 USE_GL= gl USE_QT= core gui network sql widgets xml \ buildtools_build \ Index: emulators/nemu/Makefile =================================================================== --- emulators/nemu/Makefile +++ emulators/nemu/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd \ libjson-c.so:devel/json-c -USES= cmake gettext-runtime gettext-tools gnome libarchive pkgconfig \ +USES= cmake gettext-runtime gettext-tools gnome libarchive \ sqlite USE_GITHUB= yes Index: emulators/nestopia/Makefile =================================================================== --- emulators/nestopia/Makefile +++ emulators/nestopia/Makefile @@ -14,7 +14,7 @@ libfltk.so:x11-toolkits/fltk USES= autoreconf desktop-file-utils gl gnome libarchive \ - localbase:ldflags pkgconfig sdl + localbase:ldflags sdl USE_CXXSTD= c++98 USE_GITHUB= yes GH_ACCOUNT= rdanbrook Index: emulators/open-vm-tools/Makefile =================================================================== --- emulators/open-vm-tools/Makefile +++ emulators/open-vm-tools/Makefile @@ -22,7 +22,7 @@ nox11_COMMENT= (without X11) USES= autoreconf gettext-runtime gnome kmod libtool localbase \ - pathfix pkgconfig + pathfix USE_GITHUB= yes GH_ACCOUNT= vmware Index: emulators/openmsx/Makefile =================================================================== --- emulators/openmsx/Makefile +++ emulators/openmsx/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 \ libasound.so:audio/alsa-lib -USES= gl gmake pkgconfig python sdl tcl +USES= gl gmake python sdl tcl USE_GCC= yes USE_GL= gl glew USE_SDL= sdl2 ttf2 Index: emulators/pcem/Makefile =================================================================== --- emulators/pcem/Makefile +++ emulators/pcem/Makefile @@ -14,7 +14,7 @@ BROKEN_FreeBSD_13= ld: error: duplicate symbol: CGACONST BROKEN_FreeBSD_14= ld: error: duplicate symbol: CGACONST -USES= autoreconf compiler gl gmake localbase:ldflags openal pkgconfig sdl zip +USES= autoreconf compiler gl gmake localbase:ldflags openal sdl zip USE_GL= gl USE_SDL= sdl2 USE_WX= 3.0 Index: emulators/pcsxr/Makefile =================================================================== --- emulators/pcsxr/Makefile +++ emulators/pcsxr/Makefile @@ -15,7 +15,7 @@ libavformat.so:multimedia/ffmpeg USES= cmake desktop-file-utils dos2unix gettext gl gnome iconv \ - libarchive libtool pkgconfig sdl tar:bzip2 xorg + libarchive libtool sdl tar:bzip2 xorg USE_GITHUB= yes GH_ACCOUNT= martymac Index: emulators/ppsspp/Makefile =================================================================== --- emulators/ppsspp/Makefile +++ emulators/ppsspp/Makefile @@ -34,7 +34,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-* -USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lib gl localbase:ldflags EXCLUDE= libzip zlib EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} USE_GL= glew opengl Index: emulators/qemu-cheri/Makefile =================================================================== --- emulators/qemu-cheri/Makefile +++ emulators/qemu-cheri/Makefile @@ -29,7 +29,7 @@ HAS_CONFIGURE= yes MAKEFILE= GNUmakefile -USES= cpe gmake gnome ninja:build perl5 pkgconfig python:build xorg +USES= cpe gmake gnome ninja:build perl5 python:build xorg USE_XORG= pixman USE_GNOME+= glib20 libxml2 USE_PERL5= build Index: emulators/qemu-devel/Makefile =================================================================== --- emulators/qemu-devel/Makefile +++ emulators/qemu-devel/Makefile @@ -22,7 +22,7 @@ libzstd.so:archivers/zstd USES= bison compiler:c11 cpe gmake gnome iconv:wchar_t ninja perl5 \ - pkgconfig python:build tar:xz xorg + python:build tar:xz xorg USE_GITLAB= yes USE_GNOME= cairo glib20 libxml2 USE_PERL5= build Index: emulators/qemu-guest-agent/Makefile =================================================================== --- emulators/qemu-guest-agent/Makefile +++ emulators/qemu-guest-agent/Makefile @@ -12,7 +12,7 @@ DIST_SUBDIR= qemu/${PORTVERSION} FILESDIR= ${.CURDIR}/files HAS_CONFIGURE= yes -USES= compiler:c++11-lang gmake gnome pkgconfig python:build tar:xz +USES= compiler:c++11-lang gmake gnome python:build tar:xz USE_GNOME= glib20 USE_RC_SUBR= qemu-guest-agent MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX} Index: emulators/qemu-powernv/Makefile =================================================================== --- emulators/qemu-powernv/Makefile +++ emulators/qemu-powernv/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libfdt.so:sysutils/dtc USES= bison:build compiler:c11 gmake gnome libtool makeinfo \ - pkgconfig python:build tar:bz2 xorg + python:build tar:bz2 xorg USE_XORG= pixman USE_GNOME= glib20 libxml2 Index: emulators/qemu-user-static-devel/Makefile =================================================================== --- emulators/qemu-user-static-devel/Makefile +++ emulators/qemu-user-static-devel/Makefile @@ -20,7 +20,7 @@ bash:shells/bash \ meson>=0.57.1_1:devel/meson -USES= bison compiler:c11 cpe gmake ninja:build perl5 pkgconfig python:build +USES= bison compiler:c11 cpe gmake ninja:build perl5 python:build USE_GITHUB= yes GH_TUPLE= qemu-bsd-user:qemu-bsd-user:64ff0f053df \ Index: emulators/qemu-user-static/Makefile =================================================================== --- emulators/qemu-user-static/Makefile +++ emulators/qemu-user-static/Makefile @@ -14,7 +14,7 @@ ONLY_FOR_ARCHS= amd64 powerpc powerpc64 CONFLICTS_INSTALL= qemu-user-static-devel -USES= bison compiler:c11 cpe gmake perl5 pkgconfig python:build +USES= bison compiler:c11 cpe gmake perl5 python:build USE_GITHUB= yes GH_TUPLE= qemu-bsd-user:qemu-bsd-user:527096e0c8 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb Index: emulators/qemu/Makefile =================================================================== --- emulators/qemu/Makefile +++ emulators/qemu/Makefile @@ -39,7 +39,7 @@ tools_DESCR= ${.CURDIR}/pkg-descr-tools tools_PLIST= ${.CURDIR}/pkg-plist-tools -USES= cpe gmake gnome ninja perl5 pkgconfig python:build tar:xz +USES= cpe gmake gnome ninja perl5 python:build tar:xz USE_GNOME= glib20 USE_PERL5= build .if ${FLAVOR:U} != tools Index: emulators/qemu6/Makefile =================================================================== --- emulators/qemu6/Makefile +++ emulators/qemu6/Makefile @@ -33,7 +33,7 @@ tools_DESCR= ${.CURDIR}/pkg-descr-tools tools_PLIST= ${.CURDIR}/pkg-plist-tools -USES= cpe gmake gnome ninja perl5 pkgconfig python:build tar:xz +USES= cpe gmake gnome ninja perl5 python:build tar:xz USE_GNOME= glib20 USE_PERL5= build .if ${FLAVOR:U} != tools Index: emulators/rpcs3/Makefile =================================================================== --- emulators/rpcs3/Makefile +++ emulators/rpcs3/Makefile @@ -39,7 +39,7 @@ wolfSSL:wolfssl:v5.4.0-stable:wolfssl/3rdparty/wolfssl/wolfssl USES= cmake compiler:c++17-lang elfctl gl iconv:wchar_t localbase:ldflags \ - openal:soft pkgconfig python:3.4+,build qt:5 xorg + openal:soft python:3.4+,build qt:5 xorg USE_GL= gl glew USE_QT= qmake_build buildtools_build core concurrent dbus gui multimedia svg widgets USE_XORG= x11 Index: emulators/sameboy/Makefile =================================================================== --- emulators/sameboy/Makefile +++ emulators/sameboy/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= rgbds>0:devel/rgbds -USES= compiler:c11 desktop-file-utils gl gmake pkgconfig sdl \ +USES= compiler:c11 desktop-file-utils gl gmake sdl \ shared-mime-info USE_GITHUB= yes GH_ACCOUNT= LIJI32 Index: emulators/snes9x-gtk/Makefile =================================================================== --- emulators/snes9x-gtk/Makefile +++ emulators/snes9x-gtk/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= snes9xgit USES= autoreconf:2.69 compiler:c11 desktop-file-utils gettext gmake \ - gnome localbase perl5 pkgconfig sdl tar:bzip2 xorg + gnome localbase perl5 sdl tar:bzip2 xorg USE_GNOME= cairo gdkpixbuf2 gtk20 intltool libxml2 USE_SDL= sdl2 USE_XORG= x11 xext Index: emulators/teo/Makefile =================================================================== --- emulators/teo/Makefile +++ emulators/teo/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libpng.so:graphics/png -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 xext Index: emulators/tiemu3/Makefile =================================================================== --- emulators/tiemu3/Makefile +++ emulators/tiemu3/Makefile @@ -18,7 +18,7 @@ libticonv.so:converters/libticonv \ libtifiles2.so:devel/libtifiles2 -USES= gmake gnome groff libtool localbase pkgconfig sdl +USES= gmake gnome groff libtool localbase sdl USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 USE_SDL= sdl Index: emulators/tilem/Makefile =================================================================== --- emulators/tilem/Makefile +++ emulators/tilem/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 -USES= desktop-file-utils gnome pkgconfig shared-mime-info tar:bzip2 +USES= desktop-file-utils gnome shared-mime-info tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld USE_GNOME= gtk20 Index: emulators/tme/Makefile =================================================================== --- emulators/tme/Makefile +++ emulators/tme/Makefile @@ -12,8 +12,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf compiler gettext gmake gnome iconv libtool perl5 \ - pkgconfig +USES= autoreconf compiler gettext gmake gnome iconv libtool perl5 USE_GNOME= gdkpixbuf2 gtk20 USE_LDCONFIG= yes Index: emulators/uae/Makefile =================================================================== --- emulators/uae/Makefile +++ emulators/uae/Makefile @@ -11,7 +11,7 @@ CONFLICTS= e-uae -USES= gmake gnome pkgconfig tar:bzip2 +USES= gmake gnome tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 Index: emulators/vba/Makefile =================================================================== --- emulators/vba/Makefile +++ emulators/vba/Makefile @@ -37,7 +37,6 @@ GTK2_CONFIGURE_ON= --enable-gtk=2.4 GTK2_LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 -GTK2_USES= pkgconfig PROFILING_CONFIGURE_ENABLE= profiling .include Index: emulators/vice/Makefile =================================================================== --- emulators/vice/Makefile +++ emulators/vice/Makefile @@ -30,7 +30,7 @@ libgnutls.so:security/gnutls \ libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lang pkgconfig perl5 localbase:ldflags \ +USES= compiler:c++11-lang perl5 localbase:ldflags \ gmake iconv:wchar_t jpeg readline gettext xorg USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes Index: emulators/virtualbox-ose-additions-legacy/Makefile =================================================================== --- emulators/virtualbox-ose-additions-legacy/Makefile +++ emulators/virtualbox-ose-additions-legacy/Makefile @@ -59,7 +59,7 @@ X11_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/compiler.h:x11-servers/xorg-server X11_RUN_DEPENDS= xrandr:x11/xrandr X11_USE= XORG=x11,xcursor,xext,xorgproto,xmu,xrandr,xt -X11_USES= pkgconfig xorg +X11_USES= xorg X11_VARS= VBOX_WITH_X11=1 .include Index: emulators/virtualbox-ose-additions/Makefile =================================================================== --- emulators/virtualbox-ose-additions/Makefile +++ emulators/virtualbox-ose-additions/Makefile @@ -58,7 +58,7 @@ X11_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/compiler.h:x11-servers/xorg-server X11_RUN_DEPENDS= xrandr:x11/xrandr X11_USE= XORG=x11,xcursor,xext,xorgproto,xmu,xrandr,xt -X11_USES= pkgconfig xorg +X11_USES= xorg X11_VARS= VBOX_WITH_X11=1 .include Index: emulators/virtualbox-ose-legacy/Makefile =================================================================== --- emulators/virtualbox-ose-legacy/Makefile +++ emulators/virtualbox-ose-legacy/Makefile @@ -28,7 +28,7 @@ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= i386 amd64 -USES= compiler:c++14-lang cpe gnome iconv pkgconfig ssl tar:bzip2 +USES= compiler:c++14-lang cpe gnome iconv ssl tar:bzip2 USE_GNOME= libidl libxml2 HAS_CONFIGURE= yes Index: emulators/virtualbox-ose/Makefile =================================================================== --- emulators/virtualbox-ose/Makefile +++ emulators/virtualbox-ose/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION} ONLY_FOR_ARCHS= amd64 -USES= compiler:c++14-lang cpe gnome iconv pkgconfig ssl tar:bzip2 +USES= compiler:c++14-lang cpe gnome iconv ssl tar:bzip2 USE_GNOME= libidl libxml2 HAS_CONFIGURE= yes Index: emulators/visualboyadvance-m/Makefile =================================================================== --- emulators/visualboyadvance-m/Makefile +++ emulators/visualboyadvance-m/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= cmake:insource,noninja dos2unix gl gnome \ - pkgconfig sdl xorg + sdl xorg DOS2UNIX_REGEX= .*\.(c|cpp|h|ypp) USE_XORG= x11 xext USE_GL= gl glu Index: emulators/wine-devel/Makefile =================================================================== --- emulators/wine-devel/Makefile +++ emulators/wine-devel/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex llvm${_LLVM_VERSION}>=0:devel/llvm${_LLVM_VERSION} USES= bison cpe desktop-file-utils gmake localbase \ - pkgconfig sdl shebangfix tar:xz + sdl shebangfix tar:xz USE_GCC= yes USE_SDL= sdl2 Index: emulators/wine-proton/Makefile =================================================================== --- emulators/wine-proton/Makefile +++ emulators/wine-proton/Makefile @@ -23,7 +23,7 @@ libvulkan.so:graphics/vulkan-loader \ libxml2.so:textproc/libxml2 -USES= bison desktop-file-utils gettext-runtime gl gmake gnome gstreamer jpeg localbase openal pkgconfig sdl shebangfix tar:xz xorg +USES= bison desktop-file-utils gettext-runtime gl gmake gnome gstreamer jpeg localbase openal sdl shebangfix tar:xz xorg USE_GCC= yes USE_GITHUB= yes Index: emulators/wine/Makefile =================================================================== --- emulators/wine/Makefile +++ emulators/wine/Makefile @@ -20,7 +20,7 @@ libxml2.so:textproc/libxml2 USES= bison cpe desktop-file-utils gmake localbase \ - pkgconfig sdl shebangfix tar:xz + sdl shebangfix tar:xz USE_GCC= yes USE_SDL= sdl2 Index: emulators/x48/Makefile =================================================================== --- emulators/x48/Makefile +++ emulators/x48/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -lutil -USES= autoreconf gmake pkgconfig tar:bzip2 xorg +USES= autoreconf gmake tar:bzip2 xorg USE_XORG= x11 xext xt NO_WRKSUBDIR= yes Index: emulators/x49gp/Makefile =================================================================== --- emulators/x49gp/Makefile +++ emulators/x49gp/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/x49gp/x49gp-code -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_GCC= yes USE_XORG= x11 USE_GNOME= gtk20 Index: emulators/xcpc/Makefile =================================================================== --- emulators/xcpc/Makefile +++ emulators/xcpc/Makefile @@ -14,7 +14,7 @@ USE_XORG= ice USE_GNOME= glib20 -USES= gettext gnome iconv pkgconfig xorg +USES= gettext gnome iconv xorg LIB_DEPENDS+= libpcre.so:devel/pcre \ libdsk.so:emulators/libdsk Index: emulators/xsystem35/Makefile =================================================================== --- emulators/xsystem35/Makefile +++ emulators/xsystem35/Makefile @@ -22,7 +22,7 @@ MMX_CONFIGURE_ENABLE=mmx EXTRACT_AFTER_ARGS=--exclude libltdl -USES= gettext gmake gnome jpeg libtool localbase pkgconfig \ +USES= gettext gmake gnome jpeg libtool localbase \ shebangfix xorg USE_GNOME= gtk20 SHEBANG_FILES= contrib/instgame Index: emulators/yuzu/Makefile =================================================================== --- emulators/yuzu/Makefile +++ emulators/yuzu/Makefile @@ -55,7 +55,7 @@ kinetiknz:cubeb:cubeb-0.2-1350-gf79e0cf:cubeb/externals/cubeb \ yhirose:cpp-httplib:v0.10.8-1-g305a7ab:cpp_httplib/externals/cpp-httplib -USES= cmake:testing compiler:c++17-lang elfctl localbase:ldflags pkgconfig sdl ssl +USES= cmake:testing compiler:c++17-lang elfctl localbase:ldflags sdl ssl USE_GCC= yes:build # libc++ lacks std::atomic_ref, std::ranges USE_SDL= sdl2 CMAKE_ON= Boost_USE_STATIC_LIBS Index: finance/aqbanking/Makefile =================================================================== --- finance/aqbanking/Makefile +++ finance/aqbanking/Makefile @@ -14,7 +14,7 @@ libgmp.so:math/gmp \ libgnutls.so:security/gnutls -USES= gettext gmake libtool localbase:ldflags pathfix pkgconfig +USES= gettext gmake libtool localbase:ldflags pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-release="yes" Index: finance/gnucash/Makefile =================================================================== --- finance/gnucash/Makefile +++ finance/gnucash/Makefile @@ -29,7 +29,7 @@ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https USES= cmake:insource compiler:c++11-lib cpe desktop-file-utils \ - gettext-tools gnome libtool localbase perl5 pkgconfig \ + gettext-tools gnome libtool localbase perl5 \ shebangfix tar:bzip2 xorg USE_XORG= x11 USE_CXXSTD= c++11 Index: finance/grisbi/Makefile =================================================================== --- finance/grisbi/Makefile +++ finance/grisbi/Makefile @@ -16,7 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig USES= tar:bzip2 desktop-file-utils gmake gnome iconv localbase \ - pkgconfig shared-mime-info ssl + shared-mime-info ssl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libgsf libxml2 GNU_CONFIGURE= yes Index: finance/homebank/Makefile =================================================================== --- finance/homebank/Makefile +++ finance/homebank/Makefile @@ -13,7 +13,7 @@ libosp.so:textproc/opensp GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake gnome localbase pkgconfig \ +USES= desktop-file-utils gettext gmake gnome localbase \ shared-mime-info USE_CSTD= c99 USE_GNOME= cairo gtk30 intltool Index: finance/kmymoney/Makefile =================================================================== --- finance/kmymoney/Makefile +++ finance/kmymoney/Makefile @@ -16,7 +16,7 @@ libKChart.so:graphics/kdiagram USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ - pkgconfig qt:5 shared-mime-info shebangfix tar:xz + qt:5 shared-mime-info shebangfix tar:xz USE_QT= buildtools_build core dbus gui network printsupport qmake_build \ sql testlib_build xml webkit widgets USE_KDE= activities archive auth bookmarks codecs completion config \ Index: finance/libofx/Makefile =================================================================== --- finance/libofx/Makefile +++ finance/libofx/Makefile @@ -14,7 +14,7 @@ libxml++-2.6.so:textproc/libxml++26 \ libosp.so:textproc/opensp -USES= cpe gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig \ +USES= cpe gettext-runtime gmake gnome iconv libtool localbase pathfix \ compiler:c++11-lang USE_CXXSTD= c++11 USE_GNOME= glib20 glibmm libsigc++20 libxml2 Index: finance/moneymanagerex/Makefile =================================================================== --- finance/moneymanagerex/Makefile +++ finance/moneymanagerex/Makefile @@ -26,7 +26,7 @@ moneymanagerex:ctpp:20158e0:ctpp/3rd/ctpp \ moneymanagerex:mongoose:97583a6:mongoose/3rd/mongoose -USES= autoreconf compiler:c++11-lib gettext gmake gnome lua:52 pkgconfig +USES= autoreconf compiler:c++11-lib gettext gmake gnome lua:52 GNU_CONFIGURE= yes USE_WX= 3.0 WX_CONF_ARGS= absolute Index: finance/skrooge/Makefile =================================================================== --- finance/skrooge/Makefile +++ finance/skrooge/Makefile @@ -16,7 +16,7 @@ libsqlcipher.so:databases/sqlcipher USES= cmake compiler:c++11-lib desktop-file-utils \ - gettext grantlee:5 kde:5 pkgconfig python:3.4+ qca qt:5 shared-mime-info \ + gettext grantlee:5 kde:5 python:3.4+ qca qt:5 shared-mime-info \ shebangfix sqlite:3 tar:xz xorg USE_KDE= activities archive attica5 auth bookmarks codecs completion \ config configwidgets coreaddons crash dbusaddons \ Index: french/verbiste/Makefile =================================================================== --- french/verbiste/Makefile +++ french/verbiste/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gnome pathfix pkgconfig iconv:wchar_t libtool shebangfix +USES= gnome pathfix iconv:wchar_t libtool shebangfix USE_GNOME= libxml2 USE_LDCONFIG= yes Index: ftp/coeurl/Makefile =================================================================== --- ftp/coeurl/Makefile +++ ftp/coeurl/Makefile @@ -14,7 +14,7 @@ libevent.so:devel/libevent \ libspdlog.so:devel/spdlog -USES= compiler:c++17-lang pkgconfig \ +USES= compiler:c++17-lang \ meson tar:xz USE_GITLAB= yes Index: ftp/curl/Makefile =================================================================== --- ftp/curl/Makefile +++ ftp/curl/Makefile @@ -66,7 +66,6 @@ CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CARES_CONFIGURE_ENABLE= ares CARES_LIB_DEPENDS= libcares.so:dns/c-ares -CARES_USES= pkgconfig COOKIES_CONFIGURE_ENABLE= cookies CURL_DEBUG_CONFIGURE_ENABLE= curldebug DEBUG_CONFIGURE_ENABLE= debug @@ -95,7 +94,6 @@ HTTP_CONFIGURE_ENABLE= http HTTP2_CONFIGURE_WITH= nghttp2 HTTP2_LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -HTTP2_USES= pkgconfig IDN_CONFIGURE_WITH= libidn2 IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 IMAP_CONFIGURE_ENABLE= imap @@ -117,7 +115,6 @@ PSL_LIB_DEPENDS= libpsl.so:dns/libpsl RTMP_CONFIGURE_WITH= librtmp RTMP_LIB_DEPENDS= librtmp.so:multimedia/librtmp -RTMP_USES= pkgconfig RTSP_CONFIGURE_ENABLE= rtsp SMB_CONFIGURE_ENABLE= smb SMTP_CONFIGURE_ENABLE= smtp Index: ftp/filezilla/Makefile =================================================================== --- ftp/filezilla/Makefile +++ ftp/filezilla/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USES= compiler:c++17-lang gmake gnome iconv:wchar_t libtool localbase \ - pkgconfig sqlite tar:bzip2 + sqlite tar:bzip2 USE_GNOME= cairo gtk30 INSTALL_TARGET= install-strip GNU_CONFIGURE= yes Index: ftp/gftp/Makefile =================================================================== --- ftp/gftp/Makefile +++ ftp/gftp/Makefile @@ -7,7 +7,7 @@ LICENSE= GPLv2 -USES= autoreconf gnome gmake libtool pathfix pkgconfig ssl tar:bzip2 +USES= autoreconf gnome gmake libtool pathfix ssl tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= masneyb USE_GNOME= glib20 gtk20 Index: ftp/lftp/Makefile =================================================================== --- ftp/lftp/Makefile +++ ftp/lftp/Makefile @@ -43,7 +43,6 @@ OPENSSL_USES= ssl GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_USES= pkgconfig post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ Index: ftp/libfilezilla/Makefile =================================================================== --- ftp/libfilezilla/Makefile +++ ftp/libfilezilla/Makefile @@ -13,7 +13,7 @@ libnettle.so:security/nettle USES= compiler:c++17-lang gettext gmake iconv:wchar_t libtool \ - localbase pathfix pkgconfig tar:bzip2 + localbase pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: ftp/wget/Makefile =================================================================== --- ftp/wget/Makefile +++ ftp/wget/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL -USES= charsetfix cpe iconv localbase pkgconfig tar:lz +USES= charsetfix cpe iconv localbase tar:lz USE_CSTD= c99 CPE_VENDOR= gnu GNU_CONFIGURE= yes Index: ftp/wzdftpd/Makefile =================================================================== --- ftp/wzdftpd/Makefile +++ ftp/wzdftpd/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf:2.69 cpe gettext-tools libtool localbase pkgconfig +USES= autoreconf:2.69 cpe gettext-tools libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --disable-bonjour --disable-static INSTALL_TARGET= install-strip Index: ftp/yafc/Makefile =================================================================== --- ftp/yafc/Makefile +++ ftp/yafc/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= glib>0:devel/glib20 -USES= autoreconf gmake localbase makeinfo pkgconfig ssl tar:xz +USES= autoreconf gmake localbase makeinfo ssl tar:xz USE_GITHUB= yes GH_ACCOUNT= sebastinas Index: games/0ad/Makefile =================================================================== --- games/0ad/Makefile +++ games/0ad/Makefile @@ -33,7 +33,7 @@ libfmt.so:devel/libfmt USES= compiler:c++11-lib desktop-file-utils dos2unix gl gmake gnome \ - iconv jpeg openal:al perl5 pkgconfig python:build sdl tar:xz \ + iconv jpeg openal:al perl5 python:build sdl tar:xz \ xorg USE_GNOME= libxml2 USE_GL= gl Index: games/2048-qt/Makefile =================================================================== --- games/2048-qt/Makefile +++ games/2048-qt/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt -USES= compiler:c++11-lang gmake pkgconfig qmake qt:5 +USES= compiler:c++11-lang gmake qmake qt:5 USE_QT= core declarative gui network widgets buildtools_build quickcontrols PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \ Index: games/3omns/Makefile =================================================================== --- games/3omns/Makefile +++ games/3omns/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libargp.so:devel/argp-standalone -USES= compiler:c++11-lang gmake localbase lua:52 pkgconfig sdl tar:xz +USES= compiler:c++11-lang gmake localbase lua:52 sdl tar:xz USE_SDL= image2 sdl2 ttf2 GNU_CONFIGURE= yes Index: games/7kaa/Makefile =================================================================== --- games/7kaa/Makefile +++ games/7kaa/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= the3dfxdude USES= autoreconf compiler:c++11-lang gettext-tools gmake localbase \ - openal:al pkgconfig sdl iconv + openal:al sdl iconv USE_SDL= sdl2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-multiplayer Index: games/DDNet/Makefile =================================================================== --- games/DDNet/Makefile +++ games/DDNet/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= cmake compiler:c++17-lang pkgconfig python sqlite:3 ssl tar:xz +USES= cmake compiler:c++17-lang python sqlite:3 ssl tar:xz CMAKE_ARGS= -DPYTHON_EXECUTABLE="${PYTHON_CMD}" CMAKE_OFF= AUTOUPDATE DOWNLOAD_GTEST PREFER_BUNDLED_LIBS Index: games/NBlood/Makefile =================================================================== --- games/NBlood/Makefile +++ games/NBlood/Makefile @@ -17,7 +17,7 @@ libFLAC.so:audio/flac \ libvorbis.so:audio/libvorbis -USES= compiler:c++14-lang gl gmake pkgconfig sdl +USES= compiler:c++14-lang gl gmake sdl USE_GITHUB= yes GH_ACCOUNT= nukeykt GH_TAGNAME= 4c3ce1e Index: games/OpenDiablo2/Makefile =================================================================== --- games/OpenDiablo2/Makefile +++ games/OpenDiablo2/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libglfw.so:graphics/glfw -USES= gl go:modules openal pkgconfig xorg +USES= gl go:modules openal xorg USE_GITHUB= yes GH_TAGNAME= a688d66 GH_TUPLE= \ Index: games/abstreet/Makefile =================================================================== --- games/abstreet/Makefile +++ games/abstreet/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= alsa-lib>0:audio/alsa-lib -USES= cargo gnome localbase:ldflags pkgconfig python:build xorg +USES= cargo gnome localbase:ldflags python:build xorg USE_GNOME= glib20 gtk30 USE_XORG= xcb Index: games/adonthell/Makefile =================================================================== --- games/adonthell/Makefile +++ games/adonthell/Makefile @@ -15,7 +15,7 @@ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -USES= gettext gmake localbase pkgconfig python sdl +USES= gettext gmake localbase python sdl USE_SDL= mixer2 ttf2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-py-debug \ Index: games/afternoonstalker/Makefile =================================================================== --- games/afternoonstalker/Makefile +++ games/afternoonstalker/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra -USES= pkgconfig sdl +USES= sdl USE_CXXSTD= gnu++98 USE_SDL= image mixer sdl Index: games/ags/Makefile =================================================================== --- games/ags/Makefile +++ games/ags/Makefile @@ -17,7 +17,7 @@ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake localbase pkgconfig tar:xz xorg +USES= compiler:c++11-lang gmake localbase tar:xz xorg USE_XORG= x11 MAKE_ARGS= V=1 Index: games/aisleriot/Makefile =================================================================== --- games/aisleriot/Makefile +++ games/aisleriot/Makefile @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= sol PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext meson gnome pkgconfig \ +USES= desktop-file-utils gettext meson gnome \ python:build,3.6+ shebangfix xorg USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 Index: games/alephone/Makefile =================================================================== --- games/alephone/Makefile +++ games/alephone/Makefile @@ -12,7 +12,7 @@ libboost_filesystem.so:devel/boost-libs USES= autoreconf compiler:c++11-lang gmake localbase \ - pkgconfig shared-mime-info sdl gl tar:bzip2 + shared-mime-info sdl gl tar:bzip2 USE_SDL= sdl2 image2 net2 ttf2 USE_GL= gl glu Index: games/alienarena/Makefile =================================================================== --- games/alienarena/Makefile +++ games/alienarena/Makefile @@ -48,7 +48,7 @@ .include .if ${PORT_OPTIONS:MCLIENT} -USES+= gl jpeg openal:soft,alut pkgconfig xorg +USES+= gl jpeg openal:soft,alut xorg LIB_DEPENDS+= libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ Index: games/aquaria/Makefile =================================================================== --- games/aquaria/Makefile +++ games/aquaria/Makefile @@ -20,7 +20,7 @@ GH_ACCOUNT= AquariaOSE GH_PROJECT= Aquaria -USES= cmake:insource compiler:c++11-lang lua:51 openal pkgconfig sdl +USES= cmake:insource compiler:c++11-lang lua:51 openal sdl EXCLUDE= AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \ libogg-* libvorbis-* lua-* tinyxml2* EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,} Index: games/atomix/Makefile =================================================================== --- games/atomix/Makefile +++ games/atomix/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome meson pkgconfig tar:xz +USES= gettext gnome meson tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 LDFLAGS= -lm Index: games/avoision/Makefile =================================================================== --- games/avoision/Makefile +++ games/avoision/Makefile @@ -17,7 +17,7 @@ libphysfs.so:devel/physfs RUN_DEPENDS= zip:archivers/zip -USES= gl pkgconfig sdl +USES= gl sdl USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Index: games/barony/Makefile =================================================================== --- games/barony/Makefile +++ games/barony/Makefile @@ -17,7 +17,7 @@ libvorbisfile.so:audio/libvorbis USES= cmake:insource compiler:c++11-lib dos2unix gl localbase:ldflags \ - openal pkgconfig sdl + openal sdl USE_GITHUB= yes GH_ACCOUNT= TurningWheel GH_PROJECT= Barony Index: games/battletanks/Makefile =================================================================== --- games/battletanks/Makefile +++ games/battletanks/Makefile @@ -16,7 +16,7 @@ libvorbisfile.so:audio/libvorbis \ libsmpeg.so:multimedia/smpeg -USES= lua:51 openal:al pkgconfig python:build scons sdl tar:bzip2 +USES= lua:51 openal:al python:build scons sdl tar:bzip2 USE_CXXSTD= gnu++98 USE_LDCONFIG= yes USE_SDL= image sdl Index: games/belooted/Makefile =================================================================== --- games/belooted/Makefile +++ games/belooted/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Index: games/blobby/Makefile =================================================================== --- games/blobby/Makefile +++ games/blobby/Makefile @@ -20,7 +20,7 @@ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs USES= cmake compiler:c++11-lang dos2unix gl localbase:ldflags \ - pkgconfig sdl + sdl USE_SDL= sdl2 USE_GL= gl Index: games/blobwars/Makefile =================================================================== --- games/blobwars/Makefile +++ games/blobwars/Makefile @@ -10,7 +10,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/doc/license -USES= gmake gnome pkgconfig sdl +USES= gmake gnome sdl USE_SDL= image2 mixer2 net2 sdl2 ttf2 PORTDOCS= * Index: games/blockattack/Makefile =================================================================== --- games/blockattack/Makefile +++ games/blockattack/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs USES= cmake compiler:c++11-lib gettext localbase:ldflags \ - pkgconfig sdl shebangfix + sdl shebangfix USE_GITHUB= yes USE_SDL= image2 mixer2 ttf2 GH_PROJECT= ${PORTNAME}-game Index: games/bombherman/Makefile =================================================================== --- games/bombherman/Makefile +++ games/bombherman/Makefile @@ -19,7 +19,7 @@ GH_PROJECT= Bomb-her-man GH_TAGNAME= 8f5aa22 -USES= autoreconf compiler:c++11-lang gmake gnome pkgconfig sdl +USES= autoreconf compiler:c++11-lang gmake gnome sdl USE_CXXSTD= gnu++98 USE_SDL= sdl image mixer ttf USE_GNOME= cairo intltool librsvg2 Index: games/brutalchess/Makefile =================================================================== --- games/brutalchess/Makefile +++ games/brutalchess/Makefile @@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USES= dos2unix gl gmake libtool pkgconfig sdl xorg +USES= dos2unix gl gmake libtool sdl xorg USE_GL= yes USE_SDL= sdl image USE_XORG= x11 xext xt xmu xi Index: games/bstone/Makefile =================================================================== --- games/bstone/Makefile +++ games/bstone/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../LICENSE -USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig sdl +USES= cmake compiler:c++11-lang localbase:ldflags sdl USE_GITHUB= yes GH_ACCOUNT= bibendovsky USE_SDL= sdl2 Index: games/burgerspace/Makefile =================================================================== --- games/burgerspace/Makefile +++ games/burgerspace/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra -USES= pkgconfig sdl +USES= sdl USE_CXXSTD= gnu++98 USE_SDL= image mixer sdl Index: games/cataclysm-dda/Makefile =================================================================== --- games/cataclysm-dda/Makefile +++ games/cataclysm-dda/Makefile @@ -37,7 +37,7 @@ NLS_MAKE_ARGS= LANGUAGES=all NLS_MAKE_ARGS_OFF= LOCALIZE=0 NLS_ALL_TARGET= localization -SDL_USES= pkgconfig sdl +SDL_USES= sdl SDL_USE= SDL=image2,ttf2 SDL_MAKE_ARGS= TILES=1 SDL_ALL_TARGET= cataclysm-tiles Index: games/cdogs-sdl/Makefile =================================================================== --- games/cdogs-sdl/Makefile +++ games/cdogs-sdl/Makefile @@ -9,7 +9,7 @@ protoc:devel/protobuf LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= cmake compiler:c++11-lang gl gnome localbase:ldflags pkgconfig \ +USES= cmake compiler:c++11-lang gl gnome localbase:ldflags \ python:3.6+ sdl USE_SDL= image2 mixer2 sdl2 Index: games/chocolate-doom/Makefile =================================================================== --- games/chocolate-doom/Makefile +++ games/chocolate-doom/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= gmake pkgconfig python:build sdl +USES= gmake python:build sdl USE_SDL= mixer2 net2 sdl2 GNU_CONFIGURE= yes BINARY_ALIAS= python=${PYTHON_CMD} Index: games/chroma/Makefile =================================================================== --- games/chroma/Makefile +++ games/chroma/Makefile @@ -32,7 +32,7 @@ CURSES_PLIST_FILES= bin/${PORTNAME}-curses SDL_CONFIGURE_ENABLE= sdl SDL_LIB_DEPENDS= libfreetype.so:print/freetype2 -SDL_USES= pkgconfig sdl +SDL_USES= sdl SDL_USE= SDL=sdl,image SDL_PLIST_FILES= bin/${PORTNAME} Index: games/chromium-bsu/Makefile =================================================================== --- games/chromium-bsu/Makefile +++ games/chromium-bsu/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USES= compiler:c++11-lang gettext-tools gl gmake gnome localbase \ - pkgconfig sdl + sdl USE_SDL= sdl2 image2 USE_GL= gl glu CONFIGURE_ARGS= --disable-sdl \ Index: games/corsix-th/Makefile =================================================================== --- games/corsix-th/Makefile +++ games/corsix-th/Makefile @@ -13,7 +13,7 @@ ${LUA_REFMODLIBDIR}/lpeg.so:devel/lua-lpeg@${LUA_FLAVOR} USES= cmake:insource compiler:c++11-lib desktop-file-utils dos2unix \ - iconv lua pkgconfig sdl + iconv lua sdl USE_SDL= mixer2 DOS2UNIX_FILES= CMake/FindFFmpeg.cmake \ CorsixTH/CMakeLists.txt \ Index: games/cosmosmash/Makefile =================================================================== --- games/cosmosmash/Makefile +++ games/cosmosmash/Makefile @@ -14,7 +14,7 @@ libmikmod.so:audio/libmikmod \ libaudiofile.so:audio/libaudiofile -USES= desktop-file-utils iconv pkgconfig sdl xorg +USES= desktop-file-utils iconv sdl xorg USE_CXXSTD= gnu++98 USE_SDL= image mixer sdl USE_XORG= x11 xau xdmcp Index: games/crack-attack/Makefile =================================================================== --- games/crack-attack/Makefile +++ games/crack-attack/Makefile @@ -7,7 +7,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= OpenGL game based on Super Nintendo classic Tetris Attack -USES= compiler:c++11-lang gl gnome pkgconfig xorg +USES= compiler:c++11-lang gl gnome xorg USE_XORG= x11 xi xmu sm ice USE_GL= glut USE_GNOME= gtk20 Index: games/crashtest/Makefile =================================================================== --- games/crashtest/Makefile +++ games/crashtest/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libode.so:devel/ode -USES= gl pkgconfig +USES= gl USE_GL= gl glu BUILD_WRKSRC= ${WRKSRC}/src-crashtest Index: games/cretan-hubris/Makefile =================================================================== --- games/cretan-hubris/Makefile +++ games/cretan-hubris/Makefile @@ -17,7 +17,7 @@ libphysfs.so:devel/physfs RUN_DEPENDS= zip:archivers/zip -USES= gl pkgconfig sdl +USES= gl sdl USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Index: games/crispy-doom/Makefile =================================================================== --- games/crispy-doom/Makefile +++ games/crispy-doom/Makefile @@ -13,7 +13,7 @@ CONFLICTS_INSTALL= chocolate-doom -USES= autoreconf pkgconfig python:build sdl shebangfix +USES= autoreconf python:build sdl shebangfix USE_CSTD= c99 USE_SDL= mixer2 net2 sdl2 GNU_CONFIGURE= yes Index: games/crossfire-client/Makefile =================================================================== --- games/crossfire-client/Makefile +++ games/crossfire-client/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake gnome perl5 pkgconfig sdl vala:build +USES= cmake gnome perl5 sdl vala:build USE_GNOME= gtk20 USE_PERL5= build USE_SDL= sdl image mixer Index: games/csmash/Makefile =================================================================== --- games/csmash/Makefile +++ games/csmash/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gettext gl gmake gnome pkgconfig sdl +USES= compiler:c++11-lang gettext gl gmake gnome sdl USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gtk20 Index: games/devilutionX/Makefile =================================================================== --- games/devilutionX/Makefile +++ games/devilutionX/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfmt.so:devel/libfmt BUILD_DEPENDS= ${LOCALBASE}/include/SimpleIni.h:devel/simpleini -USES= cmake compiler:c++11-lang dos2unix gettext-tools pkgconfig sdl +USES= cmake compiler:c++11-lang dos2unix gettext-tools sdl DOS2UNIX_GLOB= *.cpp *.h CMakeLists.txt USE_GITHUB= yes GH_ACCOUNT= diasurgical Index: games/diaspora/Makefile =================================================================== --- games/diaspora/Makefile +++ games/diaspora/Makefile @@ -30,7 +30,7 @@ libvorbisfile.so:audio/libvorbis \ libtheora.so:multimedia/libtheora -USES= autoreconf compiler:c++11-lang gl jpeg lua:51 openal pkgconfig \ +USES= autoreconf compiler:c++11-lang gl jpeg lua:51 openal \ sdl tar:lzma USE_CXXSTD= gnu++98 USE_GL= gl glu Index: games/dobutsu/Makefile =================================================================== --- games/dobutsu/Makefile +++ games/dobutsu/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-runtime gettext-tools localbase:ldflags pkgconfig readline tar:xz +USES= gettext-runtime gettext-tools localbase:ldflags readline tar:xz MAKE_ARGS= CC="${CC}" \ LDFLAGS="${LDFLAGS}" \ Index: games/domino-chain/Makefile =================================================================== --- games/domino-chain/Makefile +++ games/domino-chain/Makefile @@ -16,7 +16,7 @@ convert:graphics/ImageMagick7 RUN_DEPENDS= ${FREESANS_DIR}/FreeSans.ttf:x11-fonts/freefont-ttf -USES= compiler:c++17-lang gettext gmake lua:52 pkgconfig sdl +USES= compiler:c++17-lang gettext gmake lua:52 sdl USE_GITLAB= yes GL_PROJECT= domino-chain.gitlab.io GL_COMMIT= 3969eaa66f753e873eca4ef33b263ca1307be2df Index: games/doomsday/Makefile =================================================================== --- games/doomsday/Makefile +++ games/doomsday/Makefile @@ -14,7 +14,7 @@ libfluidsynth.so:audio/fluidsynth RUN_DEPENDS= timidity:audio/timidity -USES= cmake compiler:c++11-lib gl localbase:ldflags ncurses ninja openal pkgconfig \ +USES= cmake compiler:c++11-lib gl localbase:ldflags ncurses ninja openal \ python:3.5+,build qt:5 sdl xorg USE_GL= gl glu Index: games/duel/Makefile =================================================================== --- games/duel/Makefile +++ games/duel/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl -USES= compiler:c++11-lang gl libtool pkgconfig sdl tar:bzip2 +USES= compiler:c++11-lang gl libtool sdl tar:bzip2 USE_GL= gl USE_SDL= sdl GNU_CONFIGURE= yes Index: games/dunelegacy/Makefile =================================================================== --- games/dunelegacy/Makefile +++ games/dunelegacy/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lib pkgconfig sdl tar:bzip2 +USES= autoreconf compiler:c++11-lib sdl tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl2 mixer2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: games/dustrac/Makefile =================================================================== --- games/dustrac/Makefile +++ games/dustrac/Makefile @@ -17,7 +17,7 @@ GH_PROJECT= DustRacing2D GH_TAGNAME= ae380b8 # includes crash fix -USES= compiler:c++11-lib cmake gl openal pkgconfig qt:5 +USES= compiler:c++11-lib cmake gl openal qt:5 USE_GL= gl glu USE_QT= core gui opengl xml widgets testlib sql \ buildtools_build linguisttools_build qmake_build Index: games/dxx-rebirth/Makefile =================================================================== --- games/dxx-rebirth/Makefile +++ games/dxx-rebirth/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png -USES= compiler:c++17-lang gl localbase:ldflags pkgconfig scons sdl \ +USES= compiler:c++17-lang gl localbase:ldflags scons sdl \ tar:xz USE_GL= gl glu USE_SDL= image2 mixer2 sdl2 Index: games/easyrpg-player/Makefile =================================================================== --- games/easyrpg-player/Makefile +++ games/easyrpg-player/Makefile @@ -35,7 +35,7 @@ GH_ACCOUNT= EasyRPG GH_PROJECT= Player -USES= cmake:insource compiler:c++14-lang localbase:ldflags pkgconfig \ +USES= cmake:insource compiler:c++14-lang localbase:ldflags \ sdl xorg CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_Git Index: games/eboard/Makefile =================================================================== --- games/eboard/Makefile +++ games/eboard/Makefile @@ -18,7 +18,7 @@ libfreetype.so:print/freetype2 \ libpng.so:graphics/png -USES= compiler:c++11-lang gnome gstreamer perl5 pkgconfig shebangfix tar:bzip2 +USES= compiler:c++11-lang gnome gstreamer perl5 shebangfix tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= fbergo USE_GNOME= cairo gdkpixbuf2 gtk20 Index: games/ecwolf/Makefile =================================================================== --- games/ecwolf/Makefile +++ games/ecwolf/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 USES= cmake compiler:c++11-lang gnome jpeg localbase:ldflags \ - pkgconfig sdl tar:xz + sdl tar:xz USE_GNOME= cairo gdkpixbuf2 gtk20 USE_SDL= mixer sdl Index: games/eduke32/Makefile =================================================================== --- games/eduke32/Makefile +++ games/eduke32/Makefile @@ -28,7 +28,7 @@ libvpx.so:multimedia/libvpx \ libpng.so:graphics/png -USES= compiler:c11 dos2unix gl gmake gnome localbase pkgconfig sdl tar:xz +USES= compiler:c11 dos2unix gl gmake gnome localbase sdl tar:xz USE_GL= gl glu USE_GNOME= gtk20 USE_SDL= sdl2 mixer2 Index: games/eksanos/Makefile =================================================================== --- games/eksanos/Makefile +++ games/eksanos/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgranite.so:x11-toolkits/granite \ libhandy-1.so:x11-toolkits/libhandy -USES= gnome meson pkgconfig vala:build +USES= gnome meson vala:build USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} USE_GNOME= glib20 gtk30 Index: games/enigma/Makefile =================================================================== --- games/enigma/Makefile +++ games/enigma/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= Enigma-Game GH_PROJECT= Enigma -USES= autoreconf:build gettext gmake iconv localbase pkgconfig sdl +USES= autoreconf:build gettext gmake iconv localbase sdl GNU_CONFIGURE= yes USE_SDL= sdl2 image2 mixer2 ttf2 CONFIGURE_ARGS= --with-system-enet Index: games/etracer/Makefile =================================================================== --- games/etracer/Makefile +++ games/etracer/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsfml-system.so:devel/sfml -USES= compiler:c++11-lang gl pkgconfig tar:xz xorg +USES= compiler:c++11-lang gl tar:xz xorg USE_GL= gl glu GNU_CONFIGURE= yes Index: games/euchre/Makefile =================================================================== --- games/euchre/Makefile +++ games/euchre/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 -USES= compiler:c++11-lang gnome pkgconfig +USES= compiler:c++11-lang gnome USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: games/exult/Makefile =================================================================== --- games/exult/Makefile +++ games/exult/Makefile @@ -16,7 +16,7 @@ libvorbis.so:audio/libvorbis USES= autoreconf compiler:c++17-lang gmake libtool localbase \ - pkgconfig sdl xorg + sdl xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_SDL= mixer2 sdl2 Index: games/ezquake/Makefile =================================================================== --- games/ezquake/Makefile +++ games/ezquake/Makefile @@ -20,7 +20,7 @@ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp -USES= gl gmake jpeg pkgconfig sdl tcl +USES= gl gmake jpeg sdl tcl USE_GL= yes USE_SDL= sdl2 MAKE_ENV= TCL_SUFX=${TCL_SHLIB_VER} Index: games/fbg2/Makefile =================================================================== --- games/fbg2/Makefile +++ games/fbg2/Makefile @@ -17,7 +17,7 @@ libphysfs.so.1:devel/physfs RUN_DEPENDS= zip:archivers/zip -USES= gl pkgconfig sdl +USES= gl sdl USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Index: games/fheroes2/Makefile =================================================================== --- games/fheroes2/Makefile +++ games/fheroes2/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png RUN_DEPENDS= timidity:audio/timidity -USES= cmake gettext-tools iconv localbase:ldflags pkgconfig sdl \ +USES= cmake gettext-tools iconv localbase:ldflags sdl \ shebangfix USE_GITHUB= yes GH_ACCOUNT= ihhub Index: games/fillets-ng/Makefile =================================================================== --- games/fillets-ng/Makefile +++ games/fillets-ng/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_SDL= sdl mixer image ttf -USES= gmake lua:51 pkgconfig sdl +USES= gmake lua:51 sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir="${DATADIR}" CONFIGURE_ENV= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \ Index: games/five-or-more/Makefile =================================================================== --- games/five-or-more/Makefile +++ games/five-or-more/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome meson pkgconfig tar:xz vala:build +USES= gettext gnome meson tar:xz vala:build USE_GNOME= cairo gtk30 librsvg2 GLIB_SCHEMAS= org.gnome.five-or-more.gschema.xml Index: games/flightgear/Makefile =================================================================== --- games/flightgear/Makefile +++ games/flightgear/Makefile @@ -45,7 +45,6 @@ OPTIONS_DEFINE= DBUS QT5 OPTIONS_DEFAULT= DBUS QT5 DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus -DBUS_USES= pkgconfig DBUS_CMAKE_ON= -DUSE_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON Index: games/foobillard/Makefile =================================================================== --- games/foobillard/Makefile +++ games/foobillard/Makefile @@ -21,7 +21,7 @@ FREETYPE_CONFIG?= pkg-config freetype2 -USES= gmake pkgconfig xorg +USES= gmake xorg GNU_CONFIGURE= yes USE_XORG= xaw ice Index: games/four-in-a-row/Makefile =================================================================== --- games/four-in-a-row/Makefile +++ games/four-in-a-row/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz vala:build xorg +USES= gettext gmake gnome localbase meson pathfix tar:xz vala:build xorg USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build gsound USE_XORG= x11 Index: games/freeciv/Makefile =================================================================== --- games/freeciv/Makefile +++ games/freeciv/Makefile @@ -15,7 +15,7 @@ libltdl.so:devel/libltdl USES= autoreconf compiler:c++11-lang cpe gmake iconv libtool lua:53 \ - pkgconfig readline ssl tar:xz + readline ssl tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ Index: games/freedink-engine/Makefile =================================================================== --- games/freedink-engine/Makefile +++ games/freedink-engine/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libcheck.so:devel/check -USES= gettext gmake pkgconfig sdl +USES= gettext gmake sdl USE_SDL= sdl gfx ttf image mixer GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --disable-upx Index: games/freedoko/Makefile =================================================================== --- games/freedoko/Makefile +++ games/freedoko/Makefile @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USES= compiler:c++14-lang gettext-runtime gettext-tools gmake gnome \ - localbase pkgconfig zip:infozip + localbase zip:infozip USE_CXXSTD= c++14 USE_GNOME= gdkpixbuf2 gtkmm30 Index: games/frogatto/Makefile =================================================================== --- games/frogatto/Makefile +++ games/frogatto/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png -USES= compiler:c++11-lang dos2unix gl gmake pkgconfig sdl +USES= compiler:c++11-lang dos2unix gl gmake sdl ALL_TARGET= game server USE_GITHUB= yes USE_GL= glew glu Index: games/frozen-bubble/Makefile =================================================================== --- games/frozen-bubble/Makefile +++ games/frozen-bubble/Makefile @@ -18,7 +18,7 @@ p5-Compress-Bzip2>=0:archivers/p5-Compress-Bzip2 \ p5-Alien-SDL>=1.413:devel/p5-Alien-SDL -USES= compiler:features gettext-runtime gnome perl5 pkgconfig sdl \ +USES= compiler:features gettext-runtime gnome perl5 sdl \ tar:bzip2 USE_GNOME= glib20 USE_PERL5= modbuild Index: games/fs2open/Makefile =================================================================== --- games/fs2open/Makefile +++ games/fs2open/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png \ libfreetype.so:print/freetype2 -USES= cmake compiler:c++11-lib lua:51 jpeg openal pkgconfig sdl +USES= cmake compiler:c++11-lib lua:51 jpeg openal sdl USE_GITHUB= yes GH_ACCOUNT= scp-fs2open GH_PROJECT= fs2open.github.com Index: games/gbrainy/Makefile =================================================================== --- games/gbrainy/Makefile +++ games/gbrainy/Makefile @@ -14,7 +14,7 @@ itstool:textproc/itstool RUN_DEPENDS= bash:shells/bash -USES= gettext gmake gnome mono pathfix pkgconfig shebangfix +USES= gettext gmake gnome mono pathfix shebangfix USE_GNOME= intltool SHEBANG_FILES= src/Clients/Classical/gbrainy.in Index: games/glest/Makefile =================================================================== --- games/glest/Makefile +++ games/glest/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data USES= autoreconf:build compiler:c++11-lang dos2unix gl localbase \ - lua:51 openal:al,alut pkgconfig sdl xorg zip + lua:51 openal:al,alut sdl xorg zip USE_SDL= sdl USE_GL= gl glu USE_XORG= x11 Index: games/glightoff/Makefile =================================================================== --- games/glightoff/Makefile +++ games/glightoff/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gmake gnome iconv localbase pkgconfig xorg +USES= gmake gnome iconv localbase xorg GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 USE_XORG= x11 Index: games/gnome-2048/Makefile =================================================================== --- games/gnome-2048/Makefile +++ games/gnome-2048/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gl gmake gnome localbase meson pathfix pkgconfig tar:xz vala:build xorg +USES= gettext gl gmake gnome localbase meson pathfix tar:xz vala:build xorg USE_GNOME= cairo gtk30 intltool libxml2:build USE_GL= egl USE_XORG+= x11 xext xdamage xfixes xcomposite xi xrandr Index: games/gnome-chess/Makefile =================================================================== --- games/gnome-chess/Makefile +++ games/gnome-chess/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even -USES= desktop-file-utils gettext gl gnome localbase meson pkgconfig \ +USES= desktop-file-utils gettext gl gnome localbase meson \ python:3.6+,build tar:xz vala:build USE_GNOME= cairo gtk40 librsvg2 libxml2:build USE_GL= egl gl Index: games/gnome-klotski/Makefile =================================================================== --- games/gnome-klotski/Makefile +++ games/gnome-klotski/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome localbase meson pathfix \ - pkgconfig tar:xz vala:build + tar:xz vala:build USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build GLIB_SCHEMAS= org.gnome.Klotski.gschema.xml Index: games/gnome-mahjongg/Makefile =================================================================== --- games/gnome-mahjongg/Makefile +++ games/gnome-mahjongg/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz vala:build +USES= gettext gmake gnome localbase meson pathfix tar:xz vala:build USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build GLIB_SCHEMAS= org.gnome.Mahjongg.gschema.xml Index: games/gnome-mines/Makefile =================================================================== --- games/gnome-mines/Makefile +++ games/gnome-mines/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome localbase meson python:3.6+,build tar:xz vala:build USE_GNOME= gtk30 librsvg2 BINARY_ALIAS= python3=${PYTHON_VERSION} Index: games/gnome-nibbles/Makefile =================================================================== --- games/gnome-nibbles/Makefile +++ games/gnome-nibbles/Makefile @@ -29,7 +29,7 @@ PORTSCOUT= limitw:1,even USES= gettext gl gnome meson pathfix \ - pkgconfig tar:xz vala:build xorg + tar:xz vala:build xorg USE_GNOME= cairo gsound gtk30 librsvg2 libxml2:build USE_GL= gl egl USE_XORG= x11 xcomposite xdamage xext xi xfixes xrandr Index: games/gnome-robots/Makefile =================================================================== --- games/gnome-robots/Makefile +++ games/gnome-robots/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz \ +USES= gettext gmake gnome localbase meson pathfix tar:xz \ vala:build xorg USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 Index: games/gnome-sudoku/Makefile =================================================================== --- games/gnome-sudoku/Makefile +++ games/gnome-sudoku/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gettext gmake gnome meson \ - python:3.7+ pkgconfig tar:xz vala:build + python:3.7+ tar:xz vala:build USE_GNOME= cairo gtk30 BINARY_ALIAS= python3=${PYTHON_CMD} Index: games/gnome-taquin/Makefile =================================================================== --- games/gnome-taquin/Makefile +++ games/gnome-taquin/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase meson pathfix pkgconfig tar:xz vala:build xorg +USES= gettext gmake gnome localbase meson pathfix tar:xz vala:build xorg USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 Index: games/gnome-tetravex/Makefile =================================================================== --- games/gnome-tetravex/Makefile +++ games/gnome-tetravex/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase meson pathfix pkgconfig \ +USES= gettext gmake gnome localbase meson pathfix \ python:3.7+ tar:xz vala:build USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build Index: games/gnubg/Makefile =================================================================== --- games/gnubg/Makefile +++ games/gnubg/Makefile @@ -20,7 +20,7 @@ libfreetype.so:print/freetype2 USES= bison gl gmake gnome libtool pathfix shebangfix python \ - pkgconfig compiler:c++11-lang readline xorg + compiler:c++11-lang readline xorg USE_GNOME= glib20 gtk20 cairo pangox-compat USE_XORG+= xmu xt sm ice x11 USE_GL+= glu gl Index: games/gnubik/Makefile =================================================================== --- games/gnubik/Makefile +++ games/gnubik/Makefile @@ -14,7 +14,7 @@ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext GNU_CONFIGURE= yes -USES= compiler:c++11-lang gettext gl gmake gnome localbase pkgconfig +USES= compiler:c++11-lang gettext gl gmake gnome localbase USE_GNOME= gtk20 USE_GL= gl glu Index: games/gnudoku/Makefile =================================================================== --- games/gnudoku/Makefile +++ games/gnudoku/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang gmake USE_CXXSTD= c++11 MAKE_ENV= CXXLAGS="${CXXFLAGS}" MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" Index: games/gnurobots/Makefile =================================================================== --- games/gnurobots/Makefile +++ games/gnurobots/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libguile.so:lang/guile1 -USES= autoreconf gnome localbase:ldflags pkgconfig readline +USES= autoreconf gnome localbase:ldflags readline USE_GNOME= vte GNU_CONFIGURE= yes Index: games/gtkatlantic/Makefile =================================================================== --- games/gtkatlantic/Makefile +++ games/gtkatlantic/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome localbase:ldflags pkgconfig +USES= gnome localbase:ldflags USE_GNOME= cairo gtk30 libxml2 GNU_CONFIGURE= yes Index: games/gtkballs/Makefile =================================================================== --- games/gtkballs/Makefile +++ games/gtkballs/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/games Index: games/gtkevemon/Makefile =================================================================== --- games/gtkevemon/Makefile +++ games/gtkevemon/Makefile @@ -12,7 +12,7 @@ USE_GITHUB= yes GH_TAGNAME= ac2ca34 -USES= compiler:c++11-lang gmake gnome pkgconfig:both ssl +USES= compiler:c++11-lang gmake gnome ssl USE_CXXSTD= c++11 USE_GNOME= gtk30 libxml2 Index: games/gtkradiant/Makefile =================================================================== --- games/gtkradiant/Makefile +++ games/gtkradiant/Makefile @@ -17,7 +17,7 @@ libmhash.so:security/mhash \ libpng.so:graphics/png -USES= compiler:c++11-lang gnome pkgconfig python:build scons zip +USES= compiler:c++11-lang gnome python:build scons zip USE_GNOME= gtk20 libxml2 MAKE_ARGS= ${MAKE_ENV} BUILD=release SSP_UNSAFE= yes Index: games/gzdoom/Makefile =================================================================== --- games/gzdoom/Makefile +++ games/gzdoom/Makefile @@ -18,7 +18,7 @@ libfreetype.so:print/freetype2 \ libzmusic.so:audio/zmusic -USES= cmake compiler:c++11-lang gl gnome jpeg pkgconfig sdl +USES= cmake compiler:c++11-lang gl gnome jpeg sdl DATADIR= ${DMDIR}/${PORTNAME} Index: games/hedgewars/Makefile =================================================================== --- games/hedgewars/Makefile +++ games/hedgewars/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png -USES= cmake:noninja desktop-file-utils fpc gl lua:51 pkgconfig qt:5 \ +USES= cmake:noninja desktop-file-utils fpc gl lua:51 qt:5 \ sdl tar:bzip2 USE_SDL= sdl2 mixer2 image2 ttf2 net2 USE_FPC= opengl libpng rtl-objpas rtl-extra Index: games/hexxagon/Makefile =================================================================== --- games/hexxagon/Makefile +++ games/hexxagon/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= compiler:c++11-lang gmake pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake tar:bzip2 USE_CXXSTD= c++11 GNU_CONFIGURE= yes Index: games/hitori/Makefile =================================================================== --- games/hitori/Makefile +++ games/hitori/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gmake gnome localbase meson pathfix \ - pkgconfig tar:xz + tar:xz USE_GNOME= cairo gtk30 librsvg2 libxml2:build GLIB_SCHEMAS= org.gnome.hitori.gschema.xml Index: games/iagno/Makefile =================================================================== --- games/iagno/Makefile +++ games/iagno/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome localbase meson \ - pathfix pkgconfig tar:xz vala:build xorg + pathfix tar:xz vala:build xorg USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 Index: games/instead/Makefile =================================================================== --- games/instead/Makefile +++ games/instead/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang iconv lua:51 pkgconfig sdl +USES= cmake compiler:c++11-lang iconv lua:51 sdl USE_SDL= sdl2 image2 ttf2 mixer2 CMAKE_ARGS= -DMANDIR=share/man Index: games/ioquake3/Makefile =================================================================== --- games/ioquake3/Makefile +++ games/ioquake3/Makefile @@ -12,7 +12,7 @@ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING.txt -USES= cpe pkgconfig gmake +USES= cpe gmake # Port configuration flags: # CLIENT SERVER TOOLS DLRENDERER GAMELIBS OPUS OPENGL2 Index: games/iortcw/Makefile =================================================================== --- games/iortcw/Makefile +++ games/iortcw/Makefile @@ -18,7 +18,7 @@ libopus.so:audio/opus \ libopusfile.so:audio/opusfile -USES= compiler:c++11-lang gl gmake jpeg openal pkgconfig sdl xorg +USES= compiler:c++11-lang gl gmake jpeg openal sdl xorg USE_GITHUB= yes USE_GL= gl USE_SDL= sdl2 Index: games/ivan/Makefile =================================================================== --- games/ivan/Makefile +++ games/ivan/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libpcre.so:devel/pcre -USES= cmake pkgconfig sdl +USES= cmake sdl USE_SDL= sdl2 mixer2 USE_GITHUB= yes GH_ACCOUNT= Attnam Index: games/jaggedalliance2/Makefile =================================================================== --- games/jaggedalliance2/Makefile +++ games/jaggedalliance2/Makefile @@ -24,7 +24,7 @@ miniaudio>=0.10.36,1<0.11,1:audio/miniaudio LIB_DEPENDS= libfltk.so:x11-toolkits/fltk -USES= cargo cmake compiler:c++17-lang pkgconfig sdl xorg gl lua:53 +USES= cargo cmake compiler:c++17-lang sdl xorg gl lua:53 USE_GITHUB= yes GH_ACCOUNT= ja2-stracciatella GH_PROJECT= ja2-stracciatella Index: games/jfsw/Makefile =================================================================== --- games/jfsw/Makefile +++ games/jfsw/Makefile @@ -16,7 +16,7 @@ libfluidsynth.so:audio/fluidsynth USES= alias compiler:c++11-lang dos2unix gl gmake gnome \ - perl5 pkgconfig:build sdl + perl5:build sdl USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer2 sdl2 Index: games/klavaro/Makefile =================================================================== --- games/klavaro/Makefile +++ games/klavaro/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= gettext gmake gnome iconv pkgconfig tar:bzip2 +USES= gettext gmake gnome iconv tar:bzip2 USE_GNOME= cairo gtk30 intlhack USE_LDCONFIG= yes Index: games/kpat/Makefile =================================================================== --- games/kpat/Makefile +++ games/kpat/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libfreecell-solver.so:games/freecell-solver \ libblack_hole_solver.so:games/black-hole-solver -USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ qt:5 shared-mime-info tar:xz USE_KDE= attica auth codecs completion config configwidgets coreaddons \ crash dbusaddons guiaddons i18n iconthemes itemviews \ Index: games/lander/Makefile =================================================================== --- games/lander/Makefile +++ games/lander/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= compiler:c++17-lang display:test gettext gl meson sdl pkgconfig tar:xz +USES= compiler:c++17-lang display:test gettext gl meson sdl tar:xz USE_SDL= sdl2 image2 mixer2 USE_GL= gl glew Index: games/ldmud/Makefile =================================================================== --- games/ldmud/Makefile +++ games/ldmud/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre GNU_CONFIGURE= yes -USES= iconv pkgconfig ssl +USES= iconv ssl CONFIGURE_ARGS+=--libdir=${DATADIR} \ --bindir=${PREFIX}/sbin \ --enable-use-pcre \ Index: games/libgnome-games-support/Makefile =================================================================== --- games/libgnome-games-support/Makefile +++ games/libgnome-games-support/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome meson pkgconfig tar:xz vala:build +USES= gettext gnome meson tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 .include Index: games/liblcf/Makefile =================================================================== --- games/liblcf/Makefile +++ games/liblcf/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= EasyRPG -USES= cmake compiler:c++14-lang pkgconfig shared-mime-info +USES= cmake compiler:c++14-lang shared-mime-info USE_LDCONFIG= yes CMAKE_OFF= LIBLCF_UPDATE_MIMEDB Index: games/libmaitretarot/Makefile =================================================================== --- games/libmaitretarot/Makefile +++ games/libmaitretarot/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= gnome libtool pkgconfig tar:bzip2 +USES= gnome libtool tar:bzip2 USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: games/libmanette/Makefile =================================================================== --- games/libmanette/Makefile +++ games/libmanette/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ libgudev-1.0.so:devel/libgudev -USES= compiler:c11 gnome meson pkgconfig tar:xz vala:build +USES= compiler:c11 gnome meson tar:xz vala:build USE_GNOME= glib20 introspection USE_LDCONFIG= yes Index: games/libmt_client/Makefile =================================================================== --- games/libmt_client/Makefile +++ games/libmt_client/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libmaitretarot.so:games/libmaitretarot GNU_CONFIGURE= yes -USES= gnome libtool pkgconfig tar:bzip2 +USES= gnome libtool tar:bzip2 USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: games/lightsoff/Makefile =================================================================== --- games/lightsoff/Makefile +++ games/lightsoff/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= gettext gl gmake gnome localbase meson \ - pathfix pkgconfig sqlite tar:xz vala:build xorg + pathfix sqlite tar:xz vala:build xorg USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USE_GL= egl gl Index: games/lincity-ng/Makefile =================================================================== --- games/lincity-ng/Makefile +++ games/lincity-ng/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl gnome localbase:ldflags pkgconfig sdl tar:bzip2 xorg +USES= gl gnome localbase:ldflags sdl tar:bzip2 xorg USE_SDL= sdl mixer image ttf gfx USE_GL= gl USE_XORG= x11 Index: games/lordsawar/Makefile =================================================================== --- games/lordsawar/Makefile +++ games/lordsawar/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib gettext gmake gnome libarchive pkgconfig \ +USES= compiler:c++11-lib gettext gmake gnome libarchive \ shebangfix USE_GNOME= gtkmm30 intltool libxslt GNU_CONFIGURE= yes Index: games/lugaru/Makefile =================================================================== --- games/lugaru/Makefile +++ games/lugaru/Makefile @@ -15,7 +15,7 @@ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg -USES= cmake compiler:c++11-lang gl jpeg openal:soft pkgconfig sdl \ +USES= cmake compiler:c++11-lang gl jpeg openal:soft sdl \ tar:bzip2 xorg USE_GL= gl glu USE_SDL= sdl2 Index: games/macopix/Makefile =================================================================== --- games/macopix/Makefile +++ games/macopix/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= gettext gmake gnome iconv jpeg libtool pkgconfig xorg +USES= gettext gmake gnome iconv jpeg libtool xorg USE_GNOME= gtk20 USE_XORG= x11 GNU_CONFIGURE= yes Index: games/mahjong/Makefile =================================================================== --- games/mahjong/Makefile +++ games/mahjong/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ -USES= compiler:c++11-lang gmake gnome perl5 pkgconfig +USES= compiler:c++11-lang gmake gnome perl5 USE_GNOME= gtk20 USE_PERL5= build MAKE_ENV= CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}" Index: games/maitretarot/Makefile =================================================================== --- games/maitretarot/Makefile +++ games/maitretarot/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmaitretarot.so:games/libmaitretarot -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Index: games/manaplus/Makefile =================================================================== --- games/manaplus/Makefile +++ games/manaplus/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png \ libcurl.so:ftp/curl -USES= autoreconf compiler:c++11-lang pkgconfig:build sdl tar:xz xorg +USES= autoreconf compiler:c++11-lang:build sdl tar:xz xorg USE_SDL= sdl2 gfx2 image2 mixer2 net2 ttf2 USE_XORG= x11 Index: games/megaglest/Makefile =================================================================== --- games/megaglest/Makefile +++ games/megaglest/Makefile @@ -27,7 +27,7 @@ SUB_FILES= pkg-message USES= cmake:insource compiler:c++11-lib display:build dos2unix jpeg lua \ - openal:al,alut pkgconfig ssl localbase:ldflags sdl gl xorg + openal:al,alut ssl localbase:ldflags sdl gl xorg USE_GL= glew gl glu USE_SDL= sdl2 USE_XORG= sm ice x11 xext Index: games/minetestmapper/Makefile =================================================================== --- games/minetestmapper/Makefile +++ games/minetestmapper/Makefile @@ -12,7 +12,7 @@ libsqlite3.so:databases/sqlite3 \ libzstd.so:archivers/zstd -USES= cmake compiler:c11 pkgconfig +USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= minetest Index: games/moonlight-embedded/Makefile =================================================================== --- games/moonlight-embedded/Makefile +++ games/moonlight-embedded/Makefile @@ -19,7 +19,7 @@ libudev.so:devel/libudev-devd \ libuuid.so:misc/e2fsprogs-libuuid -USES= cmake localbase:ldflags perl5 pkgconfig sdl ssl tar:xz +USES= cmake localbase:ldflags perl5 sdl ssl tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_SDL= sdl2 Index: games/mt_dolphin_ia/Makefile =================================================================== --- games/mt_dolphin_ia/Makefile +++ games/mt_dolphin_ia/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmt_client.so:games/libmt_client -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 Index: games/mt_gtk_client/Makefile =================================================================== --- games/mt_gtk_client/Makefile +++ games/mt_gtk_client/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CFLAGS+= -fcommon -USES= gettext gnome pkgconfig tar:bzip2 +USES= gettext gnome tar:bzip2 USE_GNOME= glib20 gtk20 libxml2 .if !defined(WITHOUT_SERVER) Index: games/naev/Makefile =================================================================== --- games/naev/Makefile +++ games/naev/Makefile @@ -19,7 +19,7 @@ libzip.so:archivers/libzip RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/${DISTNAME}-ndata.zip:games/naev-data -USES= autoreconf:build compiler:features gl gmake gnome pkgconfig sdl \ +USES= autoreconf:build compiler:features gl gmake gnome sdl \ tar:bzip2 GNU_CONFIGURE= yes USE_GL= gl glu Index: games/netradiant/Makefile =================================================================== --- games/netradiant/Makefile +++ games/netradiant/Makefile @@ -23,7 +23,7 @@ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext USES= compiler:c++11-lang gl gmake gnome jpeg localbase:ldflags \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GL= gl glu USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango pangox-compat USE_XORG= ice sm x11 xmu xt Index: games/nlarn/Makefile =================================================================== --- games/nlarn/Makefile +++ games/nlarn/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake gnome localbase lua:53 ncurses:port pkgconfig +USES= gmake gnome localbase lua:53 ncurses:port USE_GITHUB= yes USE_GNOME= glib20 introspection:build Index: games/open-adventure/Makefile =================================================================== --- games/open-adventure/Makefile +++ games/open-adventure/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/yaml/__init__.py:devel/py-yaml@${PY_FLAVOR} \ a2x:textproc/asciidoc -USES= gmake libedit pkgconfig python:build +USES= gmake libedit python:build USE_GITLAB= yes GL_ACCOUNT= esr GL_COMMIT= f2f238e9e42ed76f9cfac219f37142cd7bcf6edb Index: games/openbor/Makefile =================================================================== --- games/openbor/Makefile +++ games/openbor/Makefile @@ -38,7 +38,7 @@ GH_ACCOUNT= DCurrent GH_TAGNAME?= 3caaddd5 -USES+= cpe gmake pkgconfig sdl +USES+= cpe gmake sdl .if ${PORTVERSION} < 4433 USE_CSTD= gnu89 .endif Index: games/opencity/Makefile =================================================================== --- games/opencity/Makefile +++ games/opencity/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpng.so:graphics/png GNU_CONFIGURE= yes -USES= compiler:c11 gl gmake pkgconfig sdl tar:bzip2 +USES= compiler:c11 gl gmake sdl tar:bzip2 USE_SDL= sdl mixer image net USE_GL= gl glu INSTALL_TARGET= install-strip Index: games/openclaw/Makefile =================================================================== --- games/openclaw/Makefile +++ games/openclaw/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libtinyxml.so:textproc/tinyxml -USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig sdl +USES= cmake compiler:c++11-lib localbase:ldflags sdl USE_GITHUB= yes GH_ACCOUNT= pjasicek USE_SDL= gfx2 image2 mixer2 ttf2 Index: games/openclonk/Makefile =================================================================== --- games/openclonk/Makefile +++ games/openclonk/Makefile @@ -27,7 +27,7 @@ # make install has parallel issues with ninja USES= cmake:noninja desktop-file-utils gl gnome jpeg openal \ - pkgconfig sdl tar:bzip2 xorg + sdl tar:bzip2 xorg USE_GL= gl glew glu USE_SDL= sdl2 USE_XORG= x11 xpm Index: games/opendungeons/Makefile =================================================================== --- games/opendungeons/Makefile +++ games/opendungeons/Makefile @@ -25,7 +25,7 @@ BROKEN= error: no template named 'conditional_t' in namespace 'std' -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= OpenDungeons Index: games/openlierox/Makefile =================================================================== --- games/openlierox/Makefile +++ games/openlierox/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake:insource compiler:c++11-lang gnome localbase pkgconfig \ +USES= cmake:insource compiler:c++11-lang gnome localbase \ sdl tar:bzip2 USE_SDL= sdl image USE_GNOME= libxml2 Index: games/openmortal/Makefile =================================================================== --- games/openmortal/Makefile +++ games/openmortal/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= dos2unix perl5 pkgconfig sdl tar:bzip2 +USES= dos2unix perl5 sdl tar:bzip2 GNU_CONFIGURE= yes USE_SDL= mixer image sdl net DOS2UNIX_FILES= src/gfx.cpp Index: games/openmw/Makefile =================================================================== --- games/openmw/Makefile +++ games/openmw/Makefile @@ -19,7 +19,7 @@ libunshield.so:archivers/unshield \ liblz4.so:archivers/liblz4 -USES= cmake compiler:c++17-lang gl openal pkgconfig qt:5 sdl xorg +USES= cmake compiler:c++17-lang gl openal qt:5 sdl xorg USE_GITHUB= yes GH_ACCOUNT= OpenMW USE_GL= gl Index: games/openrct2/Makefile =================================================================== --- games/openrct2/Makefile +++ games/openrct2/Makefile @@ -27,7 +27,7 @@ libduktape.so:lang/duktape-lib USES= cmake compiler:c++17-lang desktop-file-utils gnome gl iconv \ - localbase:ldflags pkgconfig sdl shared-mime-info ssl + localbase:ldflags sdl shared-mime-info ssl USE_GITHUB= yes GH_ACCOUNT= OpenRCT2 GH_PROJECT= OpenRCT2 Index: games/openttd/Makefile =================================================================== --- games/openttd/Makefile +++ games/openttd/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ liblzo2.so:archivers/lzo2 -USES= cmake compiler:c++17-lang cpe pkgconfig tar:xz +USES= cmake compiler:c++17-lang cpe tar:xz CMAKE_ARGS= -DCMAKE_INSTALL_BINDIR:PATH=bin \ -DCMAKE_INSTALL_DATADIR:PATH=share Index: games/opentyrian/Makefile =================================================================== --- games/opentyrian/Makefile +++ games/opentyrian/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pkgconfig sdl +USES= gmake sdl USE_GITHUB= yes USE_SDL= sdl2 net2 Index: games/openxcom/Makefile =================================================================== --- games/openxcom/Makefile +++ games/openxcom/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= SupSuper GH_PROJECT= OpenXcom -USES= compiler:c++11-lang gl gmake pkgconfig sdl +USES= compiler:c++11-lang gl gmake sdl USE_CXXSTD= c++11 USE_SDL= sdl mixer image gfx USE_GL= gl Index: games/phlipple/Makefile =================================================================== --- games/phlipple/Makefile +++ games/phlipple/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -USES= desktop-file-utils gl pkgconfig sdl dos2unix xorg +USES= desktop-file-utils gl sdl dos2unix xorg USE_GL= gl glew glu USE_SDL= sdl mixer image GNU_CONFIGURE= yes Index: games/pinball/Makefile =================================================================== --- games/pinball/Makefile +++ games/pinball/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= adoptware USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags \ - libtool:keepla pkgconfig sdl xorg # .la needed for plugin loading + libtool:keepla sdl xorg # .la needed for plugin loading USE_XORG= ice sm USE_GL= gl glu USE_SDL= image mixer sdl Index: games/pink-pony/Makefile =================================================================== --- games/pink-pony/Makefile +++ games/pink-pony/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= ginkgo -USES= pkgconfig scons compiler:c++11-lang gl sdl +USES= scons compiler:c++11-lang gl sdl USE_CXXSTD= c++11 USE_GL= gl glu USE_SDL= mixer Index: games/pioneer/Makefile =================================================================== --- games/pioneer/Makefile +++ games/pioneer/Makefile @@ -31,7 +31,7 @@ libsigc-2.0.so:devel/libsigc++20 \ libvorbisfile.so:audio/libvorbis -USES= cmake compiler:c++17-lang gl gnome lua:52 pkgconfig sdl +USES= cmake compiler:c++17-lang gl gnome lua:52 sdl USE_GITHUB= yes USE_GL= gl glu glew USE_SDL= image2 sdl2 Index: games/pioneers/Makefile =================================================================== --- games/pioneers/Makefile +++ games/pioneers/Makefile @@ -16,7 +16,7 @@ libnotify.so:devel/libnotify RUN_DEPENDS= yelp:x11/yelp -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= cairo gnomeprefix gtk30 intltool librsvg2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: games/poker-eval/Makefile =================================================================== --- games/poker-eval/Makefile +++ games/poker-eval/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check Index: games/ponscripter-07th-mod/Makefile =================================================================== --- games/ponscripter-07th-mod/Makefile +++ games/ponscripter-07th-mod/Makefile @@ -22,7 +22,7 @@ GH_ACCOUNT= 07th-mod GH_PROJECT= ${PORTNAME}-fork -USES= compiler:c++11-lang gmake pkgconfig sdl shebangfix +USES= compiler:c++11-lang gmake sdl shebangfix USE_SDL= image2 mixer2 EXTRACT_AFTER_ARGS=--exclude src/extlib SHEBANG_FILES= util/xml-template Index: games/powder-toy/Makefile =================================================================== --- games/powder-toy/Makefile +++ games/powder-toy/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= The-Powder-Toy GH_PROJECT= The-Powder-Toy -USES= compiler:c++11-lang meson pkgconfig python:build sdl +USES= compiler:c++11-lang meson python:build sdl USE_SDL= sdl2 PORTDOCS= README.md changelog.txt Index: games/py-fife/Makefile =================================================================== --- games/py-fife/Makefile +++ games/py-fife/Makefile @@ -15,7 +15,7 @@ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png -USES= cmake compiler:c++11-lang gl openal:al pkgconfig sdl xorg +USES= cmake compiler:c++11-lang gl openal:al sdl xorg USE_GL= gl glew USE_LDCONFIG= yes USE_SDL= sdl2 ttf2 image2 Index: games/qnetwalk/Makefile =================================================================== --- games/qnetwalk/Makefile +++ games/qnetwalk/Makefile @@ -11,7 +11,7 @@ USE_GITHUB= yes GH_ACCOUNT= AMDmi3 -USES= cmake compiler:c++11-lang pkgconfig qt:5 sdl +USES= cmake compiler:c++11-lang qt:5 sdl USE_QT= core gui widgets qmake_build buildtools_build linguisttools_build USE_SDL= sdl2 mixer2 Index: games/qqwing/Makefile =================================================================== --- games/qqwing/Makefile +++ games/qqwing/Makefile @@ -8,7 +8,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Sudoku generating and solving software -USES= autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool pathfix USE_GITHUB= yes GH_ACCOUNT= stephenostermiller Index: games/quadrapassel/Makefile =================================================================== --- games/quadrapassel/Makefile +++ games/quadrapassel/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gl gnome localbase meson pathfix pkgconfig tar:xz vala:build xorg +USES= gettext gl gnome localbase meson pathfix tar:xz vala:build xorg USE_GNOME= cairo gsound gtk30 intlhack librsvg2 libxml2:build USE_GL= egl gl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr Index: games/quakeforge/Makefile =================================================================== --- games/quakeforge/Makefile +++ games/quakeforge/Makefile @@ -44,7 +44,7 @@ CLIENTS_BUILD_DEPENDS= icotool:graphics/icoutils CLIENTS_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libcurl.so:ftp/curl -CLIENTS_USES= gl pkgconfig xorg +CLIENTS_USES= gl xorg CLIENTS_USE= gl=glu xorg=xext CLIENTS_CONFIGURE_OFF= --with-clients="" FLAC_LIB_DEPENDS= libFLAC.so:audio/flac Index: games/redeclipse/Makefile =================================================================== --- games/redeclipse/Makefile +++ games/redeclipse/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_PROJECT= base -USES= gmake pkgconfig +USES= gmake BUILD_WRKSRC= ${WRKSRC}/src SUB_FILES= ${PLIST_FILES:Mbin/*:T} Index: games/reminiscence/Makefile =================================================================== --- games/reminiscence/Makefile +++ games/reminiscence/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmodplug.so:audio/libmodplug BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_vorbis.c:devel/stb -USES= compiler:c++11-lang gmake pkgconfig sdl tar:bzip2 +USES= compiler:c++11-lang gmake sdl tar:bzip2 USE_SDL= sdl2 ALL_TARGET= rs CPPFLAGS+= -I${LOCALBASE}/include/stb Index: games/retroarch/Makefile =================================================================== --- games/retroarch/Makefile +++ games/retroarch/Makefile @@ -18,7 +18,7 @@ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= retroarch-assets<=0:games/retroarch-assets -USES= compiler:c++11-lib cpe gmake pkgconfig python:3.6+ shebangfix ssl +USES= compiler:c++11-lib cpe gmake python:3.6+ shebangfix ssl CPE_VENDOR= libretro USE_GITHUB= yes GH_ACCOUNT= libretro Index: games/rlvm/Makefile =================================================================== --- games/rlvm/Makefile +++ games/rlvm/Makefile @@ -23,7 +23,7 @@ USE_GITHUB= yes GH_ACCOUNT= eglaysher -USES= compiler:c++11-lib gl gnome pkgconfig scons sdl +USES= compiler:c++11-lib gl gnome scons sdl USE_GL= glew glu USE_GNOME= gtk20 USE_SDL= image mixer ttf Index: games/scorched3d/Makefile =================================================================== --- games/scorched3d/Makefile +++ games/scorched3d/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/scorched USES= autoreconf compiler:c++11-lang dos2unix gl gmake iconv jpeg \ - openal:al,alut perl5 pkgconfig sdl + openal:al,alut perl5 sdl USE_GL= glew glu USE_SDL= mixer net sdl USE_WX= 2.8 Index: games/scourge/Makefile =================================================================== --- games/scourge/Makefile +++ games/scourge/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/config/scourge.cfg:games/scourge-data -USES= autoreconf compiler gettext gl gmake localbase pkgconfig sdl +USES= autoreconf compiler gettext gl gmake localbase sdl GNU_CONFIGURE= yes USE_GL= gl USE_SDL= sdl image mixer net ttf Index: games/scummvm-tools/Makefile =================================================================== --- games/scummvm-tools/Makefile +++ games/scummvm-tools/Makefile @@ -21,7 +21,7 @@ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake iconv pkgconfig tar:bzip2 +USES= compiler:c++11-lang gmake iconv tar:bzip2 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --enable-verbose-build Index: games/scummvm/Makefile =================================================================== --- games/scummvm/Makefile +++ games/scummvm/Makefile @@ -20,7 +20,7 @@ libtheoradec.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -USES= compiler:c++11-lang cpe gl gmake gnome iconv jpeg pkgconfig sdl tar:xz +USES= compiler:c++11-lang cpe gl gmake gnome iconv jpeg sdl tar:xz USE_GL= gl glew HAS_CONFIGURE= yes USE_SDL= sdl2 Index: games/sdl-sopwith/Makefile =================================================================== --- games/sdl-sopwith/Makefile +++ games/sdl-sopwith/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= autoreconf pkgconfig sdl +USES= autoreconf sdl USE_GITHUB= yes GH_ACCOUNT= fragglet GNU_CONFIGURE= yes Index: games/senken/Makefile =================================================================== --- games/senken/Makefile +++ games/senken/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= City simulation game -USES= gnome pkgconfig sdl +USES= gnome sdl USE_GNOME= gtk20 USE_SDL= image sdl GNU_CONFIGURE= yes Index: games/sgt-puzzles/Makefile =================================================================== --- games/sgt-puzzles/Makefile +++ games/sgt-puzzles/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= convert:graphics/ImageMagick6-nox11 -USES= cmake gnome perl5 pkgconfig +USES= cmake gnome perl5 USE_PERL5= build CMAKE_ARGS= -DNAME_PREFIX:STRING=sgt- Index: games/shockolate/Makefile =================================================================== --- games/shockolate/Makefile +++ games/shockolate/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth \ libasound.so:audio/alsa-lib -USES= cmake compiler:c++11-lang gl pkgconfig sdl +USES= cmake compiler:c++11-lang gl sdl USE_GL= gl glu USE_SDL= sdl2 mixer2 Index: games/simutrans/Makefile =================================================================== --- games/simutrans/Makefile +++ games/simutrans/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 \ libzstd.so:archivers/zstd -USES= cmake compiler:c++11-lib pkgconfig sdl zip +USES= cmake compiler:c++11-lib sdl zip USE_SDL= sdl2 CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_CCache \ Index: games/slade/Makefile =================================================================== --- games/slade/Makefile +++ games/slade/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= sirjuddington GH_PROJECT= ${PORTNAME:tu} -USES= cmake compiler:c++14-lang gl pkgconfig +USES= cmake compiler:c++14-lang gl USE_WX= 3.0 USE_GL= gl glew glu Index: games/spacezero/Makefile =================================================================== --- games/spacezero/Makefile +++ games/spacezero/Makefile @@ -14,7 +14,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= openal:al,alut gnome pkgconfig xorg +USES= openal:al,alut gnome xorg USE_GNOME= gtk20 cairo gdkpixbuf2 USE_XORG= x11 MAKE_ARGS= DATADIR="${DATADIR}" \ Index: games/spring/Makefile =================================================================== --- games/spring/Makefile +++ games/spring/Makefile @@ -36,7 +36,7 @@ spring:pyunitsync:8dfe0bc:pyunitsync/tools/unitsync/python USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags \ - openal:al pkgconfig sdl shared-mime-info xorg + openal:al sdl shared-mime-info xorg USE_GL= gl glu glew USE_SDL= sdl2 USE_XORG= x11 xcursor Index: games/springlobby/Makefile =================================================================== --- games/springlobby/Makefile +++ games/springlobby/Makefile @@ -21,7 +21,7 @@ libminizip.so:archivers/minizip \ libpng.so:graphics/png -USES= cmake compiler:c++17-lang pkgconfig ssl tar:bzip2 +USES= cmake compiler:c++17-lang ssl tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DPRD_JSONCPP_INTERNAL=OFF \ -Wno-dev Index: games/starfighter/Makefile =================================================================== --- games/starfighter/Makefile +++ games/starfighter/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gettext gnome iconv pkgconfig python:build sdl +USES= autoreconf gettext gnome iconv python:build sdl USE_SDL= sdl2 image2 mixer2 ttf2 USE_GNOME= pango GNU_CONFIGURE= yes Index: games/stonesoup/Makefile =================================================================== --- games/stonesoup/Makefile +++ games/stonesoup/Makefile @@ -14,7 +14,7 @@ FLAVOR?= ${FLAVORS[1]} sdl_PKGNAMESUFFIX= -sdl -USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \ +USES= bison compiler:c++11-lib gmake lua:51 perl5 \ python:build shebangfix sqlite tar:xz USE_GITHUB= yes Index: games/stormbaancoureur/Makefile =================================================================== --- games/stormbaancoureur/Makefile +++ games/stormbaancoureur/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libode.so:devel/ode -USES= compiler gl pkgconfig +USES= compiler gl USE_GL= gl glu glut USE_CXXSTD= c++98 Index: games/stratagus/Makefile =================================================================== --- games/stratagus/Makefile +++ games/stratagus/Makefile @@ -13,7 +13,7 @@ libtolua++-${LUA_VER}.so:lang/tolua++ RUN_DEPENDS= zenity:x11/zenity -USES= cmake compiler:c++17-lang lua:51 pkgconfig sdl +USES= cmake compiler:c++17-lang lua:51 sdl USE_GITHUB= yes GH_ACCOUNT= Wargus USE_SDL= sdl2 mixer2 image2 Index: games/stuntrally/Makefile =================================================================== --- games/stuntrally/Makefile +++ games/stuntrally/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_TUPLE= stuntrally:tracks:${PORTVERSION}:tracks/data/tracks -USES= compiler:c++14-lang cmake dos2unix pkgconfig +USES= compiler:c++14-lang cmake dos2unix DOS2UNIX_FILES= source/ogre/BaseApp_Create.cpp CMAKE_ARGS= -DSHARE_INSTALL="${DATADIR_REL}" \ -DBULLET_ROOT="${LOCALBASE}" Index: games/supertux2/Makefile =================================================================== --- games/supertux2/Makefile +++ games/supertux2/Makefile @@ -24,7 +24,7 @@ libvorbis.so:audio/libvorbis USES= cmake:noninja compiler:c++14-lang dos2unix gl iconv \ - localbase openal:al pkgconfig sdl + localbase openal:al sdl USE_GL= gl glew glu USE_SDL= sdl2 image2 Index: games/supertuxkart/Makefile =================================================================== --- games/supertuxkart/Makefile +++ games/supertuxkart/Makefile @@ -18,7 +18,7 @@ libangelscript.so:lang/angelscript \ libmcpp.so:devel/mcpp -USES= alias cmake compiler:c++11-lib pkgconfig ssl tar:xz +USES= alias cmake compiler:c++11-lib ssl tar:xz CMAKE_OFF= USE_WIIUSE CMAKE_OFF+= BUILD_RECORDER CMAKE_OFF+= USE_SYSTEM_ENET # bundled enet is required for IPv6 support Index: games/swell-foop/Makefile =================================================================== --- games/swell-foop/Makefile +++ games/swell-foop/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ +USES= gettext gnome localbase meson python:3.6+,build \ tar:xz vala:build USE_GNOME= gtk30 GLIB_SCHEMAS= org.gnome.SwellFoop.gschema.xml Index: games/taisei/Makefile =================================================================== --- games/taisei/Makefile +++ games/taisei/Makefile @@ -23,7 +23,7 @@ GH_ACCOUNT= taisei-project GH_TUPLE= taisei-project:SDL_GameControllerDB:74e31d7:gamecontrollerdb/external/gamecontrollerdb -USES= compiler:c11 desktop-file-utils meson pkgconfig \ +USES= compiler:c11 desktop-file-utils meson \ python:3.6+,build sdl ssl shebangfix shared-mime-info SHEBANG_FILES= scripts/*.py MESON_ARGS= -Dversion_fallback=${PORTVERSION} -Db_lto=false Index: games/tali/Makefile =================================================================== --- games/tali/Makefile +++ games/tali/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig \ +USES= gettext gnome localbase meson \ python:3.6+,build tar:xz USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build Index: games/tanglet/Makefile =================================================================== --- games/tanglet/Makefile +++ games/tanglet/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/data/LICENSES/GPL-3.0.txt -USES= compiler:c++11-lib desktop-file-utils gl pkgconfig qmake \ +USES= compiler:c++11-lib desktop-file-utils gl qmake \ qt:5 shared-mime-info tar:bzip2 USE_GL= gl USE_QT= buildtools_build linguisttools_build core gui widgets Index: games/teeworlds/Makefile =================================================================== --- games/teeworlds/Makefile +++ games/teeworlds/Makefile @@ -13,7 +13,7 @@ GH_TUPLE= teeworlds:teeworlds-translation:4ed69dd:translations/datasrc/languages \ teeworlds:teeworlds-maps:1d3401a:maps/datasrc/maps -USES= cmake cpe pkgconfig python ssl +USES= cmake cpe python ssl USE_CSTD= c99 CPE_VERSION= ${PORTVERSION:C/^0\.//} CMAKE_ARGS= -DPYTHON_EXECUTABLE="${PYTHON_CMD}" Index: games/tesseract/Makefile =================================================================== --- games/tesseract/Makefile +++ games/tesseract/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libenet.so:net/enet RUN_DEPENDS= ${PKGBASE}-data>=${PORTVERSION}:games/tesseract-data -USES= gmake pkgconfig tar:xz +USES= gmake tar:xz EXCLUDE= bin_unix config media screenshot src/enet src/lib\* src/xcode EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} WRKSRC= ${WRKDIR}/${PORTNAME} Index: games/thegrind/Makefile =================================================================== --- games/thegrind/Makefile +++ games/thegrind/Makefile @@ -16,7 +16,7 @@ libphysfs.so.1:devel/physfs RUN_DEPENDS= zip:archivers/zip -USES= gl pkgconfig sdl +USES= gl sdl USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Index: games/toppler/Makefile =================================================================== --- games/toppler/Makefile +++ games/toppler/Makefile @@ -14,7 +14,7 @@ povray:graphics/povray-meta \ convert:graphics/ImageMagick7 -USES= gmake sdl pkgconfig +USES= gmake sdl USE_GITLAB= yes GL_ACCOUNT= roever GL_COMMIT= 5e3e581bb7b58098f54df9b634c7bd4a23ba66b5 Index: games/trackballs/Makefile =================================================================== --- games/trackballs/Makefile +++ games/trackballs/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ libgc.so:devel/boehm-gc -USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig sdl +USES= cmake desktop-file-utils gettext-runtime gl gnome sdl USE_GL= gl USE_SDL= image2 mixer2 sdl2 ttf2 Index: games/traingame/Makefile =================================================================== --- games/traingame/Makefile +++ games/traingame/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= nickg GH_TAGNAME= cb6513e -USES= cmake:insource compiler:c++11-lib dos2unix gl gnome pkgconfig \ +USES= cmake:insource compiler:c++11-lib dos2unix gl gnome \ sdl DOS2UNIX_GLOB= *.mtl *.obj USE_CXXSTD= c++11 Index: games/trenchbroom/Makefile =================================================================== --- games/trenchbroom/Makefile +++ games/trenchbroom/Makefile @@ -16,7 +16,7 @@ GH_PROJECT= TrenchBroom GH_TAGNAME= ed46601 -USES= cmake:insource compiler:c++11-lib gl gnome pkgconfig +USES= cmake:insource compiler:c++11-lib gl gnome USE_GL= gl glew glu USE_WX= 3.0+ CMAKE_ARGS= -DAPP_BUILD_CHANNEL:STRING="Beta for ${OPSYS}/${ARCH}" Index: games/tuxmath/Makefile =================================================================== --- games/tuxmath/Makefile +++ games/tuxmath/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= gmake gnome iconv localbase perl5 pkgconfig sdl +USES= gmake gnome iconv localbase perl5 sdl USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl GNU_CONFIGURE= yes Index: games/tuxpaint-config/Makefile =================================================================== --- games/tuxpaint-config/Makefile +++ games/tuxpaint-config/Makefile @@ -14,7 +14,7 @@ libunibreak.so:textproc/libunibreak RUN_DEPENDS= tuxpaint:games/tuxpaint -USES= gettext gmake pkgconfig +USES= gettext gmake MAKE_ARGS= PREFIX="${PREFIX}" \ MAN_PREFIX="${MANPREFIX}/man" \ GNOME_PREFIX="${PREFIX}" \ Index: games/tuxpaint/Makefile =================================================================== --- games/tuxpaint/Makefile +++ games/tuxpaint/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= anytopnm:graphics/netpbm \ bash:shells/bash -USES= gettext gmake gnome gperf magick:7,build pkgconfig \ +USES= gettext gmake gnome gperf magick:7,build \ python:3.7+ sdl shebangfix SHEBANG_FILES= src/tuxpaint-import.sh \ fonts/locale/zh_tw_docs/maketuxfont.py Index: games/tuxtype/Makefile =================================================================== --- games/tuxtype/Makefile +++ games/tuxtype/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= autoreconf gettext gmake gnome iconv localbase perl5 pkgconfig \ +USES= autoreconf gettext gmake gnome iconv localbase perl5 \ sdl USE_GNOME= libxml2 USE_SDL= image mixer net pango sdl Index: games/ufoai/Makefile =================================================================== --- games/ufoai/Makefile +++ games/ufoai/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/base/default.cfg:games/ufoai-data USES= compiler:c++11-lang gettext gl gmake jpeg localbase openal:soft \ - pkgconfig python:build sdl tar:bzip2 + python:build sdl tar:bzip2 USE_GL= gl USE_SDL= sdl image mixer ttf USE_CXXSTD= c++11 Index: games/uhexen2/Makefile =================================================================== --- games/uhexen2/Makefile +++ games/uhexen2/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= gl gmake pkgconfig sdl tar:tgz +USES= gl gmake sdl tar:tgz USE_GL= gl USE_SDL= sdl MAKE_ARGS= X11BASE="${LOCALBASE}" Index: games/ultimatestunts/Makefile =================================================================== --- games/ultimatestunts/Makefile +++ games/ultimatestunts/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis -USES= compiler gettext gl gnome openal:al,alut pkgconfig sdl +USES= compiler gettext gl gnome openal:al,alut sdl USE_GL= gl glu USE_SDL= sdl image GNU_CONFIGURE= yes Index: games/umark/Makefile =================================================================== --- games/umark/Makefile +++ games/umark/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome pkgconfig shebangfix +USES= gnome shebangfix SHEBANG_FILES= install_umark_data.sh utxinfo.pl USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/UMark Index: games/uqm/Makefile =================================================================== --- games/uqm/Makefile +++ games/uqm/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libSDL2.so:devel/sdl20 \ libpng.so:graphics/png -USES= gmake pkgconfig sdl +USES= gmake sdl USE_SDL= sdl2 OPTIONS_DEFINE= DOCS MUSIC OPENAL VOICE Index: games/vamos/Makefile =================================================================== --- games/vamos/Makefile +++ games/vamos/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libpng.so:graphics/png -USES= compiler:c++11-lang gl gnome libtool openal:al,alut pkgconfig \ +USES= compiler:c++11-lang gl gnome libtool openal:al,alut \ sdl xorg USE_CXXSTD= c++98 USE_XORG= sm ice x11 xi xext xmu Index: games/vkquake/Makefile =================================================================== --- games/vkquake/Makefile +++ games/vkquake/Makefile @@ -13,7 +13,7 @@ WRKSRC_SUBDIR= Quake -USES= desktop-file-utils gmake gnome pkgconfig sdl +USES= desktop-file-utils gmake gnome sdl USE_SDL= sdl2 USE_GITHUB= yes Index: games/vor/Makefile =================================================================== --- games/vor/Makefile +++ games/vor/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pkgconfig sdl tar:tgz +USES= gmake sdl tar:tgz USE_SDL= mixer image sdl GNU_CONFIGURE= yes Index: games/wargus/Makefile =================================================================== --- games/wargus/Makefile +++ games/wargus/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= Wargus -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DSHAREDIR:STRING="${DATADIR_REL}" SUB_FILES= pkg-message Index: games/warmux/Makefile =================================================================== --- games/warmux/Makefile +++ games/warmux/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= cxx_present=yes -USES= compiler dos2unix gmake pkgconfig sdl tar:bzip2 +USES= compiler dos2unix gmake sdl tar:bzip2 USE_SDL= sdl image mixer ttf gfx net DOS2UNIX_GLOB= fixed_class.h Index: games/warzone2100/Makefile =================================================================== --- games/warzone2100/Makefile +++ games/warzone2100/Makefile @@ -26,7 +26,7 @@ libminiupnpc.so:net/miniupnpc RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu -USES= cmake bison compiler:c++11-lib gl openal:al pkgconfig \ +USES= cmake bison compiler:c++11-lib gl openal:al \ sdl tar:xz USE_GL= gl USE_SDL= sdl2 Index: games/wesnoth/Makefile =================================================================== --- games/wesnoth/Makefile +++ games/wesnoth/Makefile @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even -USES= cmake compiler:c++17-lang cpe gnome pkgconfig \ +USES= cmake compiler:c++17-lang cpe gnome \ python:3.7+,run readline shebangfix ssl sdl tar:bzip2 xorg USE_SDL= image2 mixer2 ttf2 USE_LDCONFIG= yes Index: games/wordwarvi/Makefile =================================================================== --- games/wordwarvi/Makefile +++ games/wordwarvi/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= smcameron -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk20 MAKE_ENV= SOURCE_DATE_EPOCH=0 BUILD_CC=${CC} BINDIR=${PREFIX}/bin Index: games/wxlauncher/Makefile =================================================================== --- games/wxlauncher/Makefile +++ games/wxlauncher/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= cmake openal pkgconfig python:build sdl +USES= cmake openal python:build sdl USE_SDL= sdl2 USE_GITHUB= yes GH_ACCOUNT= scp-fs2open Index: games/wyrmgus/Makefile =================================================================== --- games/wyrmgus/Makefile +++ games/wyrmgus/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= Andrettin GH_PROJECT= Wyrmgus -USES= cmake compiler:c++17-lang lua:51 pkgconfig sdl sqlite qt:5 xorg +USES= cmake compiler:c++17-lang lua:51 sdl sqlite qt:5 xorg USE_QT= core gui widgets multimedia location \ quickcontrols quickcontrols2 graphicaleffects \ qmake_build buildtools_build Index: games/xboard/Makefile =================================================================== --- games/xboard/Makefile +++ games/xboard/Makefile @@ -55,7 +55,7 @@ .include -USES+= desktop-file-utils gnome makeinfo perl5 pkgconfig \ +USES+= desktop-file-utils gnome makeinfo perl5 \ shared-mime-info shebangfix xorg USE_XORG+= ice sm x11 xmu xt xpm USE_GNOME+= librsvg2 Index: games/xbomb/Makefile =================================================================== --- games/xbomb/Makefile +++ games/xbomb/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig tar:tgz xorg +USES= tar:tgz xorg USE_XORG= xaw7 do-build: Index: games/xcowsay/Makefile =================================================================== --- games/xcowsay/Makefile +++ games/xcowsay/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_CSTD= c99 USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes Index: games/xemeraldia/Makefile =================================================================== --- games/xemeraldia/Makefile +++ games/xemeraldia/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Falling blocks game -USES= gnome pkgconfig +USES= gnome USE_GNOME= cairo gtk20 GNU_CONFIGURE= yes Index: games/xlennart/Makefile =================================================================== --- games/xlennart/Makefile +++ games/xlennart/Makefile @@ -35,8 +35,6 @@ USE_GITHUB= yes GH_ACCOUNT= Xylemon -USES= pkgconfig - ATHENA_CONFIGURE_ON= --disable-gtk --disable-motif ATHENA_USES= xorg ATHENA_USE= XORG=xaw,xmu,xt,x11,sm,ice Index: games/xmoto/Makefile =================================================================== --- games/xmoto/Makefile +++ games/xmoto/Makefile @@ -14,7 +14,7 @@ libcurl.so:ftp/curl \ libxdg-basedir.so:x11/libxdg-basedir -USES= compiler:c++11-lang cmake gl gnome jpeg lua:52 pkgconfig sdl sqlite +USES= compiler:c++11-lang cmake gl gnome jpeg lua:52 sdl sqlite USE_GITHUB= yes USE_GNOME= libxml2 USE_SDL= sdl mixer ttf net Index: games/xnethack/Makefile =================================================================== --- games/xnethack/Makefile +++ games/xnethack/Makefile @@ -39,7 +39,7 @@ .elif ${FLAVOR} == "nox11" GRAPHICS= # none .elif ${FLAVOR} == "qt" -USES+= localbase pkgconfig qt:5 +USES+= localbase qt:5 USE_QT= buildtools_build core gui multimedia network widgets MAKE_ENV+= MOCPATH=${MOC} LINK="${CXX} -pie" # Qt wants PIC for some reason. For C code, PIE should be enough. Index: games/xqf/Makefile =================================================================== --- games/xqf/Makefile +++ games/xqf/Makefile @@ -9,7 +9,7 @@ RUN_DEPENDS= qstat:games/qstat -USES= autoreconf gettext gmake gnome pkgconfig xorg +USES= autoreconf gettext gmake gnome xorg USE_GNOME= intlhack gdkpixbuf2 gdkpixbuf2xlib USE_XORG= x11 GNU_CONFIGURE= yes Index: games/xteddy/Makefile =================================================================== --- games/xteddy/Makefile +++ games/xteddy/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= localbase pkgconfig +USES= localbase GNU_CONFIGURE= yes LDFLAGS+= -lXext Index: games/zaz/Makefile =================================================================== --- games/zaz/Makefile +++ games/zaz/Makefile @@ -15,7 +15,7 @@ libvorbis.so:audio/libvorbis \ libftgl.so:graphics/ftgl -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig sdl +USES= compiler:c++11-lang desktop-file-utils gl sdl GNU_CONFIGURE= yes USE_SDL= sdl image USE_GL= gl glu Index: games/zdoom/Makefile =================================================================== --- games/zdoom/Makefile +++ games/zdoom/Makefile @@ -23,7 +23,7 @@ DATADIR= ${DMDIR}/${PORTNAME} -USES= cmake dos2unix gettext gnome jpeg openal pkgconfig sdl +USES= cmake dos2unix gettext gnome jpeg openal sdl DOS2UNIX_FILES= src/p_spec.cpp USE_GNOME= atk cairo gdkpixbuf2 gtk20 pango USE_SDL= sdl2 Index: graphics/GraphicsMagick/Makefile =================================================================== --- graphics/GraphicsMagick/Makefile +++ graphics/GraphicsMagick/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= cpe libtool localbase pathfix pkgconfig tar:zst +USES= cpe libtool localbase pathfix tar:zst CONFIGURE_ARGS= --enable-shared --enable-static \ --with-windows-font-dir=${WINDOWS_FONT_DIR} \ Index: graphics/ImageMagick6/Makefile =================================================================== --- graphics/ImageMagick6/Makefile +++ graphics/ImageMagick6/Makefile @@ -25,7 +25,7 @@ # This port uses .la files, keep libtool:keepla! (magick/module.c) USES= compiler:c++11-lang cpe gettext-runtime gmake gnome libtool:keepla \ - localbase pathfix perl5 pkgconfig:both shebangfix tar:xz + localbase pathfix perl5 shebangfix tar:xz CPE_PRODUCT= imagemagick CPE_VENDOR= imagemagick SHEBANG_FILES= www/source/examples.pl Index: graphics/ImageMagick7/Makefile =================================================================== --- graphics/ImageMagick7/Makefile +++ graphics/ImageMagick7/Makefile @@ -24,7 +24,7 @@ # This port uses .la files, keep libtool:keepla! (magick/module.c) USES= cpe gettext-runtime gmake gnome libtool:keepla \ - localbase pathfix perl5 pkgconfig:both shebangfix tar:xz + localbase pathfix perl5 shebangfix tar:xz CPE_PRODUCT= imagemagick CPE_VENDOR= imagemagick SHEBANG_FILES= www/source/examples.pl Index: graphics/R-cran-rgdal/Makefile =================================================================== --- graphics/R-cran-rgdal/Makefile +++ graphics/R-cran-rgdal/Makefile @@ -15,6 +15,6 @@ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig +USES= compiler:c++11-lang cran:auto-plist,compiles .include Index: graphics/agg/Makefile =================================================================== --- graphics/agg/Makefile +++ graphics/agg/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 GNU_CONFIGURE= yes -USES= autoreconf cpe gmake libtool pathfix pkgconfig sdl xorg +USES= autoreconf cpe gmake libtool pathfix sdl xorg CPE_VENDOR= antigrain USE_XORG= x11 USE_SDL= sdl Index: graphics/akira/Makefile =================================================================== --- graphics/akira/Makefile +++ graphics/akira/Makefile @@ -14,7 +14,7 @@ libgranite.so:x11-toolkits/granite \ libjson-glib-1.0.so:devel/json-glib -USES= desktop-file-utils gettext gnome libarchive meson pkgconfig \ +USES= desktop-file-utils gettext gnome libarchive meson \ python:build shared-mime-info shebangfix vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 USE_GITHUB= yes Index: graphics/ampasACES-container/Makefile =================================================================== --- graphics/ampasACES-container/Makefile +++ graphics/ampasACES-container/Makefile @@ -16,7 +16,7 @@ GH_PROJECT= aces_container GH_TAGNAME= 7a4e21e -USES= cmake pathfix pkgconfig +USES= cmake pathfix USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS Index: graphics/ampasCTL/Makefile =================================================================== --- graphics/ampasCTL/Makefile +++ graphics/ampasCTL/Makefile @@ -16,7 +16,7 @@ libtiff.so:graphics/tiff \ libAcesContainer.so:graphics/ampasACES-container -USES= compiler:c++11-lang cmake pathfix pkgconfig +USES= compiler:c++11-lang cmake pathfix USE_LDCONFIG= yes USE_GITHUB= yes Index: graphics/animorph/Makefile =================================================================== --- graphics/animorph/Makefile +++ graphics/animorph/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes -USES= pkgconfig gmake libtool +USES= gmake libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip USE_CXXSTD= gnu++98 # The port is not compatible with C++11 and later. Index: graphics/art/Makefile =================================================================== --- graphics/art/Makefile +++ graphics/art/Makefile @@ -27,7 +27,7 @@ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= cmake compiler:c++11-lang desktop-file-utils gnome jpeg pkgconfig tar:xz xorg +USES= cmake compiler:c++11-lang desktop-file-utils gnome jpeg tar:xz xorg USE_GNOME= atk atkmm cairo cairomm glibmm gtkmm30 librsvg2 USE_XORG= x11 Index: graphics/aseprite/Makefile =================================================================== --- graphics/aseprite/Makefile +++ graphics/aseprite/Makefile @@ -32,7 +32,7 @@ libzstd.so:archivers/zstd USES= cmake compiler:c++11-lib gnome iconv:wchar_t jpeg \ - localbase:ldflags pkgconfig ssl xorg + localbase:ldflags ssl xorg USE_GITHUB= yes GH_TUPLE= aseprite:libarchive:c51dbfc:libarchive/third_party/libarchive GH_TUPLE+= aseprite:clip:964a64a:clip/src/clip Index: graphics/atril/Makefile =================================================================== --- graphics/atril/Makefile +++ graphics/atril/Makefile @@ -26,7 +26,7 @@ SLAVEPORT?= no USES= compiler:c11 desktop-file-utils gettext gmake gnome libarchive \ - libtool mate pathfix pkgconfig tar:xz xorg + libtool mate pathfix tar:xz xorg USE_MATE= icontheme USE_XORG= ice sm x11 USE_GNOME= cairo gtk30 intlhack libxml2 Index: graphics/autotrace/Makefile =================================================================== --- graphics/autotrace/Makefile +++ graphics/autotrace/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= cpe pathfix pkgconfig libtool +USES= cpe pathfix libtool CPE_VENDOR= autotrace_project GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: graphics/azpainter/Makefile =================================================================== --- graphics/azpainter/Makefile +++ graphics/azpainter/Makefile @@ -12,7 +12,7 @@ libfreetype.so:print/freetype2 \ libpng.so:graphics/png -USES= compiler:c11 desktop-file-utils gmake jpeg pkgconfig \ +USES= compiler:c11 desktop-file-utils gmake jpeg \ shared-mime-info tar:xz xorg USE_XORG= x11 xext xi HAS_CONFIGURE= yes Index: graphics/azpainterb/Makefile =================================================================== --- graphics/azpainterb/Makefile +++ graphics/azpainterb/Makefile @@ -12,7 +12,7 @@ libfreetype.so:print/freetype2 \ libpng.so:graphics/png -USES= compiler:c11 desktop-file-utils gmake jpeg pkgconfig \ +USES= compiler:c11 desktop-file-utils gmake jpeg \ tar:xz xorg USE_XORG= x11 xext xi HAS_CONFIGURE= yes Index: graphics/birdfont/Makefile =================================================================== --- graphics/birdfont/Makefile +++ graphics/birdfont/Makefile @@ -24,7 +24,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libxmlbird.so:textproc/libxmlbird -USES= compiler:c++11-lang gettext-tools gnome pkgconfig \ +USES= compiler:c++11-lang gettext-tools gnome \ python:3.7+,build shared-mime-info shebangfix sqlite:3 tar:xz vala:build USE_GITHUB= yes GH_ACCOUNT= johanmattssonm Index: graphics/bonzomatic/Makefile =================================================================== --- graphics/bonzomatic/Makefile +++ graphics/bonzomatic/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/stb/stb_image.h:devel/stb \ glfw>=3:graphics/glfw -USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg +USES= cmake compiler:c++11-lang gl localbase:ldflags xorg USE_GL= gl glu glew USE_XORG= x11 xext xrandr xinerama xcursor xi CMAKE_ON= BONZOMATIC_USE_SYSTEM_GLFW \ Index: graphics/cairo/Makefile =================================================================== --- graphics/cairo/Makefile +++ graphics/cairo/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= skipv:5c-1.1,5c-1.2,5c-1.5 -USES= autoreconf cpe gnome libtool pkgconfig tar:xz xorg +USES= autoreconf cpe gnome libtool tar:xz xorg CPE_VENDOR= cairographics USE_XORG= pixman USE_LDCONFIG= yes Index: graphics/cairomm/Makefile =================================================================== --- graphics/cairomm/Makefile +++ graphics/cairomm/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake gnome libtool pathfix pkgconfig compiler:c++11-lang xorg +USES= gmake gnome libtool pathfix compiler:c++11-lang xorg USE_CXXSTD= c++11 USE_GNOME= cairo libxml++26 USE_XORG= x11 xext xrender Index: graphics/cal3d/Makefile =================================================================== --- graphics/cal3d/Makefile +++ graphics/cal3d/Makefile @@ -16,7 +16,7 @@ # the version scheme completely. GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig \ +USES= autoreconf compiler:c++11-lang libtool pathfix \ tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: graphics/cegui/Makefile =================================================================== --- graphics/cegui/Makefile +++ graphics/cegui/Makefile @@ -14,7 +14,7 @@ CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \ -DCEGUI_BUILD_TESTS=OFF USE_LDCONFIG= yes -USES= cmake compiler:c++11-lib iconv localbase pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lib iconv localbase tar:bzip2 PORTDOCS= * Index: graphics/cimg/Makefile =================================================================== --- graphics/cimg/Makefile +++ graphics/cimg/Makefile @@ -27,7 +27,7 @@ .include .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES} -USES+= compiler:c11 gmake pkgconfig:build xorg +USES+= compiler:c11 gmake:build xorg .endif .if ${PORT_OPTIONS:MDOCS} Index: graphics/clutter-gtk3/Makefile =================================================================== --- graphics/clutter-gtk3/Makefile +++ graphics/clutter-gtk3/Makefile @@ -15,7 +15,7 @@ libclutter-1.0.so:graphics/clutter \ libjson-glib-1.0.so:devel/json-glib -USES= gettext gl gnome localbase meson pkgconfig tar:xz xorg +USES= gettext gl gnome localbase meson tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr USE_GL= egl Index: graphics/clutter/Makefile =================================================================== --- graphics/clutter/Makefile +++ graphics/clutter/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limit:1,even -USES= cpe gettext gl gmake gnome libtool localbase pathfix pkgconfig \ +USES= cpe gettext gl gmake gnome libtool localbase pathfix \ tar:xz xorg USE_GNOME= atk cairo gdkpixbuf2 pango introspection:build USE_GL= egl Index: graphics/cluttermm/Makefile =================================================================== --- graphics/cluttermm/Makefile +++ graphics/cluttermm/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libclutter-1.0.so:graphics/clutter USES+= compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \ - pkgconfig tar:xz + tar:xz USE_CXXSTD= c++11 USE_GNOME= atkmm glib20 gtkmm30 libsigc++20 pangomm GNU_CONFIGURE= yes Index: graphics/cogl/Makefile =================================================================== --- graphics/cogl/Makefile +++ graphics/cogl/Makefile @@ -12,7 +12,7 @@ CONFLICTS= clutter-1.6.[0-9]* -USES= gettext gl gmake gnome libtool localbase pathfix pkgconfig \ +USES= gettext gl gmake gnome libtool localbase pathfix \ tar:xz xorg GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 pango introspection:build Index: graphics/colord-gtk/Makefile =================================================================== --- graphics/colord-gtk/Makefile +++ graphics/colord-gtk/Makefile @@ -17,7 +17,7 @@ liblcms2.so:graphics/lcms2 USE_GNOME= cairo gtk30 gtk40 introspection:build -USES= gettext gnome localbase:ldflags meson pkgconfig sqlite tar:xz +USES= gettext gnome localbase:ldflags meson sqlite tar:xz USE_LDCONFIG= yes MESON_ARGS= -Ddocs=false \ -Dtests=false Index: graphics/colord/Makefile =================================================================== --- graphics/colord/Makefile +++ graphics/colord/Makefile @@ -17,7 +17,7 @@ USERS= colord GROUPS= colord -USES= gettext gmake gnome libtool localbase pathfix pkgconfig sqlite \ +USES= gettext gmake gnome libtool localbase pathfix sqlite \ tar:xz USE_GNOME= glib20 intlhack introspection:build GNU_CONFIGURE= yes Index: graphics/curtail/Makefile =================================================================== --- graphics/curtail/Makefile +++ graphics/curtail/Makefile @@ -14,7 +14,7 @@ optipng:graphics/optipng \ pngquant:graphics/pngquant -USES= desktop-file-utils gettext gnome meson pkgconfig python +USES= desktop-file-utils gettext gnome meson python USE_GNOME= glib20 gtk30 USE_GITHUB= yes Index: graphics/darktable/Makefile =================================================================== --- graphics/darktable/Makefile +++ graphics/darktable/Makefile @@ -33,7 +33,7 @@ libtiff.so:graphics/tiff USES= cmake compiler:c++14-lang desktop-file-utils gl gnome jpeg \ - perl5 pkgconfig sdl shebangfix sqlite tar:xz xorg + perl5 sdl shebangfix sqlite tar:xz xorg USE_GL= gl USE_GNOME= cairo gtk30 intltool librsvg2 libxml2 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} Index: graphics/darktable40/Makefile =================================================================== --- graphics/darktable40/Makefile +++ graphics/darktable40/Makefile @@ -36,7 +36,7 @@ CONFLICTS_INSTALL= darktable* USES= cmake compiler:c++14-lang desktop-file-utils gl gnome jpeg \ - perl5 pkgconfig sdl shebangfix sqlite tar:xz xorg + perl5 sdl shebangfix sqlite tar:xz xorg USE_GL= gl USE_GNOME= cairo gtk30 intltool librsvg2 libxml2 USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} Index: graphics/dcraw-m/Makefile =================================================================== --- graphics/dcraw-m/Makefile +++ graphics/dcraw-m/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= waitman GH_TAGNAME= 1392579 -USES= jpeg magick:6 pkgconfig +USES= jpeg magick:6 CFLAGS+= -Wall -I${LOCALBASE}/include \ `MagickWand-config --cflags --cppflags` \ Index: graphics/devil/Makefile =================================================================== --- graphics/devil/Makefile +++ graphics/devil/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake pkgconfig +USES= cmake USE_GITHUB= yes GH_ACCOUNT= DentonW GH_PROJECT= DevIL Index: graphics/dia/Makefile =================================================================== --- graphics/dia/Makefile +++ graphics/dia/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= cpe desktop-file-utils gettext gmake gnome libtool pathfix \ - pkgconfig tar:xz + tar:xz USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack GNU_CONFIGURE= yes CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" Index: graphics/diff-pdf/Makefile =================================================================== --- graphics/diff-pdf/Makefile +++ graphics/diff-pdf/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib -USES= autoreconf compiler:c++11-lang gnome pkgconfig +USES= autoreconf compiler:c++11-lang gnome USE_GITHUB= yes GH_ACCOUNT= vslavik GH_TAGNAME= d494f96 Index: graphics/digikam/Makefile =================================================================== --- graphics/digikam/Makefile +++ graphics/digikam/Makefile @@ -31,7 +31,7 @@ libx265.so:multimedia/x265 USES= bison cmake compiler:c++11-lib desktop-file-utils eigen:3 gl \ - gnome jpeg kde:5 magick pkgconfig qt:5 shebangfix tar:xz xorg + gnome jpeg kde:5 magick qt:5 shebangfix tar:xz xorg USE_GL= gl glu USE_GNOME= glib20 libxml2 libxslt USE_KDE= archive auth bookmarks calendarcore codecs completion config \ Index: graphics/djview4/Makefile =================================================================== --- graphics/djview4/Makefile +++ graphics/djview4/Makefile @@ -16,7 +16,7 @@ libtiff.so:graphics/tiff USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome \ - libtool localbase pkgconfig qt:5 webplugin:native xorg + libtool localbase qt:5 webplugin:native xorg USE_GL= gl USE_GNOME= glib20 USE_QT= core gui network opengl printsupport widgets \ Index: graphics/dmtx-utils/Makefile =================================================================== --- graphics/dmtx-utils/Makefile +++ graphics/dmtx-utils/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdmtx.so:graphics/libdmtx -USES= autoreconf libtool localbase magick tar:bzip2 pkgconfig +USES= autoreconf libtool localbase magick tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= dmtx Index: graphics/drawing/Makefile =================================================================== --- graphics/drawing/Makefile +++ graphics/drawing/Makefile @@ -12,7 +12,7 @@ itstool:textproc/itstool RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} -USES= desktop-file-utils gettext gnome meson pkgconfig python:3.6+ \ +USES= desktop-file-utils gettext gnome meson python:3.6+ \ shebangfix USE_GITHUB= yes GH_ACCOUNT= maoschanz Index: graphics/drawpile/Makefile =================================================================== --- graphics/drawpile/Makefile +++ graphics/drawpile/Makefile @@ -16,7 +16,7 @@ libsodium.so:security/libsodium \ libvpx.so:multimedia/libvpx -USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 shared-mime-info +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tl} USE_QT= core gui multimedia network sql svg widgets buildtools_build linguisttools_build qmake_build Index: graphics/drm_info/Makefile =================================================================== --- graphics/drm_info/Makefile +++ graphics/drm_info/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libdrm.so:graphics/libdrm -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= ascent12 PLIST_FILES= bin/${PORTNAME} Index: graphics/dspdfviewer/Makefile =================================================================== --- graphics/dspdfviewer/Makefile +++ graphics/dspdfviewer/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake:insource compiler:c++14-lang pkgconfig qt:5 +USES= cmake:insource compiler:c++14-lang qt:5 USE_QT= core gui linguisttools widgets xml buildtools_build qmake_build USE_LDCONFIG= yes Index: graphics/edje_viewer/Makefile =================================================================== --- graphics/edje_viewer/Makefile +++ graphics/edje_viewer/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libefl.so:devel/efl -USES= pkgconfig tar:bzip2 +USES= tar:bzip2 DIST_SUBDIR= e17 GNU_CONFIGURE= yes Index: graphics/egl-wayland/Makefile =================================================================== --- graphics/egl-wayland/Makefile +++ graphics/egl-wayland/Makefile @@ -13,7 +13,7 @@ wayland-protocols>=1.8:graphics/wayland-protocols LIB_DEPENDS= libwayland-server.so:graphics/wayland -USES= gl meson pkgconfig +USES= gl meson USE_GITHUB= yes USE_GL= egl USE_LDCONFIG= yes Index: graphics/electricsheep/Makefile =================================================================== --- graphics/electricsheep/Makefile +++ graphics/electricsheep/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= flam3-animate:graphics/flam3 USES= autoreconf compiler:c++11-lang dos2unix gl gnome libtool \ - localbase:ldflags lua:51 pkgconfig gettext-runtime xorg + localbase:ldflags lua:51 gettext-runtime xorg USE_GITHUB= yes GH_ACCOUNT= scottdraves GH_TAGNAME= 37ba0fd692d6581f8fe009ed11c9650cd8174123 Index: graphics/elementary-photos/Makefile =================================================================== --- graphics/elementary-photos/Makefile +++ graphics/elementary-photos/Makefile @@ -25,7 +25,7 @@ libwebp.so:graphics/webp USES= compiler:c11 desktop-file-utils gettext gnome gstreamer meson \ - pkgconfig sqlite:3 vala:build xorg + sqlite:3 vala:build xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= photos Index: graphics/embree/Makefile =================================================================== --- graphics/embree/Makefile +++ graphics/embree/Makefile @@ -11,7 +11,7 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= heavy use of SSE instructions -USES= cmake pkgconfig +USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes Index: graphics/enblend/Makefile =================================================================== --- graphics/enblend/Makefile +++ graphics/enblend/Makefile @@ -20,7 +20,7 @@ libOpenEXR.so:graphics/openexr \ libpng.so:graphics/png -USES= compiler:features gmake jpeg localbase pkgconfig +USES= compiler:features gmake jpeg localbase GNU_CONFIGURE= yes Index: graphics/engauge-digitizer/Makefile =================================================================== --- graphics/engauge-digitizer/Makefile +++ graphics/engauge-digitizer/Makefile @@ -15,7 +15,7 @@ libopenjp2.so:graphics/openjpeg \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 # pkgconfig is for https://github.com/markummitchell/engauge-digitizer/issues/423 +USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 # is for https://github.com/markummitchell/engauge-digitizer/issues/423 USE_GITHUB= yes GH_ACCOUNT= markummitchell USE_QT= core gui printsupport sql xml widgets buildtools_build Index: graphics/entangle/Makefile =================================================================== --- graphics/entangle/Makefile +++ graphics/entangle/Makefile @@ -17,7 +17,7 @@ libpeas-1.0.so:devel/libpeas RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>0:devel/py-libpeas@${PY_FLAVOR} -USES= compiler:c++11-lang gnome gstreamer meson pkgconfig python tar:xz xorg +USES= compiler:c++11-lang gnome gstreamer meson python tar:xz xorg USE_GNOME= cairo gtk30 intltool introspection USE_GSTREAMER= core USE_XORG= xext Index: graphics/eog-plugins/Makefile =================================================================== --- graphics/eog-plugins/Makefile +++ graphics/eog-plugins/Makefile @@ -28,7 +28,7 @@ PORTSCOUT= limitw:1,even USE_GNOME= cairo gdkpixbuf2 gtk30 introspection libxml2 -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix tar:xz GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: graphics/eog/Makefile =================================================================== --- graphics/eog/Makefile +++ graphics/eog/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang desktop-file-utils gettext gnome jpeg \ - localbase meson pkgconfig python:build,3.6+ shebangfix tar:xz \ + localbase meson python:build,3.6+ shebangfix tar:xz \ xorg USE_GNOME= cairo gnomedesktop3 gtk30 introspection librsvg2 USE_XORG= x11 Index: graphics/eom/Makefile =================================================================== --- graphics/eom/Makefile +++ graphics/eom/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gmake gnome \ - jpeg libtool localbase mate pathfix pkgconfig tar:xz xorg + jpeg libtool localbase mate pathfix tar:xz xorg USE_MATE= desktop icontheme USE_XORG= x11 USE_GNOME= cairo gnomeprefix gtk30 intltool introspection \ Index: graphics/eos-movrec/Makefile =================================================================== --- graphics/eos-movrec/Makefile +++ graphics/eos-movrec/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= cmake compiler:c++11-lang dos2unix pkgconfig qt:5 tar:bzip2 +USES= cmake compiler:c++11-lang dos2unix qt:5 tar:bzip2 DOS2UNIX_FILES= main.cpp USE_QT= buildtools_build qmake_build core gui widgets Index: graphics/epdfview/Makefile =================================================================== --- graphics/epdfview/Makefile +++ graphics/epdfview/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USES= compiler:c++11-lang desktop-file-utils gmake gnome iconv \ - pkgconfig tar:bzip2 + tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 intlhack CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/ephoto/Makefile =================================================================== --- graphics/ephoto/Makefile +++ graphics/ephoto/Makefile @@ -12,6 +12,6 @@ LIB_DEPENDS= libefl.so:devel/efl -USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils meson tar:xz .include Index: graphics/evince/Makefile =================================================================== --- graphics/evince/Makefile +++ graphics/evince/Makefile @@ -29,7 +29,7 @@ SLAVEPORT?= no USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome gstreamer libarchive \ - localbase:ldflags meson pkgconfig tar:xz xorg + localbase:ldflags meson tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 USE_LDCONFIG= yes USE_XORG= ice Index: graphics/exif/Makefile =================================================================== --- graphics/exif/Makefile +++ graphics/exif/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ libpopt.so:devel/popt -USES= cpe gmake localbase pkgconfig tar:xz +USES= cpe gmake localbase tar:xz GNU_CONFIGURE= yes Index: graphics/exrtools/Makefile =================================================================== --- graphics/exrtools/Makefile +++ graphics/exrtools/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png \ libOpenEXR.so:graphics/openexr -USES= compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig +USES= compiler:c++11-lang gmake jpeg localbase:ldflags GNU_CONFIGURE= yes Index: graphics/filmulator/Makefile =================================================================== --- graphics/filmulator/Makefile +++ graphics/filmulator/Makefile @@ -19,7 +19,7 @@ librtprocess.so:graphics/librtprocess \ libtiff.so:graphics/tiff -USES= cmake jpeg libarchive pkgconfig qt:5 +USES= cmake jpeg libarchive qt:5 USE_GITHUB= yes USE_QT= buildtools_build qmake_build core declarative gui \ network sql widgets Index: graphics/flif/Makefile =================================================================== --- graphics/flif/Makefile +++ graphics/flif/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify \ libpng.so:graphics/png -USES= cmake compiler:c++11-lang cpe gettext-runtime gnome localbase:ldflags pkgconfig sdl shared-mime-info +USES= cmake compiler:c++11-lang cpe gettext-runtime gnome localbase:ldflags sdl shared-mime-info USE_GNOME= gdkpixbuf2 glib20 USE_SDL= sdl2 USE_LDCONFIG= yes Index: graphics/fotoxx/Makefile =================================================================== --- graphics/fotoxx/Makefile +++ graphics/fotoxx/Makefile @@ -17,7 +17,7 @@ exiftool:graphics/p5-Image-ExifTool \ ufraw-batch:graphics/ufraw -USES= desktop-file-utils gmake gnome jpeg pkgconfig +USES= desktop-file-utils gmake gnome jpeg USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 ALL_TARGET= fotoxx Index: graphics/frei0r/Makefile =================================================================== --- graphics/frei0r/Makefile +++ graphics/frei0r/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang .if defined(BUILDING_FREI0R_OPENCV) && defined(BUILDING_FREI0R_GAVL) IGNORE= cannot build OpenCV and gavl plugins simultaneously Index: graphics/frogr/Makefile =================================================================== --- graphics/frogr/Makefile +++ graphics/frogr/Makefile @@ -20,7 +20,7 @@ libgcrypt.so:security/libgcrypt USES= compiler:c++11-lang gettext-runtime gettext-tools gnome meson \ - ninja pkgconfig tar:xz + ninja tar:xz USE_GNOME= libxml2 glib20 gtk30 CFLAGS+= -I${LOCALBASE}/include Index: graphics/ftgl/Makefile =================================================================== --- graphics/ftgl/Makefile +++ graphics/ftgl/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= frankheckenbach USES= autoreconf compiler:c++11-lang gl pathfix gmake libtool \ - pkgconfig xorg + xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl-inc="${LOCALBASE}/include" \ --without-glut-inc Index: graphics/fusefs-gphotofs/Makefile =================================================================== --- graphics/fusefs-gphotofs/Makefile +++ graphics/fusefs-gphotofs/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= fuse gnome pkgconfig tar:bzip2 +USES= fuse gnome tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes Index: graphics/fv/Makefile =================================================================== --- graphics/fv/Makefile +++ graphics/fv/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= gl gmake pkgconfig zip +USES= gl gmake zip USE_GL= glut ALL_TARGET= ${PORTNAME} Index: graphics/fyre/Makefile =================================================================== --- graphics/fyre/Makefile +++ graphics/fyre/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= compiler:c++11-lang desktop-file-utils gmake gnome pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gmake gnome \ shared-mime-info tar:bzip2 USE_GNOME= libglade2 GNU_CONFIGURE= yes Index: graphics/gcolor2/Makefile =================================================================== --- graphics/gcolor2/Makefile +++ graphics/gcolor2/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 gnomeprefix intltool GNU_CONFIGURE= yes Index: graphics/gcolor3/Makefile =================================================================== --- graphics/gcolor3/Makefile +++ graphics/gcolor3/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gnome gettext meson libtool pkgconfig +USES= gnome gettext meson libtool USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org GL_ACCOUNT= World Index: graphics/gd/Makefile =================================================================== --- graphics/gd/Makefile +++ graphics/gd/Makefile @@ -13,7 +13,7 @@ CONFLICTS_INSTALL= libgd ??-libgd -USES= cpe tar:xz pkgconfig pathfix libtool:keepla shebangfix +USES= cpe tar:xz pathfix libtool:keepla shebangfix SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gd-formats Index: graphics/gdal/Makefile =================================================================== --- graphics/gdal/Makefile +++ graphics/gdal/Makefile @@ -21,7 +21,7 @@ libqhull_r.so:math/qhull \ libtiff.so:graphics/tiff -USES= compiler:c++17-lang cpe gmake iconv jpeg localbase pkgconfig ssl tar:xz +USES= compiler:c++17-lang cpe gmake iconv jpeg localbase ssl tar:xz CFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${PREFIX}/share \ Index: graphics/gdk-pixbuf2-xlib/Makefile =================================================================== --- graphics/gdk-pixbuf2-xlib/Makefile +++ graphics/gdk-pixbuf2-xlib/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl -USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ +USES= cpe gettext gnome localbase:ldflags meson \ python:3.7+,build shared-mime-info tar:xz trigger xorg CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build libxslt:build gdkpixbuf2 Index: graphics/gdk-pixbuf2/Makefile =================================================================== --- graphics/gdk-pixbuf2/Makefile +++ graphics/gdk-pixbuf2/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ +USES= cpe gettext gnome localbase:ldflags meson \ python:3.7+,build shared-mime-info shebangfix tar:xz trigger CPE_VENDOR= gnome USE_GNOME= glib20 introspection:build libxslt:build Index: graphics/geeqie/Makefile =================================================================== --- graphics/geeqie/Makefile +++ graphics/geeqie/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= xxd:editors/vim USES= desktop-file-utils gettext-tools gnome jpeg \ - lua:53 meson pkgconfig shebangfix + lua:53 meson shebangfix USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 USE_GITHUB= yes GH_ACCOUNT= BestImageViewer Index: graphics/gegl/Makefile =================================================================== --- graphics/gegl/Makefile +++ graphics/gegl/Makefile @@ -20,7 +20,7 @@ libpng.so:graphics/png USES= compiler:c++14-lang cpe gettext gnome jpeg localbase \ - meson pkgconfig shebangfix uniquefiles tar:xz + meson shebangfix uniquefiles tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Ddocs=false \ Index: graphics/geomorph/Makefile =================================================================== --- graphics/geomorph/Makefile +++ graphics/geomorph/Makefile @@ -10,7 +10,7 @@ libpng.so:graphics/png USES= autoreconf compiler:c++11-lang desktop-file-utils \ - gl gmake gnome libtool pkgconfig shebangfix + gl gmake gnome libtool shebangfix SHEBANG_FILES= update-rc USE_GNOME= gtk20 USE_GL= gl glu Index: graphics/gexiv2/Makefile =================================================================== --- graphics/gexiv2/Makefile +++ graphics/gexiv2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} -USES= compiler:c++11-lang gnome libtool:build meson pathfix pkgconfig \ +USES= compiler:c++11-lang gnome libtool:build meson pathfix \ python:build tar:xz vala:build USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes Index: graphics/giblib/Makefile =================================================================== --- graphics/giblib/Makefile +++ graphics/giblib/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= pathfix pkgconfig libtool +USES= pathfix libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ARGS= docsdir=${DOCSDIR} Index: graphics/gimageview/Makefile =================================================================== --- graphics/gimageview/Makefile +++ graphics/gimageview/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= gmake gnome jpeg libtool localbase perl5 pkgconfig xorg +USES= gmake gnome jpeg libtool localbase perl5 xorg GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_PERL5= build Index: graphics/gimmage/Makefile =================================================================== --- graphics/gimmage/Makefile +++ graphics/gimmage/Makefile @@ -14,7 +14,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang desktop-file-utils gettext gnome pkgconfig +USES= compiler:c++11-lang desktop-file-utils gettext gnome USE_GNOME= gtkmm24 gdkpixbuf2 GNU_CONFIGURE= yes USE_CXXSTD= c++11 Index: graphics/gimp-app/Makefile =================================================================== --- graphics/gimp-app/Makefile +++ graphics/gimp-app/Makefile @@ -45,7 +45,7 @@ mypaint-brushes>0:graphics/mypaint-brushes USES+= compiler:c++14-lang cpe gettext gmake gnome jpeg libtool \ - localbase pkgconfig shebangfix tar:bzip2 xorg + localbase shebangfix tar:bzip2 xorg CPE_VENDOR= gimp CPE_PRODUCT= gimp USE_GNOME+= cairo gtk20 intltool librsvg2 Index: graphics/gimp-beautify-plugin/Makefile =================================================================== --- graphics/gimp-beautify-plugin/Makefile +++ graphics/gimp-beautify-plugin/Makefile @@ -21,7 +21,7 @@ GH_ACCOUNT= hejiann GH_TAGNAME= e209c8d -USES= gettext gmake gnome pkgconfig xorg +USES= gettext gmake gnome xorg USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender Index: graphics/gimp-data-extras/Makefile =================================================================== --- graphics/gimp-data-extras/Makefile +++ graphics/gimp-data-extras/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app -USES= pkgconfig tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes .include Index: graphics/gimp-gmic-plugin/Makefile =================================================================== --- graphics/gimp-gmic-plugin/Makefile +++ graphics/gimp-gmic-plugin/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USES= dos2unix gmake gnome localbase magick:6 pkgconfig xorg +USES= dos2unix gmake gnome localbase magick:6 xorg USE_GCC= yes USE_GNOME= gtk20 USE_XORG= x11 xext xrandr Index: graphics/gimp-jxl-plugin/Makefile =================================================================== --- graphics/gimp-jxl-plugin/Makefile +++ graphics/gimp-jxl-plugin/Makefile @@ -14,7 +14,7 @@ libjxl.so:graphics/libjxl \ libbabl-0.1.so:x11/babl -USES= cmake compiler:c++11-lang gnome pkgconfig +USES= cmake compiler:c++11-lang gnome USE_GITHUB= yes USE_GNOME= gtk20 GH_ACCOUNT= ${GH_PROJECT} Index: graphics/gimp-lensfun-plugin/Makefile =================================================================== --- graphics/gimp-lensfun-plugin/Makefile +++ graphics/gimp-lensfun-plugin/Makefile @@ -15,7 +15,7 @@ ${LOCALBASE}/libdata/pkgconfig/lensfun.pc:graphics/lensfun RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= compiler:c++11-lang gmake pkgconfig +USES= compiler:c++11-lang gmake USE_GITHUB= yes GH_ACCOUNT= seebk Index: graphics/gimp-lqr-plugin/Makefile =================================================================== --- graphics/gimp-lqr-plugin/Makefile +++ graphics/gimp-lqr-plugin/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app \ liblqr-1.so:graphics/liblqr-1 -USES= compiler:c++11-lang gettext gmake gnome localbase pkgconfig \ +USES= compiler:c++11-lang gettext gmake gnome localbase \ tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool Index: graphics/gimp-refocus-plugin/Makefile =================================================================== --- graphics/gimp-refocus-plugin/Makefile +++ graphics/gimp-refocus-plugin/Makefile @@ -16,8 +16,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= autoreconf compiler:c++11-lang gettext gmake gnome pathfix \ - pkgconfig +USES= autoreconf compiler:c++11-lang gettext gmake gnome pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= GIMPTOOL=${LOCALBASE}/bin/gimptool-2.0 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango Index: graphics/gimp-resynthesizer/Makefile =================================================================== --- graphics/gimp-resynthesizer/Makefile +++ graphics/gimp-resynthesizer/Makefile @@ -22,7 +22,7 @@ GH_ACCOUNT= bootchk USES= autoreconf compiler:c++11-lang gettext gmake localbase \ - pkgconfig python:run shebangfix + python:run shebangfix SHEBANG_FILES= PluginScripts/*.py GNU_CONFIGURE= yes Index: graphics/gkrellkam2/Makefile =================================================================== --- graphics/gkrellkam2/Makefile +++ graphics/gkrellkam2/Makefile @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake pkgconfig +USES= gmake PLIST_FILES= libexec/gkrellm2/plugins/gkrellkam2.so \ man/man5/gkrellkam-list.5.gz Index: graphics/glfw/Makefile =================================================================== --- graphics/glfw/Makefile +++ graphics/glfw/Makefile @@ -31,7 +31,7 @@ WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -WAYLAND_USES= kde:5 pkgconfig +WAYLAND_USES= kde:5 WAYLAND_USE= KDE=ecm WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND Index: graphics/gliv/Makefile =================================================================== --- graphics/gliv/Makefile +++ graphics/gliv/Makefile @@ -14,7 +14,7 @@ libSM.so:x11/libSM USES= compiler:c11 desktop-file-utils gettext gl gmake gnome \ - localbase:ldflags pathfix pkgconfig tar:bzip2 xorg + localbase:ldflags pathfix tar:bzip2 xorg USE_GNOME= gnomeprefix gtk20 USE_GL= gl glu USE_XORG= sm Index: graphics/gmic-qt/Makefile =================================================================== --- graphics/gmic-qt/Makefile +++ graphics/gmic-qt/Makefile @@ -24,7 +24,7 @@ krita_PKGNAMESUFFIX= -krita gimp_PKGNAMESUFFIX= -gimp -USES= cmake compiler:c++14-lang pkgconfig qt:5 xorg +USES= cmake compiler:c++14-lang qt:5 xorg USE_QT= core gui network widgets \ buildtools_build linguisttools_build qmake_build USE_XORG= ice sm x11 xext Index: graphics/gmic/Makefile =================================================================== --- graphics/gmic/Makefile +++ graphics/gmic/Makefile @@ -28,7 +28,7 @@ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= compiler:c++11-lang gettext-runtime gmake jpeg localbase:ldflags pkgconfig xorg +USES= compiler:c++11-lang gettext-runtime gmake jpeg localbase:ldflags xorg USE_LDCONFIG= yes USE_XORG= x11 xau xcb xdmcp Index: graphics/gnash/Makefile =================================================================== --- graphics/gnash/Makefile +++ graphics/gnash/Makefile @@ -30,7 +30,7 @@ CONFLICTS= gnash-devel USES= cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \ - pkgconfig jpeg gnome gl sdl desktop-file-utils xorg + jpeg gnome gl sdl desktop-file-utils xorg CPE_VENDOR= gnu GNU_CONFIGURE= yes USE_GNOME= atk gtk20 libxml2 pango Index: graphics/gnome-color-manager/Makefile =================================================================== --- graphics/gnome-color-manager/Makefile +++ graphics/gnome-color-manager/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang desktop-file-utils gettext gnome meson \ - pkgconfig tar:xz + tar:xz USE_GNOME= cairo gtk30 vte3 USE_LDCONFIG= yes MESON_ARGS= -Dtests=false Index: graphics/goocanvas2/Makefile =================================================================== --- graphics/goocanvas2/Makefile +++ graphics/goocanvas2/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 -USES= gmake gnome libtool pathfix pkgconfig python:build tar:xz +USES= gmake gnome libtool pathfix python:build tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/goocanvas3/Makefile =================================================================== --- graphics/goocanvas3/Makefile +++ graphics/goocanvas3/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 -USES= gmake gnome libtool pkgconfig tar:xz +USES= gmake gnome libtool tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/goocanvasmm2/Makefile =================================================================== --- graphics/goocanvasmm2/Makefile +++ graphics/goocanvasmm2/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 -USES= compiler:c++11-lang gmake gnome libtool pathfix pkgconfig \ +USES= compiler:c++11-lang gmake gnome libtool pathfix \ tar:xz USE_CXXSTD= c++11 USE_GNOME= gtkmm30 Index: graphics/gource/Makefile =================================================================== --- graphics/gource/Makefile +++ graphics/gource/Makefile @@ -17,7 +17,7 @@ libpng.so:graphics/png RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm -USES= compiler:c++0x cpe gl gmake pkgconfig sdl +USES= compiler:c++0x cpe gl gmake sdl GNU_CONFIGURE= yes USE_GL= glew gl glu USE_SDL= image2 sdl2 Index: graphics/gpaint/Makefile =================================================================== --- graphics/gpaint/Makefile +++ graphics/gpaint/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= gtk20 libglade2 GNU_CONFIGURE= yes LIBS+= -lm Index: graphics/gphoto2/Makefile =================================================================== --- graphics/gphoto2/Makefile +++ graphics/gphoto2/Makefile @@ -13,7 +13,7 @@ libgphoto2.so:graphics/libgphoto2 \ libpopt.so:devel/popt -USES= gmake jpeg pkgconfig tar:bzip2 +USES= gmake jpeg tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ Index: graphics/gpicview/Makefile =================================================================== --- graphics/gpicview/Makefile +++ graphics/gpicview/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 USES= desktop-file-utils gettext-tools gmake gnome jpeg localbase \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GNOME= gtk20 intltool USE_XORG= x11 Index: graphics/grafx2/Makefile =================================================================== --- graphics/grafx2/Makefile +++ graphics/grafx2/Makefile @@ -14,7 +14,7 @@ libtiff.so:graphics/tiff \ libX11.so:x11/libX11 -USES= desktop-file-utils gmake gnome iconv:wchar_t pkgconfig sdl \ +USES= desktop-file-utils gmake gnome iconv:wchar_t sdl \ tar:tgz USE_SDL= image2 sdl2 Index: graphics/graphene/Makefile =================================================================== --- graphics/graphene/Makefile +++ graphics/graphene/Makefile @@ -7,7 +7,7 @@ LICENSE= MIT -USES= compiler:c11 gnome meson pkgconfig python:3.6+ shebangfix +USES= compiler:c11 gnome meson python:3.6+ shebangfix USE_GNOME= glib20 pygobject3 USE_LDCONFIG= yes Index: graphics/graphviz/Makefile =================================================================== --- graphics/graphviz/Makefile +++ graphics/graphviz/Makefile @@ -21,7 +21,7 @@ libgd.so:${GD_PORT} USES= compiler:c++11-lang cpe pathfix shebangfix gmake bison \ - pkgconfig libtool:keepla autoreconf localbase:ldflags jpeg \ + libtool:keepla autoreconf localbase:ldflags jpeg \ tcl:build GNU_CONFIGURE= yes Index: graphics/gthumb/Makefile =================================================================== --- graphics/gthumb/Makefile +++ graphics/gthumb/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas USES= bison compiler:c++11-lib cpe desktop-file-utils gettext gl \ - gnome jpeg localbase:ldflags meson pkgconfig \ + gnome jpeg localbase:ldflags meson \ python:3.5+,build shebangfix tar:xz xorg USE_GL= egl USE_GNOME= cairo gtk30 intltool librsvg2 Index: graphics/gtimelapse/Makefile =================================================================== --- graphics/gtimelapse/Makefile +++ graphics/gtimelapse/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib libtool pkgconfig +USES= autoreconf compiler:c++11-lib libtool USE_WX= 3.0 USE_CXXSTD= c++11 WX_CONF_ARGS= absolute Index: graphics/gtk-update-icon-cache/Makefile =================================================================== --- graphics/gtk-update-icon-cache/Makefile +++ graphics/gtk-update-icon-cache/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gnome meson pkgconfig trigger +USES= gettext gnome meson trigger USE_GNOME= gdkpixbuf2 USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org Index: graphics/gtkam/Makefile =================================================================== --- graphics/gtkam/Makefile +++ graphics/gtkam/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libexif-gtk.so:graphics/libexif-gtk \ libgphoto2.so:graphics/libgphoto2 -USES= gettext gmake gnome pathfix pkgconfig +USES= gettext gmake gnome pathfix USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-bonobo --without-gnome Index: graphics/gts/Makefile =================================================================== --- graphics/gts/Makefile +++ graphics/gts/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gnome libtool localbase pathfix pkgconfig +USES= gnome libtool localbase pathfix USE_GNOME= glib20 USE_LDCONFIG= yes Index: graphics/guetzli/Makefile =================================================================== --- graphics/guetzli/Makefile +++ graphics/guetzli/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= google -USES= compiler:c++11-lib gmake pkgconfig +USES= compiler:c++11-lib gmake PLIST_FILES= bin/guetzli MAKE_FLAGS= verbose=1 Index: graphics/guile-cairo/Makefile =================================================================== --- graphics/guile-cairo/Makefile +++ graphics/guile-cairo/Makefile @@ -12,7 +12,7 @@ libgc-threaded.so:devel/boehm-gc-threaded BUILD_DEPENDS= guile2>=2.2:lang/guile2 -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_CSTD= c99 USE_GNOME= cairo USE_LDCONFIG= yes Index: graphics/gwenview/Makefile =================================================================== --- graphics/gwenview/Makefile +++ graphics/gwenview/Makefile @@ -14,7 +14,7 @@ libkImageAnnotator.so:graphics/kimageannotator RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins -USES= compiler:c++11-lang cmake desktop-file-utils gettext jpeg pkgconfig \ +USES= compiler:c++11-lang cmake desktop-file-utils gettext jpeg \ kde:5 qt:5 tar:xz xorg USE_KDE= activities auth baloo bookmarks codecs completion config \ configwidgets coreaddons emoticons filemetadata guiaddons i18n \ Index: graphics/hdr_tools/Makefile =================================================================== --- graphics/hdr_tools/Makefile +++ graphics/hdr_tools/Makefile @@ -15,7 +15,7 @@ libtiff.so:graphics/tiff \ libOpenEXR.so:graphics/openexr \ -USES= compiler:c++11-lang gmake magick:6 pkgconfig tar:tgz +USES= compiler:c++11-lang gmake magick:6 tar:tgz NO_WRKSUBDIR= yes PROGRAMS= hdr_adjust hdr_convert hdr_create hdr_denoise hdr_fix_ca \ Index: graphics/hugin/Makefile =================================================================== --- graphics/hugin/Makefile +++ graphics/hugin/Makefile @@ -25,7 +25,7 @@ gmake:devel/gmake USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ - jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg + jpeg shared-mime-info shebangfix sqlite tar:bzip2 xorg USE_GL= gl glew glu glut USE_WX= 3.0+ USE_XORG= x11 Index: graphics/iccxml/Makefile =================================================================== --- graphics/iccxml/Makefile +++ graphics/iccxml/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libSampleICC.so:graphics/sampleicc -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes Index: graphics/icon-slicer/Makefile =================================================================== --- graphics/icon-slicer/Makefile +++ graphics/icon-slicer/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpopt.so:devel/popt -USES= gnome localbase pkgconfig +USES= gnome localbase USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: graphics/ida/Makefile =================================================================== --- graphics/ida/Makefile +++ graphics/ida/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif -USES= desktop-file-utils gmake iconv jpeg motif perl5 pkgconfig xorg +USES= desktop-file-utils gmake iconv jpeg motif perl5 xorg USE_PERL5= build USE_XORG= pixman x11 xext xt MAKEFILE= GNUmakefile Index: graphics/iec16022/Makefile =================================================================== --- graphics/iec16022/Makefile +++ graphics/iec16022/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpopt.so:devel/popt -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/ikona/Makefile =================================================================== --- graphics/ikona/Makefile +++ graphics/ikona/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= rustc:lang/${RUST_DEFAULT} USES= cmake:noninja compiler:c++11-lang desktop-file-utils \ - gmake gnome iconv kde:5 pkgconfig qt:5 tar:xz + gmake gnome iconv kde:5 qt:5 tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 libxml2 pango USE_KDE= auth codecs config configwidgets coreaddons i18n \ kirigami2 widgetsaddons Index: graphics/imlib2-jxl/Makefile =================================================================== --- graphics/imlib2-jxl/Makefile +++ graphics/imlib2-jxl/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libjxl.so:graphics/libjxl -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= alistair7 MAKE_ENV= RELEASE_CFLAGS="${CFLAGS}" Index: graphics/imlib2-webp/Makefile =================================================================== --- graphics/imlib2-webp/Makefile +++ graphics/imlib2-webp/Makefile @@ -13,7 +13,7 @@ CONFLICTS_INSTALL= imlib2 -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= gawen947 GH_TAGNAME= 79b3da58f48 Index: graphics/imlib2/Makefile =================================================================== --- graphics/imlib2/Makefile +++ graphics/imlib2/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= cpe libtool pathfix pkgconfig tar:bzip2 +USES= cpe libtool pathfix tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: graphics/imlib2_loaders/Makefile =================================================================== --- graphics/imlib2_loaders/Makefile +++ graphics/imlib2_loaders/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool localbase pathfix pkgconfig tar:bzip2 xorg +USES= libtool localbase pathfix tar:bzip2 xorg USE_XORG= x11 xext CONFIGURE_ARGS= --disable-static Index: graphics/imv/Makefile =================================================================== --- graphics/imv/Makefile +++ graphics/imv/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:shells/bash USES= compiler:c11 desktop-file-utils gettext-runtime gl gnome meson \ - pkgconfig shebangfix + shebangfix USE_GL= egl USE_GNOME= cairo glib20 pango SHEBANG_FILES= contrib/imv-folder Index: graphics/inkscape/Makefile =================================================================== --- graphics/inkscape/Makefile +++ graphics/inkscape/Makefile @@ -49,7 +49,7 @@ fig2dev:print/fig2dev USES= compiler:c++17-lang cmake cpe desktop-file-utils gnome \ - iconv:wchar_t jpeg pathfix pkgconfig python:3.7+ \ + iconv:wchar_t jpeg pathfix python:3.7+ \ readline shebangfix tar:xz xorg USE_GNOME= gdkpixbuf2 gtkmm30 libxml2 libxslt USE_XORG= sm ice x11 xext Index: graphics/instant-meshes/Makefile =================================================================== --- graphics/instant-meshes/Makefile +++ graphics/instant-meshes/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= zenity:x11/zenity USES= cmake compiler:c++14-lang eigen:3 gl localbase:ldflags \ - magick:6,build pkgconfig xorg + magick:6,build xorg USE_GITHUB= yes GH_ACCOUNT= wjakob GH_TUPLE= wjakob:nanogui:2a61f03:nanogui/ext/nanogui \ Index: graphics/ipe/Makefile =================================================================== --- graphics/ipe/Makefile +++ graphics/ipe/Makefile @@ -17,7 +17,7 @@ libpng.so:graphics/png \ libspiro.so:graphics/libspiro -USES= compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig shebangfix qt:5 +USES= compiler:c++11-lib gmake gnome jpeg lua:52 shebangfix qt:5 USE_GNOME= cairo USE_QT= buildtools_build core gui qmake_build widgets USE_TEX= pdftex Index: graphics/jp2a/Makefile =================================================================== --- graphics/jp2a/Makefile +++ graphics/jp2a/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpng.so:graphics/png -USES= jpeg localbase ncurses pkgconfig tar:bz2 +USES= jpeg localbase ncurses tar:bz2 USE_CSTD= c99 GNU_CONFIGURE= yes Index: graphics/katarakt/Makefile =================================================================== --- graphics/katarakt/Makefile +++ graphics/katarakt/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_QT= buildtools_build core gui xml dbus network widgets USE_GL= gl Index: graphics/kf5-kimageformats/Makefile =================================================================== --- graphics/kf5-kimageformats/Makefile +++ graphics/kf5-kimageformats/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libImath.so:math/Imath -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= archive \ ecm_build USE_QT= core gui printsupport widgets \ Index: graphics/kgeotag/Makefile =================================================================== --- graphics/kgeotag/Makefile +++ graphics/kgeotag/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/LicenseRef-KDE-Accepted-GPL.txt -USES= cmake compiler:c++17-lang kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++17-lang kde:5 qt:5 tar:xz USE_QT= core gui widgets \ buildtools_build linguist_build qmake_build USE_KDE= coreaddons config configwidgets crash i18n libkexiv2 \ Index: graphics/kgraphviewer/Makefile =================================================================== --- graphics/kgraphviewer/Makefile +++ graphics/kgraphviewer/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgvc.so:graphics/graphviz USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ - pkgconfig xorg + xorg USE_KDE= auth codecs completion config configwidgets \ coreaddons i18n iconthemes jobwidgets kio parts service \ solid sonnet textwidgets widgetsaddons windowsystem xmlgui \ Index: graphics/kipi-plugins/Makefile =================================================================== --- graphics/kipi-plugins/Makefile +++ graphics/kipi-plugins/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= kio libkipi solid archive auth bookmarks codecs completion \ config configwidgets coreaddons i18n itemviews jobwidgets \ Index: graphics/kludge3d/Makefile =================================================================== --- graphics/kludge3d/Makefile +++ graphics/kludge3d/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= lib3ds.so:graphics/lib3ds \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -USES= compiler:c++11-lang gl gmake gnome pkgconfig python +USES= compiler:c++11-lang gl gmake gnome python USE_GL= gl USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: graphics/kmscube/Makefile =================================================================== --- graphics/kmscube/Makefile +++ graphics/kmscube/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm -USES= gl meson pkgconfig +USES= gl meson USE_GITLAB= yes USE_GL= egl gbm glesv2 GL_SITE= https://gitlab.freedesktop.org Index: graphics/kontrast/Makefile =================================================================== --- graphics/kontrast/Makefile +++ graphics/kontrast/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Color contrast checker -USES= compiler:c++11-lang cmake pkgconfig \ +USES= compiler:c++11-lang cmake \ kde:5 qt:5 tar:xz USE_KDE= coreaddons i18n kdeclarative kirigami2 \ ecm_build Index: graphics/kooka/Makefile =================================================================== --- graphics/kooka/Makefile +++ graphics/kooka/Makefile @@ -13,7 +13,7 @@ libsane.so:graphics/sane-backends \ libtiff.so:graphics/tiff -USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 xorg +USES= cmake compiler:c++11-lang kde:5 qt:5 xorg USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \ ecm i18n iconthemes itemviews jobwidgets kio service solid sonnet \ textwidgets widgetsaddons windowsystem xmlgui \ Index: graphics/kphotoalbum/Makefile =================================================================== --- graphics/kphotoalbum/Makefile +++ graphics/kphotoalbum/Makefile @@ -15,7 +15,7 @@ libKF5Kipi.so:graphics/libkipi USES= cmake compiler:c++11-lang desktop-file-utils jpeg kde:5 \ - pkgconfig qt:5 shebangfix tar:xz xorg + qt:5 shebangfix tar:xz xorg USE_KDE= archive auth codecs completion config \ configwidgets coreaddons ecm i18n \ iconthemes jobwidgets kio marble purpose service \ Index: graphics/kplot/Makefile =================================================================== --- graphics/kplot/Makefile +++ graphics/kplot/Makefile @@ -9,7 +9,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= gmake gnome localbase pkgconfig +USES= gmake gnome localbase USE_GNOME= cairo USE_GITHUB= yes Index: graphics/kquickimageeditor/Makefile =================================================================== --- graphics/kquickimageeditor/Makefile +++ graphics/kquickimageeditor/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt -USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++17-lang gl kde:5 qt:5 tar:xz USE_GL= gl USE_QT= core declarative gui network quickcontrols2 \ buildtools_build linguist_build qmake_build Index: graphics/krita/Makefile =================================================================== --- graphics/krita/Makefile +++ graphics/krita/Makefile @@ -37,7 +37,7 @@ # Disable ninja generator for now (with gmake), until the duplicate test targets are resolved upstream. USES= cmake:noninja gmake compiler:c++11-lib desktop-file-utils \ - eigen:3 gettext jpeg kde:5 localbase:ldflags pkgconfig \ + eigen:3 gettext jpeg kde:5 localbase:ldflags \ python:3.4+ qt:5 shared-mime-info tar:xz xorg USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem Index: graphics/lensfun/Makefile =================================================================== --- graphics/lensfun/Makefile +++ graphics/lensfun/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= cmake compiler:c++11-lang gettext-runtime gnome pathfix \ - pkgconfig shebangfix + shebangfix SHEBANG_FILES= apps/lensfun-add-adapter apps/lensfun-convert-lcp \ apps/lensfun-update-data USE_GNOME= glib20 Index: graphics/leptonica/Makefile =================================================================== --- graphics/leptonica/Makefile +++ graphics/leptonica/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/leptonica-license.txt -USES= cmake cpe localbase pkgconfig +USES= cmake cpe localbase USE_LDCONFIG= yes CONFLICTS= leptonlib Index: graphics/libGLU/Makefile =================================================================== --- graphics/libGLU/Makefile +++ graphics/libGLU/Makefile @@ -9,7 +9,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library -USES= gl meson pkgconfig tar:xz +USES= gl meson tar:xz USE_GL= opengl USE_LDCONFIG= yes Index: graphics/libafterimage/Makefile =================================================================== --- graphics/libafterimage/Makefile +++ graphics/libafterimage/Makefile @@ -15,7 +15,7 @@ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 -USES= gnome jpeg pkgconfig tar:bzip2 xorg +USES= gnome jpeg tar:bzip2 xorg USE_XORG= xext USE_GNOME= librsvg2 GNU_CONFIGURE= yes Index: graphics/libavif/Makefile =================================================================== --- graphics/libavif/Makefile +++ graphics/libavif/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= cmake:testing compiler:c11 cpe jpeg pkgconfig +USES= cmake:testing compiler:c11 cpe jpeg CPE_VENDOR= aomedia USE_GITHUB= yes USE_LDCONFIG= yes Index: graphics/libcaca/Makefile =================================================================== --- graphics/libcaca/Makefile +++ graphics/libcaca/Makefile @@ -7,7 +7,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphics library that outputs text instead of pixels -USES= cpe libtool ncurses pathfix pkgconfig +USES= cpe libtool ncurses pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-doc \ Index: graphics/libcdr01/Makefile =================================================================== --- graphics/libcdr01/Makefile +++ graphics/libcdr01/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: graphics/libchamplain/Makefile =================================================================== --- graphics/libchamplain/Makefile +++ graphics/libchamplain/Makefile @@ -17,7 +17,7 @@ libsoup-2.4.so:devel/libsoup USES= gettext-runtime gl gnome localbase meson \ - pkgconfig sqlite tar:xz vala:build xorg + sqlite tar:xz vala:build xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_GL= egl USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr Index: graphics/libdrm/Makefile =================================================================== --- graphics/libdrm/Makefile +++ graphics/libdrm/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpciaccess.so:devel/libpciaccess -USES= gnome meson pkgconfig tar:xz +USES= gnome meson tar:xz USE_LDCONFIG= yes OPTIONS_DEFINE= MANPAGES TESTS Index: graphics/libepoxy/Makefile =================================================================== --- graphics/libepoxy/Makefile +++ graphics/libepoxy/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gl localbase meson pkgconfig python:3.6+,build shebangfix tar:xz +USES= gl localbase meson python:3.6+,build shebangfix tar:xz USE_GL= glesv2 egl USE_LDCONFIG= yes SHEBANG_FILES= src/gen_dispatch.py Index: graphics/libetonyek01/Makefile =================================================================== --- graphics/libetonyek01/Makefile +++ graphics/libetonyek01/Makefile @@ -20,7 +20,7 @@ libxml2.so:textproc/libxml2 USES= compiler:c++11-lib gmake libtool pathfix \ - pkgconfig tar:xz + tar:xz MDDS_VERSION= 2.0 Index: graphics/libexif-gtk/Makefile =================================================================== --- graphics/libexif-gtk/Makefile +++ graphics/libexif-gtk/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif GNU_CONFIGURE= yes -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= cairo gdkpixbuf2 gtk20 USE_LDCONFIG= yes Index: graphics/libexif/Makefile =================================================================== --- graphics/libexif/Makefile +++ graphics/libexif/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake libtool localbase pathfix pkgconfig tar:bzip2 +USES= cpe gmake libtool localbase pathfix tar:bzip2 CONFIGURE_ARGS= --disable-docs GNU_CONFIGURE= yes Index: graphics/libfreehand/Makefile =================================================================== --- graphics/libfreehand/Makefile +++ graphics/libfreehand/Makefile @@ -17,7 +17,7 @@ librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes -USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gperf perl5 libtool pathfix tar:xz USE_LDCONFIG= yes USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs Index: graphics/libgltext/Makefile =================================================================== --- graphics/libgltext/Makefile +++ graphics/libgltext/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= gl gmake localbase libtool pkgconfig xorg +USES= gl gmake localbase libtool xorg USE_GL= gl glu USE_XORG= x11 xmu GNU_CONFIGURE= yes Index: graphics/libgltf/Makefile =================================================================== --- graphics/libgltf/Makefile +++ graphics/libgltf/Makefile @@ -14,7 +14,7 @@ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libepoxy.so:graphics/libepoxy -USES= compiler:c++0x gl libtool localbase pathfix pkgconfig +USES= compiler:c++0x gl libtool localbase pathfix USE_GL= glew USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/libglvnd/Makefile =================================================================== --- graphics/libglvnd/Makefile +++ graphics/libglvnd/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 MIT LICENSE_COMB= multi -USES= compiler:c++11-lib localbase meson pkgconfig +USES= compiler:c++11-lib localbase meson USE_LDCONFIG= yes USE_GITLAB= yes Index: graphics/libgnomecanvas/Makefile =================================================================== --- graphics/libgnomecanvas/Makefile +++ graphics/libgnomecanvas/Makefile @@ -12,7 +12,7 @@ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig tar:bzip2 +USES+= gettext gmake gnome libtool localbase pathfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libartlgpl2 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/libgnomecanvasmm26/Makefile =================================================================== --- graphics/libgnomecanvasmm26/Makefile +++ graphics/libgnomecanvasmm26/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ - pkgconfig tar:bzip2 + tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= libgnomecanvas GNU_CONFIGURE= yes Index: graphics/libgphoto2/Makefile =================================================================== --- graphics/libgphoto2/Makefile +++ graphics/libgphoto2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl USES= compiler:c11 gmake gnome iconv libtool localbase pathfix \ - pkgconfig tar:bzip2 + tar:bzip2 USE_CSTD= gnu99 USE_GNOME= libxml2 Index: graphics/libgxps/Makefile =================================================================== --- graphics/libgxps/Makefile +++ graphics/libgxps/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= cpe gettext gnome jpeg libarchive localbase meson pkgconfig tar:xz +USES= cpe gettext gnome jpeg libarchive localbase meson tar:xz CPE_VENDOR= gnome USE_LDCONFIG= yes USE_GNOME= cairo glib20 introspection:build Index: graphics/libheif/Makefile =================================================================== --- graphics/libheif/Makefile +++ graphics/libheif/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang cpe gettext-runtime gnome \ - localbase:ldflags pkgconfig shared-mime-info + localbase:ldflags shared-mime-info CPE_VENDOR= struktur USE_GNOME= gdkpixbuf2 glib20 USE_LDCONFIG= yes Index: graphics/libiptcdata/Makefile =================================================================== --- graphics/libiptcdata/Makefile +++ graphics/libiptcdata/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating IPTC metadata stored in image files -USES= pkgconfig iconv libtool pathfix +USES= iconv libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls Index: graphics/libjxl/Makefile =================================================================== --- graphics/libjxl/Makefile +++ graphics/libjxl/Makefile @@ -13,7 +13,7 @@ libhwy.so:devel/highway TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing compiler:c++11-lib cpe localbase:ldflags pkgconfig shared-mime-info +USES= cmake:testing compiler:c++11-lib cpe localbase:ldflags shared-mime-info CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes USE_LDCONFIG= yes Index: graphics/libkdcraw/Makefile =================================================================== --- graphics/libkdcraw/Makefile +++ graphics/libkdcraw/Makefile @@ -12,7 +12,7 @@ libxml2.so:textproc/libxml2 \ libraw.so:graphics/libraw -USES= cmake compiler:c++11-lang jpeg kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang jpeg kde:5 qt:5 tar:xz USE_KDE= ecm USE_QT= core gui \ buildtools_build qmake_build Index: graphics/libkexiv2/Makefile =================================================================== --- graphics/libkexiv2/Makefile +++ graphics/libkexiv2/Makefile @@ -7,7 +7,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 -USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= ecm USE_QT= core gui \ buildtools_build qmake_build Index: graphics/libliftoff/Makefile =================================================================== --- graphics/libliftoff/Makefile +++ graphics/libliftoff/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITLAB= yes USE_LDCONFIG= yes GL_SITE= https://gitlab.freedesktop.org Index: graphics/liblqr-1/Makefile =================================================================== --- graphics/liblqr-1/Makefile +++ graphics/liblqr-1/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= gettext gmake gnome libtool pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 INSTALL_TARGET= install-strip Index: graphics/libmypaint/Makefile =================================================================== --- graphics/libmypaint/Makefile +++ graphics/libmypaint/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c -USES= compiler:c11 gmake gnome libtool localbase pkgconfig tar:xz +USES= compiler:c11 gmake gnome libtool localbase tar:xz USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: graphics/libopenraw/Makefile =================================================================== --- graphics/libopenraw/Makefile +++ graphics/libopenraw/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs TEST_DEPENDS= curl:ftp/curl -USES= cargo compiler:c++14-lang gnome jpeg libtool localbase pkgconfig \ +USES= cargo compiler:c++14-lang gnome jpeg libtool localbase \ tar:bz2 USE_GNOME= libxml2 USE_LDCONFIG= yes Index: graphics/libpano13/Makefile =================================================================== --- graphics/libpano13/Makefile +++ graphics/libpano13/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= cmake:testing cpe jpeg libtool pathfix perl5 pkgconfig +USES= cmake:testing cpe jpeg libtool pathfix perl5 CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes USE_PERL5= build # for pod2man Index: graphics/libplacebo/Makefile =================================================================== --- graphics/libplacebo/Makefile +++ graphics/libplacebo/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 localbase:ldflags meson pkgconfig python:3.6+,build +USES= compiler:c11 localbase:ldflags meson python:3.6+,build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= haasn Index: graphics/libprojectm/Makefile =================================================================== --- graphics/libprojectm/Makefile +++ graphics/libprojectm/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm USES= autoreconf:build compiler:c++11-lang gl gmake libtool \ - localbase:ldflags pkgconfig sdl + localbase:ldflags sdl USE_GITHUB= yes GH_ACCOUNT= projectM-visualizer GH_PROJECT= projectm Index: graphics/libqrencode/Makefile =================================================================== --- graphics/libqrencode/Makefile +++ graphics/libqrencode/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= cmake iconv pathfix pkgconfig +USES= cmake iconv pathfix USE_GITHUB= yes GH_ACCOUNT= fukuchi USE_LDCONFIG= yes Index: graphics/librasterlite2/Makefile =================================================================== --- graphics/librasterlite2/Makefile +++ graphics/librasterlite2/Makefile @@ -27,7 +27,7 @@ libfreexl.so:textproc/freexl GNU_CONFIGURE= yes -USES= gmake iconv jpeg libtool pathfix pkgconfig sqlite +USES= gmake iconv jpeg libtool pathfix sqlite USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: graphics/libraw/Makefile =================================================================== --- graphics/libraw/Makefile +++ graphics/libraw/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 CDDL LICENSE_COMB= dual -USES= cpe libtool localbase pathfix pkgconfig +USES= cpe libtool localbase pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/librsvg2-rust/Makefile =================================================================== --- graphics/librsvg2-rust/Makefile +++ graphics/librsvg2-rust/Makefile @@ -17,7 +17,7 @@ libharfbuzz.so:print/harfbuzz \ libpng.so:graphics/png -USES= compiler:c11 cpe gettext gmake gnome libtool pkgconfig tar:xz vala:build +USES= compiler:c11 cpe gettext gmake gnome libtool tar:xz vala:build CPE_VENDOR= gnome USE_GNOME= cairo gdkpixbuf2 libxml2 pango introspection:build USE_LDCONFIG= yes Index: graphics/librsvg2/Makefile =================================================================== --- graphics/librsvg2/Makefile +++ graphics/librsvg2/Makefile @@ -17,7 +17,7 @@ libpng.so:graphics/png \ libcroco-0.6.so:textproc/libcroco -USES= cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= cpe gmake gnome libtool localbase pathfix tar:xz CONFLICTS_INSTALL= librsvg2-rust # librsvg2 2.42+ needs rust to build, which is not available on all Index: graphics/libsixel/Makefile =================================================================== --- graphics/libsixel/Makefile +++ graphics/libsixel/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= cpe libtool pkgconfig +USES= cpe libtool CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/libspng/Makefile =================================================================== --- graphics/libspng/Makefile +++ graphics/libspng/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= randy408 USE_LDCONFIG= yes Index: graphics/libsvg-cairo/Makefile =================================================================== --- graphics/libsvg-cairo/Makefile +++ graphics/libsvg-cairo/Makefile @@ -11,7 +11,7 @@ libcairo.so:graphics/cairo GNU_CONFIGURE= yes -USES= jpeg libtool pathfix pkgconfig +USES= jpeg libtool pathfix USE_LDCONFIG= yes PLIST_FILES= include/svg-cairo.h \ lib/libsvg-cairo.a \ Index: graphics/libsvg/Makefile =================================================================== --- graphics/libsvg/Makefile +++ graphics/libsvg/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= gnome iconv jpeg libtool pathfix pkgconfig +USES= gnome iconv jpeg libtool pathfix USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include Index: graphics/libsvgtiny/Makefile =================================================================== --- graphics/libsvgtiny/Makefile +++ graphics/libsvgtiny/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libdom.so:www/libdom \ libwapcaplet.so:textproc/libwapcaplet -USES= compiler:c11 gmake pkgconfig +USES= compiler:c11 gmake WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: graphics/libvisual/Makefile =================================================================== --- graphics/libvisual/Makefile +++ graphics/libvisual/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limit:^0\.2\. -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/libvisual04-plugins/Makefile =================================================================== --- graphics/libvisual04-plugins/Makefile +++ graphics/libvisual04-plugins/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libvisual-${MAJORMINOR}.so:graphics/libvisual04 -USES= gl libtool pkgconfig xorg +USES= gl libtool xorg USE_GL= yes USE_XORG= x11 GNU_CONFIGURE= yes Index: graphics/libvisual04/Makefile =================================================================== --- graphics/libvisual04/Makefile +++ graphics/libvisual04/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ -USES= gettext libtool:keepla pathfix pkgconfig +USES= gettext libtool:keepla pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib Index: graphics/libwmf/Makefile =================================================================== --- graphics/libwmf/Makefile +++ graphics/libwmf/Makefile @@ -14,7 +14,7 @@ libgd.so:graphics/gd \ libexpat.so:textproc/expat2 -USES= autoreconf:build cpe jpeg libtool localbase pkgconfig +USES= autoreconf:build cpe jpeg libtool localbase USE_GITHUB= yes GH_ACCOUNT= caolanm USE_LDCONFIG= yes Index: graphics/libwpg03/Makefile =================================================================== --- graphics/libwpg03/Makefile +++ graphics/libwpg03/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge \ libwpd-0.10.so:textproc/libwpd010 -USES= compiler:c++11-lang libtool pathfix perl5 pkgconfig shebangfix tar:bzip2 +USES= compiler:c++11-lang libtool pathfix perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/libyuv/Makefile =================================================================== --- graphics/libyuv/Makefile +++ graphics/libyuv/Makefile @@ -20,7 +20,7 @@ LICENSE= BSD3CLAUSE -USES= cmake pkgconfig +USES= cmake USE_LDCONFIG= yes SUB_FILES= libyuv.pc SUB_LIST= DISTVERSION=${DISTVERSION} Index: graphics/libzmf/Makefile =================================================================== --- graphics/libzmf/Makefile +++ graphics/libzmf/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix tar:xz USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs Index: graphics/lightzone/Makefile =================================================================== --- graphics/lightzone/Makefile +++ graphics/lightzone/Makefile @@ -31,7 +31,7 @@ GH_ACCOUNT= ktgw0316 GH_PROJECT= LightZone -USES= desktop-file-utils gmake gnome jpeg pkgconfig xorg +USES= desktop-file-utils gmake gnome jpeg xorg USE_ANT= yes USE_JAVA= yes USE_GCC= yes Index: graphics/lua-gd/Makefile =================================================================== --- graphics/lua-gd/Makefile +++ graphics/lua-gd/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgd.so:graphics/gd -USES= lua:module pkgconfig +USES= lua:module USE_GITHUB= yes GH_ACCOUNT= ittner GH_TAGNAME= 2ce8e47 Index: graphics/luminance-qt5/Makefile =================================================================== --- graphics/luminance-qt5/Makefile +++ graphics/luminance-qt5/Makefile @@ -23,7 +23,7 @@ CFLAGS+= -I${LOCALBASE}/include/Imath -USES= cmake desktop-file-utils eigen:3 jpeg pkgconfig qt:5 tar:bzip2 +USES= cmake desktop-file-utils eigen:3 jpeg qt:5 tar:bzip2 USE_QT= concurrent core declarative gui location network \ printsupport sql svg widgets xml \ buildtools_build linguisttools_build qmake_build Index: graphics/lux/Makefile =================================================================== --- graphics/lux/Makefile +++ graphics/lux/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${GUIFONT}:x11-fonts/noto-basic GUIFONT= ${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf -USES= cmake desktop-file-utils dos2unix pkgconfig tar:bz2 +USES= cmake desktop-file-utils dos2unix tar:bz2 DOS2UNIX_FILES= tinyfiledialogs.c CMAKE_ON= USE_HWY_LIBRARY CXXFLAGS+= -Wno-deprecated-declarations Index: graphics/lximage-qt/Makefile =================================================================== --- graphics/lximage-qt/Makefile +++ graphics/lximage-qt/Makefile @@ -12,7 +12,7 @@ libmenu-cache.so:x11/menu-cache USES= cmake compiler:c++14-lang desktop-file-utils gettext-runtime \ - gnome localbase:ldflags lxqt pkgconfig qt:5 gnome tar:xz xorg + gnome localbase:ldflags lxqt qt:5 gnome tar:xz xorg USE_GNOME= glib20 USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ Index: graphics/mandelbulber/Makefile =================================================================== --- graphics/mandelbulber/Makefile +++ graphics/mandelbulber/Makefile @@ -20,7 +20,7 @@ GH_PROJECT= ${PORTNAME}2 USES= cmake compiler:c++11-lang gnome jpeg localbase:ldflags \ - pkgconfig qt:5 + qt:5 USE_QT= core widgets network gui multimedia testlib concurrent \ qmake_build buildtools_build uitools_build Index: graphics/mapserver/Makefile =================================================================== --- graphics/mapserver/Makefile +++ graphics/mapserver/Makefile @@ -90,7 +90,6 @@ libsvg-cairo.so:graphics/libsvg-cairo \ libexpat.so:textproc/expat2 CMAKE_ARGS+= -DWITH_SVGCAIRO=1 -DWITH_CAIRO=1 -USES+= pkgconfig .else CMAKE_ARGS+= -DWITH_SVGCAIRO=0 .endif Index: graphics/mesa-demos/Makefile =================================================================== --- graphics/mesa-demos/Makefile +++ graphics/mesa-demos/Makefile @@ -13,7 +13,7 @@ CONFLICTS_INSTALL= glx-utils -USES= gmake gl localbase pkgconfig tar:bzip2 xorg +USES= gmake gl localbase tar:bzip2 xorg GNU_CONFIGURE= yes USE_GL= egl gbm gl glesv2 glew glu glut USE_XORG= xorgproto x11 xdamage xext xfixes xi xxf86vm Index: graphics/mesa-devel/Makefile =================================================================== --- graphics/mesa-devel/Makefile +++ graphics/mesa-devel/Makefile @@ -30,7 +30,7 @@ LIB_DEPENDS+= libelf.so:devel/libelf .endif -USES= bison cpe compiler:c++11-lib meson pkgconfig python:3.6+,build shebangfix +USES= bison cpe compiler:c++11-lib meson python:3.6+,build shebangfix CPE_VENDOR= mesa3d USE_GITHUB= yes GH_ACCOUNT= mesa3d Index: graphics/minder/Makefile =================================================================== --- graphics/minder/Makefile +++ graphics/minder/Makefile @@ -18,7 +18,7 @@ libmarkdown.so:textproc/discount USES= desktop-file-utils gettext gnome libarchive localbase:ldflags \ - meson pkgconfig python:3.5+,build shared-mime-info shebangfix vala:build + meson python:3.5+,build shared-mime-info shebangfix vala:build USE_GITHUB= yes GH_ACCOUNT= phase1geo GH_PROJECT= Minder Index: graphics/ming/Makefile =================================================================== --- graphics/ming/Makefile +++ graphics/ming/Makefile @@ -15,7 +15,7 @@ libgif.so:graphics/giflib \ libpng.so:graphics/png -USES= autoreconf bison cpe gmake libtool localbase pathfix pkgconfig shebangfix +USES= autoreconf bison cpe gmake libtool localbase pathfix shebangfix CFLAGS+= -fcommon # https://github.com/libming/libming/issues/55 CONFIGURE_ARGS= --includedir=${PREFIX}/include/ming Index: graphics/movit/Makefile =================================================================== --- graphics/movit/Makefile +++ graphics/movit/Makefile @@ -12,7 +12,7 @@ libfftw3.so:math/fftw3 USES= autoreconf compiler:c++11-lang gmake eigen:3,build,run libtool \ - pathfix pkgconfig + pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: graphics/mtpaint/Makefile =================================================================== --- graphics/mtpaint/Makefile +++ graphics/mtpaint/Makefile @@ -13,7 +13,7 @@ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 -USES= desktop-file-utils gmake gnome iconv jpeg pkgconfig xorg +USES= desktop-file-utils gmake gnome iconv jpeg xorg USE_GITHUB= yes GH_ACCOUNT= wjaguar GH_PROJECT= mtPaint Index: graphics/mupdf/Makefile =================================================================== --- graphics/mupdf/Makefile +++ graphics/mupdf/Makefile @@ -19,7 +19,7 @@ libjbig2dec.so:graphics/jbig2dec \ libopenjp2.so:graphics/openjpeg -USES= cpe compiler:c++11-lang gl gmake jpeg pkgconfig xorg +USES= cpe compiler:c++11-lang gl gmake jpeg xorg USE_XORG= x11 xcursor xext xinerama xrandr USE_GL= gl glut USE_LDCONFIG= yes Index: graphics/mypaint/Makefile =================================================================== --- graphics/mypaint/Makefile +++ graphics/mypaint/Makefile @@ -24,7 +24,7 @@ ${PYNUMPY} USES= compiler:c++11-lib desktop-file-utils gettext gnome localbase \ - pkgconfig python:3.6+ tar:xz + python:3.6+ tar:xz USE_GITHUB= yes USE_GNOME= gtk30 pygobject3 cairo librsvg2:run USE_PYTHON= distutils py3kplist noflavors Index: graphics/nip2/Makefile =================================================================== --- graphics/nip2/Makefile +++ graphics/nip2/Makefile @@ -18,7 +18,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= bison cpe desktop-file-utils dos2unix gettext gmake gnome pkgconfig \ +USES= bison cpe desktop-file-utils dos2unix gettext gmake gnome \ shared-mime-info CPE_VENDOR= ${PORTNAME}_project Index: graphics/nomacs/Makefile =================================================================== --- graphics/nomacs/Makefile +++ graphics/nomacs/Makefile @@ -19,7 +19,7 @@ libquazip1-qt5.so:archivers/quazip USES= cmake compiler:c++11-lang cpe desktop-file-utils \ - dos2unix pkgconfig qt:5 + dos2unix qt:5 USE_QT= concurrent core gui network printsupport svg widgets \ buildtools_build linguisttools_build qmake_build DOS2UNIX_FILES= ImageLounge/plugins/PaintPlugin/src/DkPaintPlugin.cpp \ Index: graphics/nsxiv/Makefile =================================================================== --- graphics/nsxiv/Makefile +++ graphics/nsxiv/Makefile @@ -17,7 +17,7 @@ libwebp.so:graphics/webp \ libwebpdemux.so:graphics/webp -USES= desktop-file-utils gmake localbase:ldflags pkgconfig xorg +USES= desktop-file-utils gmake localbase:ldflags xorg USE_GITHUB= yes USE_XORG= x11 xft Index: graphics/ocaml-images/Makefile =================================================================== --- graphics/ocaml-images/Makefile +++ graphics/ocaml-images/Makefile @@ -51,7 +51,6 @@ GIF_CONFIGURE_WITH= gif GIF_LIB_DEPENDS= libgif.so:graphics/giflib -FREETYPE_USES= pkgconfig FREETYPE_CONFIGURE_WITH=freetype FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 Index: graphics/ogre3d/Makefile =================================================================== --- graphics/ogre3d/Makefile +++ graphics/ogre3d/Makefile @@ -17,7 +17,7 @@ CONFLICTS= ogre3d19 -USES= cmake compiler:c++11-lib pkgconfig sdl xorg +USES= cmake compiler:c++11-lib sdl xorg USE_LDCONFIG= yes USE_SDL= sdl2 USE_XORG= x11 xaw xext xrandr xt Index: graphics/ogre3d19/Makefile =================================================================== --- graphics/ogre3d19/Makefile +++ graphics/ogre3d19/Makefile @@ -22,7 +22,7 @@ CONFLICTS= ogre3d -USES= tar:bzip2 cmake pkgconfig compiler:c++11-lib sdl xorg +USES= tar:bzip2 cmake compiler:c++11-lib sdl xorg USE_LDCONFIG= yes USE_SDL= sdl USE_XORG= xaw xrandr Index: graphics/okular/Makefile =================================================================== --- graphics/okular/Makefile +++ graphics/okular/Makefile @@ -22,7 +22,7 @@ libzip.so:archivers/libzip USES= cmake compiler:c++11-lib desktop-file-utils \ - gettext jpeg kde:5 cpe pkgconfig qca qt:5 tar:xz xorg + gettext jpeg kde:5 cpe qca qt:5 tar:xz xorg USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons emoticons i18n \ iconthemes init itemmodels itemviews jobwidgets js \ Index: graphics/open3d/Makefile =================================================================== --- graphics/open3d/Makefile +++ graphics/open3d/Makefile @@ -14,8 +14,7 @@ libjsoncpp.so:devel/jsoncpp \ libpng.so:graphics/png -USES= cmake compiler:c++14-lang eigen:3 gl jpeg localbase:ldflags \ - pkgconfig +USES= cmake compiler:c++14-lang eigen:3 gl jpeg localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= IntelVCL USE_GL= gl glew glu Index: graphics/opencollada/Makefile =================================================================== --- graphics/opencollada/Makefile +++ graphics/opencollada/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake compiler:c++11-lib dos2unix iconv localbase gnome pkgconfig +USES= cmake compiler:c++11-lib dos2unix iconv localbase gnome USE_GNOME= libxml2 USE_GITHUB= yes Index: graphics/opencolorio/Makefile =================================================================== --- graphics/opencolorio/Makefile +++ graphics/opencolorio/Makefile @@ -18,8 +18,7 @@ libImath.so:math/Imath \ libpystring.so:devel/pystring \ libyaml-cpp.so:devel/yaml-cpp -USES= alias cmake compiler:c++14-lang localbase:ldflags \ - pkgconfig +USES= alias cmake compiler:c++14-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= AcademySoftwareFoundation Index: graphics/opencoloriov1/Makefile =================================================================== --- graphics/opencoloriov1/Makefile +++ graphics/opencoloriov1/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libtinyxml.so:textproc/tinyxml \ libyaml-cpp03.so:devel/yaml-cpp03 -USES= alias cmake compiler:c++11-lang localbase:ldflags pkgconfig \ +USES= alias cmake compiler:c++11-lang localbase:ldflags \ python:build shebangfix USE_GITHUB= yes Index: graphics/opencv/Makefile =================================================================== --- graphics/opencv/Makefile +++ graphics/opencv/Makefile @@ -14,7 +14,7 @@ libharfbuzz.so:print/harfbuzz \ libhdf5.so:science/hdf5 -USES= cmake compiler:c++14-lang cpe localbase:ldflags pkgconfig +USES= cmake compiler:c++14-lang cpe localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= WeChatCV:wechat GH_PROJECT= opencv_contrib:contrib \ Index: graphics/openexr/Makefile =================================================================== --- graphics/openexr/Makefile +++ graphics/openexr/Makefile @@ -10,7 +10,7 @@ # exact version required to avoid hard-to-debug issues LIB_DEPENDS= libImath-3_1.so.29:math/Imath -USES= cmake compiler:c++14-lang cpe pathfix pkgconfig +USES= cmake compiler:c++14-lang cpe pathfix USE_GITHUB= yes GH_TUPLE= AcademySoftwareFoundation:openexr:v${PORTVERSION} Index: graphics/openicc-config/Makefile =================================================================== --- graphics/openicc-config/Makefile +++ graphics/openicc-config/Makefile @@ -12,7 +12,7 @@ USE_GITHUB= yes GH_ACCOUNT= OpenICC GH_PROJECT= config -USES= cmake gettext iconv:build pkgconfig +USES= cmake gettext iconv:build USE_LDCONFIG= yes .include Index: graphics/openjpeg/Makefile =================================================================== --- graphics/openjpeg/Makefile +++ graphics/openjpeg/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= cmake cpe localbase:ldflags jpeg pkgconfig +USES= cmake cpe localbase:ldflags jpeg CMAKE_OFF= BUILD_DOC BUILD_JAVA BUILD_JPIP BUILD_JPIP_SERVER BUILD_LUTS_GENERATOR BUILD_TESTING BUILD_THIRDPARTY BUILD_UNIT_TESTS BUILD_VIEWER WITH_ASTYLE CMAKE_ON= BUILD_CODEC BUILD_PKGCONFIG_FILES BUILD_SHARED_LIBS BUILD_STATIC_LIBS Index: graphics/osg/Makefile =================================================================== --- graphics/osg/Makefile +++ graphics/osg/Makefile @@ -21,7 +21,7 @@ CONFLICTS_INSTALL=osg34 -USES= alias cmake compiler:c11 jpeg gl pkgconfig xorg +USES= alias cmake compiler:c11 jpeg gl xorg USE_GL= gl USE_XORG= x11 USE_LDCONFIG= yes Index: graphics/osg34/Makefile =================================================================== --- graphics/osg34/Makefile +++ graphics/osg34/Makefile @@ -22,7 +22,7 @@ CONFLICTS_INSTALL=osg -USES= alias cmake compiler:c++11-lang gl jpeg pkgconfig xorg +USES= alias cmake compiler:c++11-lang gl jpeg xorg USE_GL= gl glu USE_XORG= x11 USE_LDCONFIG= yes Index: graphics/osgearth/Makefile =================================================================== --- graphics/osgearth/Makefile +++ graphics/osgearth/Makefile @@ -18,7 +18,7 @@ libPocoUtil.so:devel/poco \ libprotoc.so:devel/protobuf -USES= cmake gl pkgconfig sqlite +USES= cmake gl sqlite USE_GITHUB= yes GH_ACCOUNT= gwaldron Index: graphics/ospray-studio/Makefile =================================================================== --- graphics/ospray-studio/Makefile +++ graphics/ospray-studio/Makefile @@ -15,7 +15,7 @@ librkcommon.so:devel/rkcommon \ libtbb.so:devel/onetbb -USES= cmake gl pkgconfig +USES= cmake gl USE_GL= gl glu USE_LDCONFIG= yes Index: graphics/ospray/Makefile =================================================================== --- graphics/ospray/Makefile +++ graphics/ospray/Makefile @@ -20,7 +20,7 @@ librkcommon.so:devel/rkcommon \ libtbb.so:devel/onetbb -USES= cmake:testing compiler:c++11-lang gl pkgconfig readline qt:5 +USES= cmake:testing compiler:c++11-lang gl readline qt:5 USE_GITHUB= yes USE_GL= gl glu USE_QT= core gui opengl qmake_build Index: graphics/oyranos/Makefile =================================================================== --- graphics/oyranos/Makefile +++ graphics/oyranos/Makefile @@ -28,7 +28,7 @@ USE_GITHUB= yes GH_ACCOUNT= oyranos-cms USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ - iconv jpeg pkgconfig qt:5 xorg + iconv jpeg qt:5 xorg USE_GL= gl USE_LDCONFIG= yes USE_GNOME= libxml2 Index: graphics/p5-Image-LibExif/Makefile =================================================================== --- graphics/p5-Image-LibExif/Makefile +++ graphics/p5-Image-LibExif/Makefile @@ -16,6 +16,6 @@ RUN_DEPENDS= libexif>=0.6.18:graphics/libexif USE_PERL5= configure -USES= perl5 pkgconfig +USES= perl5 .include Index: graphics/p5-Image-ObjectDetect/Makefile =================================================================== --- graphics/p5-Image-ObjectDetect/Makefile +++ graphics/p5-Image-ObjectDetect/Makefile @@ -17,6 +17,6 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/opencv.pc:graphics/opencv USE_PERL5= configure -USES= perl5 pkgconfig +USES= perl5 .include Index: graphics/p5-ming/Makefile =================================================================== --- graphics/p5-ming/Makefile +++ graphics/p5-ming/Makefile @@ -17,7 +17,7 @@ libming.so:graphics/ming \ libpng.so:graphics/png -USES= autoreconf bison gmake libtool localbase perl5 pkgconfig shebangfix +USES= autoreconf bison gmake libtool localbase perl5 shebangfix CONFIGURE_ARGS= --enable-perl GNU_CONFIGURE= yes Index: graphics/pdf2svg/Makefile =================================================================== --- graphics/pdf2svg/Makefile +++ graphics/pdf2svg/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= db9052 -USES= gnome pkgconfig +USES= gnome USE_GNOME= cairo GNU_CONFIGURE= yes Index: graphics/pdfpc/Makefile =================================================================== --- graphics/pdfpc/Makefile +++ graphics/pdfpc/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes -USES= cmake compiler:c11 gnome gstreamer pkgconfig vala:build +USES= cmake compiler:c11 gnome gstreamer vala:build USE_GNOME= gtk30 CMAKE_ARGS= -DMANDIR:STRING="man/" Index: graphics/pecl-vips/Makefile =================================================================== --- graphics/pecl-vips/Makefile +++ graphics/pecl-vips/Makefile @@ -10,6 +10,6 @@ LIB_DEPENDS= libvips.so:graphics/vips -USES= compiler:c11 php:pecl pkgconfig +USES= compiler:c11 php:pecl .include Index: graphics/peruse/Makefile =================================================================== --- graphics/peruse/Makefile +++ graphics/peruse/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21 -USES= cmake compiler:c++11-lang gl pkgconfig kde:5 qt:5 tar:xz xorg +USES= cmake compiler:c++11-lang gl kde:5 qt:5 tar:xz xorg USE_GL= gl USE_KDE= archive attica baloo completion config coreaddons crash ecm \ filemetadata guiaddons i18n iconthemes jobwidgets \ Index: graphics/pho/Makefile =================================================================== --- graphics/pho/Makefile +++ graphics/pho/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk20 MAKE_ARGS= INSTALLPREFIX="${STAGEDIR}${PREFIX}" ALL_TARGET= ${PORTNAME} Index: graphics/photivo/Makefile =================================================================== --- graphics/photivo/Makefile +++ graphics/photivo/Makefile @@ -20,7 +20,7 @@ libfftw3.so:math/fftw3 USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \ - gettext-runtime gnome jpeg pkgconfig qt:5 zip + gettext-runtime gnome jpeg qt:5 zip USE_GNOME= glib20 USE_QT= qmake_build buildtools_build core gui network widgets DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h \ Index: graphics/photoflare/Makefile =================================================================== --- graphics/photoflare/Makefile +++ graphics/photoflare/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libGraphicsMagick++.so:graphics/GraphicsMagick -USES= desktop-file-utils gl qmake qt:5 localbase pkgconfig +USES= desktop-file-utils gl qmake qt:5 localbase USE_GITHUB= yes USE_QT= core gui network printsupport widgets buildtools_build linguisttools_build USE_GL= gl Index: graphics/php-facedetect/Makefile =================================================================== --- graphics/php-facedetect/Makefile +++ graphics/php-facedetect/Makefile @@ -18,7 +18,7 @@ LIBS+= -lopencv_core -USES= compiler:c11 localbase php:ext pkgconfig +USES= compiler:c11 localbase php:ext IGNORE_WITH_PHP= 81 82 CONFIGURE_ARGS+= --with-facedetect Index: graphics/picpuz/Makefile =================================================================== --- graphics/picpuz/Makefile +++ graphics/picpuz/Makefile @@ -11,7 +11,7 @@ BROKEN_armv6= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE BROKEN_armv7= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE -USES= compiler:c++11-lang dos2unix gmake gnome pkgconfig +USES= compiler:c++11-lang dos2unix gmake gnome DOS2UNIX_GLOB= *.h USE_GNOME= gtk20 Index: graphics/piglit/Makefile =================================================================== --- graphics/piglit/Makefile +++ graphics/piglit/Makefile @@ -41,7 +41,7 @@ PATCHFILES+= 64c468c6c7e3.patch # https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/383 PATCHFILES+= 681e86f53c2e.patch # https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/383 -USES= cmake compiler:c11 gl pkgconfig python:3.5+ shebangfix xorg +USES= cmake compiler:c11 gl python:3.5+ shebangfix xorg USE_GL= egl gbm gl glu USE_XORG= x11 xcb xext xrender SHEBANG_FILES= piglit Index: graphics/pinpoint/Makefile =================================================================== --- graphics/pinpoint/Makefile +++ graphics/pinpoint/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter -USES= gl gnome pathfix pkgconfig gmake tar:xz +USES= gl gnome pathfix gmake tar:xz USE_GL= gl USE_GNOME= librsvg2 GNU_CONFIGURE= yes Index: graphics/pinta/Makefile =================================================================== --- graphics/pinta/Makefile +++ graphics/pinta/Makefile @@ -13,7 +13,7 @@ intltool-update:textproc/intltool RUN_DEPENDS= mono-addins>0:devel/mono-addins -USES= desktop-file-utils gmake gnome mono pkgconfig gettext-tools:build +USES= desktop-file-utils gmake gnome mono gettext-tools:build USE_GNOME= gtksharp20 GNU_CONFIGURE= yes Index: graphics/pixelize/Makefile =================================================================== --- graphics/pixelize/Makefile +++ graphics/pixelize/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 PLIST_FILES= bin/make_db bin/pixelize Index: graphics/pngnq/Makefile =================================================================== --- graphics/pngnq/Makefile +++ graphics/pngnq/Makefile @@ -16,8 +16,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lpng -USES= pkgconfig - PORTDOCS= README COPYING PLIST_FILES= bin/pngcomp bin/pngnq man/man1/pngnq.1.gz Index: graphics/pngquant/Makefile =================================================================== --- graphics/pngquant/Makefile +++ graphics/pngquant/Makefile @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= cpe gmake pkgconfig +USES= cpe gmake HAS_CONFIGURE= yes PORTDOCS= CHANGELOG README.md Index: graphics/podofo/Makefile =================================================================== --- graphics/podofo/Makefile +++ graphics/podofo/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 \ libidn.so:dns/libidn -USES= cmake compiler:c++11-lang cpe dos2unix pkgconfig ssl +USES= cmake compiler:c++11-lang cpe dos2unix ssl CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \ -DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \ Index: graphics/poppler/Makefile =================================================================== --- graphics/poppler/Makefile +++ graphics/poppler/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= poppler-data>0:graphics/poppler-data USES= cmake:insource compiler:c++17-lang cpe gnome gperf jpeg libtool \ - localbase pathfix pkgconfig tar:xz + localbase pathfix tar:xz CPE_VENDOR= freedesktop USE_GNOME= cairo libxml2 USE_LDCONFIG= yes Index: graphics/pqiv/Makefile =================================================================== --- graphics/pqiv/Makefile +++ graphics/pqiv/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= GTK2 PIXBUF -USES= compiler gettext-runtime gmake gnome pkgconfig xorg +USES= compiler gettext-runtime gmake gnome xorg USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 HAS_CONFIGURE= yes Index: graphics/proj/Makefile =================================================================== --- graphics/proj/Makefile +++ graphics/proj/Makefile @@ -15,7 +15,7 @@ libtiff.so:graphics/tiff RUN_DEPENDS= proj-data>=0:graphics/proj-data -USES= compiler:c++11-lang cpe gmake libtool pathfix pkgconfig sqlite +USES= compiler:c++11-lang cpe gmake libtool pathfix sqlite USE_LDCONFIG= yes CPE_VENDOR= proj_project Index: graphics/pstoedit/Makefile =================================================================== --- graphics/pstoedit/Makefile +++ graphics/pstoedit/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgd.so:graphics/gd \ libzip.so:archivers/libzip -USES= ghostscript libtool localbase pathfix pkgconfig +USES= ghostscript libtool localbase pathfix GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" USE_LDCONFIG= yes Index: graphics/ptex/Makefile =================================================================== --- graphics/ptex/Makefile +++ graphics/ptex/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE -USES= cmake:insource compiler:c++11-lang cpe pkgconfig +USES= cmake:insource compiler:c++11-lang cpe CPE_VENDOR= disneyanimation USE_LDCONFIG= yes Index: graphics/py-cairo/Makefile =================================================================== --- graphics/py-cairo/Makefile +++ graphics/py-cairo/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING-LGPL-2.1 LICENSE_FILE_MPL11= ${WRKSRC}/COPYING-MPL-1.1 -USES= compiler:c11 gnome meson pkgconfig python:3.7+ +USES= compiler:c11 gnome meson python:3.7+ USE_PYTHON= flavors py3kplist USE_GNOME= cairo MESON_ARGS+= -Dpython=${PYTHON_VERSION} Index: graphics/py-djvulibre/Makefile =================================================================== --- graphics/py-djvulibre/Makefile +++ graphics/py-djvulibre/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre -USES= python:3.6+ pkgconfig +USES= python:3.6+ USE_PYTHON= distutils cython autoplist post-install: Index: graphics/py-gphoto2/Makefile =================================================================== --- graphics/py-gphoto2/Makefile +++ graphics/py-gphoto2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= pkgconfig python:3.6+ shebangfix +USES= python:3.6+ shebangfix USE_PYTHON= autoplist concurrent distutils SHEBANG_FILES= examples/*.py Index: graphics/py-ming/Makefile =================================================================== --- graphics/py-ming/Makefile +++ graphics/py-ming/Makefile @@ -17,7 +17,7 @@ libming.so:graphics/ming \ libpng.so:graphics/png -USES= autoreconf cpe libtool localbase:ldflags pkgconfig python:3.6-3.9 +USES= autoreconf cpe libtool localbase:ldflags python:3.6-3.9 USE_PYTHON= autoplist concurrent distutils CONFIGURE_ARGS= --enable-python Index: graphics/py-open3d-python/Makefile =================================================================== --- graphics/py-open3d-python/Makefile +++ graphics/py-open3d-python/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libOpen3D.so:graphics/open3d USES= cmake compiler:c++11-lang eigen:3 fortran localbase:ldflags \ - pkgconfig python:3.6+ + python:3.6+ USE_GITHUB= yes GH_ACCOUNT= IntelVCL GH_PROJECT= Open3D Index: graphics/py-pygraphviz/Makefile =================================================================== --- graphics/py-pygraphviz/Makefile +++ graphics/py-pygraphviz/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}doctest-ignore-unicode>=0.1.2:devel/py-doctest-ignore-unicode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} -USES= pkgconfig python:3.6+ zip +USES= python:3.6+ zip USE_PYTHON= autoplist concurrent distutils PYDISTUTILS_BUILD_TARGET= build build_ext Index: graphics/py-python-poppler-qt5/Makefile =================================================================== --- graphics/py-python-poppler-qt5/Makefile +++ graphics/py-python-poppler-qt5/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= qmake-qt5:devel/qt5-qmake LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang gl pkgconfig pyqt:5 python:3.7-3.9 qt:5 +USES= compiler:c++11-lang gl pyqt:5 python:3.7-3.9 qt:5 USE_GITHUB= yes GH_ACCOUNT= frescobaldi USE_GL= gl Index: graphics/qcomicbook/Makefile =================================================================== --- graphics/qcomicbook/Makefile +++ graphics/qcomicbook/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= stolowski USE_QT= core gui printsupport widgets x11extras\ Index: graphics/qcustomplot-qt5/Makefile =================================================================== --- graphics/qcustomplot-qt5/Makefile +++ graphics/qcustomplot-qt5/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL.txt -USES= compiler:c++11-lang pkgconfig qt:5 +USES= compiler:c++11-lang qt:5 USE_QT= core gui widgets printsupport buildtools_build USE_LDCONFIG= yes Index: graphics/qiv/Makefile =================================================================== --- graphics/qiv/Makefile +++ graphics/qiv/Makefile @@ -14,7 +14,7 @@ libexif.so:graphics/libexif \ libtiff.so:graphics/tiff -USES= gmake gnome jpeg pkgconfig tar:tgz xorg +USES= gmake gnome jpeg tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 PLIST_FILES= bin/qiv man/man1/qiv.1.gz Index: graphics/qt5-3d/Makefile =================================================================== --- graphics/qt5-3d/Makefile +++ graphics/qt5-3d/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp -USES= compiler:c++11-lang perl5 pkgconfig qmake:norecursive qt-dist:5,3d +USES= compiler:c++11-lang perl5 qmake:norecursive qt-dist:5,3d USE_PERL5= extract USE_QT= concurrent core declarative gui network buildtools_build Index: graphics/qt5-wayland/Makefile =================================================================== --- graphics/qt5-wayland/Makefile +++ graphics/qt5-wayland/Makefile @@ -13,7 +13,7 @@ libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ +USES= compiler:c++11-lang gl gnome qmake:norecursive \ qt-dist:5,wayland xorg USE_GL= egl gl USE_GNOME= glib20 Index: graphics/qt6-3d/Makefile =================================================================== --- graphics/qt6-3d/Makefile +++ graphics/qt6-3d/Makefile @@ -30,7 +30,7 @@ libzstd.so:archivers/zstd USES= cmake compiler:c++17-lang gettext-runtime gl gnome python:build \ - pkgconfig qt-dist:6 + qt-dist:6 USE_GL= gl USE_GNOME= glib20 USE_QT= base declarative shadertools Index: graphics/qt6-imageformats/Makefile =================================================================== --- graphics/qt6-imageformats/Makefile +++ graphics/qt6-imageformats/Makefile @@ -24,7 +24,7 @@ libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd -USES= cmake compiler:c++17-lang gettext-runtime gl gnome jpeg pkgconfig xorg \ +USES= cmake compiler:c++17-lang gettext-runtime gl gnome jpeg xorg \ qt-dist:6 USE_GL= egl gl opengl USE_GNOME= glib20 Index: graphics/qt6-lottie/Makefile =================================================================== --- graphics/qt6-lottie/Makefile +++ graphics/qt6-lottie/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative websockets Index: graphics/qt6-wayland/Makefile =================================================================== --- graphics/qt6-wayland/Makefile +++ graphics/qt6-wayland/Makefile @@ -23,7 +23,7 @@ libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd -USES= cmake compiler:c++17-lang gettext-runtime gl gnome pkgconfig xorg \ +USES= cmake compiler:c++17-lang gettext-runtime gl gnome xorg \ qt-dist:6 xorg USE_GL= gl egl USE_GNOME= glib20 Index: graphics/quesoglc/Makefile =================================================================== --- graphics/quesoglc/Makefile +++ graphics/quesoglc/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gl gmake libtool localbase pathfix pkgconfig tar:bzip2 xorg +USES= gl gmake libtool localbase pathfix tar:bzip2 xorg GNU_CONFIGURE= yes USE_GL= gl glu USE_XORG= x11 Index: graphics/radius-engine/Makefile =================================================================== --- graphics/radius-engine/Makefile +++ graphics/radius-engine/Makefile @@ -13,7 +13,7 @@ libpng.so:graphics/png \ libphysfs.so.1:devel/physfs -USES= gl pathfix pkgconfig sdl +USES= gl pathfix sdl USE_SDL= sdl sound USE_GL= glu GNU_CONFIGURE= yes Index: graphics/rawstudio/Makefile =================================================================== --- graphics/rawstudio/Makefile +++ graphics/rawstudio/Makefile @@ -26,7 +26,7 @@ libtiff.so:graphics/tiff USES= compiler:c++11-lang cpe desktop-file-utils gmake gnome \ - jpeg libtool localbase pathfix pkgconfig sqlite xorg + jpeg libtool localbase pathfix sqlite xorg USE_GNOME= cairo gconf2 gdkpixbuf2 gtk20 libxml2 USE_LDCONFIG= yes USE_XORG= x11 Index: graphics/rawtherapee/Makefile =================================================================== --- graphics/rawtherapee/Makefile +++ graphics/rawtherapee/Makefile @@ -25,7 +25,7 @@ libtiff.so:graphics/tiff USES= cmake desktop-file-utils compiler:gcc-c++11-lib gnome \ - jpeg localbase:ldflags pkgconfig tar:xz + jpeg localbase:ldflags tar:xz # Binutils required for LTO (base ar/nm/ld/ranlib don't work) USE_BINUTILS= yes Index: graphics/reallyslick/Makefile =================================================================== --- graphics/reallyslick/Makefile +++ graphics/reallyslick/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libGLC.so:graphics/quesoglc -USES= compiler:c++11-lang gl gmake magick:6 pathfix pkgconfig tar:bzip2 libtool +USES= compiler:c++11-lang gl gmake magick:6 pathfix tar:bzip2 libtool USE_GL= glut GNU_CONFIGURE= yes Index: graphics/recastnavigation/Makefile =================================================================== --- graphics/recastnavigation/Makefile +++ graphics/recastnavigation/Makefile @@ -5,7 +5,7 @@ MAINTAINER= fluffy@FreeBSD.org COMMENT= Art navigation mesh construction toolset for games -USES= cmake compiler:c++17-lang gl openal pkgconfig sdl xorg +USES= cmake compiler:c++17-lang gl openal sdl xorg USE_GL= gl USE_SDL= sdl2 USE_GITHUB= yes Index: graphics/rgbpaint/Makefile =================================================================== --- graphics/rgbpaint/Makefile +++ graphics/rgbpaint/Makefile @@ -12,7 +12,7 @@ BROKEN_FreeBSD_13= ld: error: duplicate symbol: brcosa_pal BROKEN_FreeBSD_14= ld: error: duplicate symbol: brcosa_pal -USES= gettext gnome pkgconfig tar:bzip2 +USES= gettext gnome tar:bzip2 USE_GNOME= gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ Index: graphics/rigsofrods-caelum/Makefile =================================================================== --- graphics/rigsofrods-caelum/Makefile +++ graphics/rigsofrods-caelum/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= RigsOfRods GH_PROJECT= ogre-caelum -USES= cmake dos2unix pathfix pkgconfig +USES= cmake dos2unix pathfix CMAKE_ARGS= -DCaelum_BUILD_SAMPLES=FALSE DOS2UNIX_GLOB= CMake* *.pc.in USE_LDCONFIG= yes Index: graphics/rigsofrods-pagedgeometry/Makefile =================================================================== --- graphics/rigsofrods-pagedgeometry/Makefile +++ graphics/rigsofrods-pagedgeometry/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= RigsOfRods GH_PROJECT= ogre-pagedgeometry -USES= cmake dos2unix pathfix pkgconfig +USES= cmake dos2unix pathfix DOS2UNIX_GLOB= *.cpp *.h *.txt CMAKE_ARGS= -DPAGEDGEOMETRY_BUILD_SAMPLES=FALSE USE_LDCONFIG= yes Index: graphics/ristretto/Makefile =================================================================== --- graphics/ristretto/Makefile +++ graphics/ristretto/Makefile @@ -14,7 +14,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - pkgconfig tar:bzip2 xfce xorg + tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= libmenu xfconf USE_XORG= ice sm x11 Index: graphics/rubygem-cairo/Makefile =================================================================== --- graphics/rubygem-cairo/Makefile +++ graphics/rubygem-cairo/Makefile @@ -13,7 +13,7 @@ rubygem-pkg-config>=1.2.2:devel/rubygem-pkg-config \ rubygem-red-colors>=0:graphics/rubygem-red-colors -USES= gem gnome pkgconfig +USES= gem gnome USE_GNOME= cairo USE_RUBY= yes Index: graphics/rubygem-objectdetect/Makefile =================================================================== --- graphics/rubygem-objectdetect/Makefile +++ graphics/rubygem-objectdetect/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libopencv_video.so:graphics/opencv USE_RUBY= yes -USES= gem pkgconfig +USES= gem post-patch: ${REINPLACE_CMD} -E 's|(objectdetect)|\1/version|' ${WRKSRC}/test/test_helper.rb Index: graphics/rubygem-rmagick/Makefile =================================================================== --- graphics/rubygem-rmagick/Makefile +++ graphics/rubygem-rmagick/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gem pkgconfig shebangfix +USES= gem shebangfix USE_RUBY= yes SHEBANG_FILES= .devcontainer/*.sh Index: graphics/sane-airscan/Makefile =================================================================== --- graphics/sane-airscan/Makefile +++ graphics/sane-airscan/Makefile @@ -14,7 +14,7 @@ libgnutls.so:security/gnutls BUILD_DEPENDS= sane-backends>0:graphics/sane-backends -USES= gmake gnome jpeg pkgconfig +USES= gmake gnome jpeg USE_GNOME= libxml2 USE_GITHUB= yes GH_ACCOUNT= alexpevzner Index: graphics/sane-backends/Makefile =================================================================== --- graphics/sane-backends/Makefile +++ graphics/sane-backends/Makefile @@ -14,7 +14,7 @@ libtiff.so:graphics/tiff USES= compiler:c++11-lang gmake gnome jpeg libtool localbase:ldflags \ - pathfix pkgconfig python:build + pathfix python:build USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= saned Index: graphics/sane-epkowa/Makefile =================================================================== --- graphics/sane-epkowa/Makefile +++ graphics/sane-epkowa/Makefile @@ -67,7 +67,7 @@ # The original uses gmake and ./configure # Also pass appropriate flags to configure to use FreeBSD locations. -USES= gmake gnome pkgconfig +USES= gmake gnome GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include Index: graphics/scrot/Makefile =================================================================== --- graphics/scrot/Makefile +++ graphics/scrot/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= resurrecting-open-source-projects -USES= autoreconf pkgconfig xorg +USES= autoreconf xorg GNU_CONFIGURE= yes USE_XORG= x11 xext xfixes xcomposite Index: graphics/sdl_image/Makefile =================================================================== --- graphics/sdl_image/Makefile +++ graphics/sdl_image/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake libtool localbase pkgconfig pathfix sdl +USES= cpe gmake libtool localbase pathfix sdl USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-jpg-shared --disable-png-shared \ Index: graphics/sdl_ttf/Makefile =================================================================== --- graphics/sdl_ttf/Makefile +++ graphics/sdl_ttf/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= gmake iconv gl libtool pathfix pkgconfig sdl xorg +USES= gmake iconv gl libtool pathfix sdl xorg USE_SDL= sdl USE_XORG= x11 USE_GL= gl Index: graphics/separate/Makefile =================================================================== --- graphics/separate/Makefile +++ graphics/separate/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= liblcms.so.1:graphics/lcms \ libgimp-2.0.so:graphics/gimp-app -USES= compiler:c++11-lang gettext-tools gmake pkgconfig zip +USES= compiler:c++11-lang gettext-tools gmake zip BIN_TARGETS= separate separate_import icc_colorspace L10N_TARGETS= cs es fr ja ko pl ru Index: graphics/sharpconstruct/Makefile =================================================================== --- graphics/sharpconstruct/Makefile +++ graphics/sharpconstruct/Makefile @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= uses SSE instructions -USES= gl tar:bzip2 gmake pkgconfig +USES= gl tar:bzip2 gmake USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GL= gl glu Index: graphics/shotwell/Makefile =================================================================== --- graphics/shotwell/Makefile +++ graphics/shotwell/Makefile @@ -27,7 +27,7 @@ libxml2.so:textproc/libxml2 USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome gstreamer meson \ - ninja pkgconfig python:3.4+,build shebangfix sqlite tar:xz vala:build xorg + ninja python:3.4+,build shebangfix sqlite tar:xz vala:build xorg CPE_VENDOR= gnome USE_GNOME= cairo dconf gtk30 USE_LDCONFIG= yes Index: graphics/silgraphite/Makefile =================================================================== --- graphics/silgraphite/Makefile +++ graphics/silgraphite/Makefile @@ -23,7 +23,7 @@ INSTALL_TARGET= install-strip USE_CXXSTD= c++98 USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig +USES= libtool pathfix FREETYPE_CONFIGURE_WITH=freetype FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 Index: graphics/simple-scan/Makefile =================================================================== --- graphics/simple-scan/Makefile +++ graphics/simple-scan/Makefile @@ -15,7 +15,7 @@ libsane.so:graphics/sane-backends \ libhandy-1.so:x11-toolkits/libhandy -USES= gettext gnome meson pkgconfig python:build shebangfix tar:xz vala:build +USES= gettext gnome meson python:build shebangfix tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 SHEBANG_FILES= data/meson_compile_gschema.py GLIB_SCHEMAS= org.gnome.SimpleScan.gschema.xml Index: graphics/simpleviewer/Makefile =================================================================== --- graphics/simpleviewer/Makefile +++ graphics/simpleviewer/Makefile @@ -16,7 +16,7 @@ liblz4.so:archivers/liblz4 \ libpng.so:graphics/png -USES= cmake:insource compiler:c++11-lang gl jpeg pkgconfig \ +USES= cmake:insource compiler:c++11-lang gl jpeg \ tar:bzip2 xorg USE_GL= gl glu USE_XORG= ice sm x11 xcursor xext xinerama xrandr xxf86vm Index: graphics/spectacle/Makefile =================================================================== --- graphics/spectacle/Makefile +++ graphics/spectacle/Makefile @@ -12,7 +12,7 @@ libkImageAnnotator.so:graphics/kimageannotator RUN_DEPENDS= kipi-plugins>=0:graphics/kipi-plugins -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= attica auth codecs completion config configwidgets coreaddons \ dbusaddons globalaccel guiaddons i18n jobwidgets kdeclarative kio \ libkipi newstuff notifications package purpose service solid wayland \ Index: graphics/sswf/Makefile =================================================================== --- graphics/sswf/Makefile +++ graphics/sswf/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= bison iconv jpeg libtool localbase pkgconfig +USES= bison iconv jpeg libtool localbase GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig INSTALL_TARGET= install-strip Index: graphics/svg2pdf/Makefile =================================================================== --- graphics/svg2pdf/Makefile +++ graphics/svg2pdf/Makefile @@ -10,7 +10,6 @@ LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo GNU_CONFIGURE= yes -USES= pkgconfig LDFLAGS+= -lm PLIST_FILES= bin/svg2pdf \ Index: graphics/svg2png/Makefile =================================================================== --- graphics/svg2png/Makefile +++ graphics/svg2png/Makefile @@ -10,7 +10,6 @@ LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo GNU_CONFIGURE= yes -USES= pkgconfig LDFLAGS+= /usr/lib/libm.so # Was labeled broken when ${/usr/bin/ld:L:tA}==/usr/bin/ld.lld: ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2 Index: graphics/swappy/Makefile =================================================================== --- graphics/swappy/Makefile +++ graphics/swappy/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 desktop-file-utils gettext-tools gnome meson pkgconfig +USES= compiler:c11 desktop-file-utils gettext-tools gnome meson USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= jtheoof Index: graphics/swfmill/Makefile =================================================================== --- graphics/swfmill/Makefile +++ graphics/swfmill/Makefile @@ -15,8 +15,7 @@ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= compiler:c++11-lang dos2unix gmake gnome iconv libtool \ - pkgconfig +USES= compiler:c++11-lang dos2unix gmake gnome iconv libtool USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: graphics/swftools/Makefile =================================================================== --- graphics/swftools/Makefile +++ graphics/swftools/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= cpe gmake pkgconfig jpeg +USES= cpe gmake jpeg GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_zzip_zzip_file_open=no Index: graphics/synfig/Makefile =================================================================== --- graphics/synfig/Makefile +++ graphics/synfig/Makefile @@ -28,7 +28,7 @@ PORTSCOUT= limitw:1,even USES= autoreconf compiler:c++11-lang gmake gnome iconv jpeg \ - libtool localbase magick:6 mlt:6 pathfix pkgconfig + libtool localbase magick:6 mlt:6 pathfix USE_CXXSTD= c++11 USE_GITHUB= yes USE_GNOME= cairo glibmm intltool libxml++26 pango Index: graphics/synfigstudio/Makefile =================================================================== --- graphics/synfigstudio/Makefile +++ graphics/synfigstudio/Makefile @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even USES= autoreconf compiler:c++11-lang desktop-file-utils \ - gmake gnome libtool localbase magick:6 mlt:6 pathfix pkgconfig \ + gmake gnome libtool localbase magick:6 mlt:6 pathfix \ shared-mime-info USE_GITHUB= yes GH_ACCOUNT= synfig Index: graphics/tesseract/Makefile =================================================================== --- graphics/tesseract/Makefile +++ graphics/tesseract/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= tesseract-data>=0:graphics/tesseract-data USES= autoreconf compiler:c++11-lang cpe gnome libarchive libtool \ - localbase pathfix pkgconfig + localbase pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: graphics/tif22pnm/Makefile =================================================================== --- graphics/tif22pnm/Makefile +++ graphics/tif22pnm/Makefile @@ -12,8 +12,6 @@ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= pkgconfig - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \ --with-libtiff-idir=${LOCALBASE}/include Index: graphics/tiled/Makefile =================================================================== --- graphics/tiled/Makefile +++ graphics/tiled/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= bjorn USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 \ - pkgconfig shared-mime-info xorg + shared-mime-info xorg USE_QT= core gui widgets opengl network declarative \ buildtools_build linguisttools_build USE_GL= gl @@ -29,7 +29,7 @@ OPTIONS_SUB= yes PYTHON_DESC= Enable python plugin -PYTHON_USES= pkgconfig python:3.6+ +PYTHON_USES= python:3.6+ PYTHON_QMAKE_OFF= DISABLE_PYTHON_PLUGIN=yes DBUS_USE= QT=dbus Index: graphics/ufraw/Makefile =================================================================== --- graphics/ufraw/Makefile +++ graphics/ufraw/Makefile @@ -16,7 +16,7 @@ libtiff.so:graphics/tiff USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \ - gmake gnome jpeg pkgconfig + gmake gnome jpeg USE_GITHUB= yes GH_ACCOUNT= sergiomb2 GH_TAGNAME= f34669b Index: graphics/unpaper/Makefile =================================================================== --- graphics/unpaper/Makefile +++ graphics/unpaper/Makefile @@ -15,7 +15,7 @@ libavformat.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg -USES= autoreconf pkgconfig tar:xz +USES= autoreconf tar:xz GNU_CONFIGURE= yes Index: graphics/vapoursynth-waifu2x-w2xc/Makefile =================================================================== --- graphics/vapoursynth-waifu2x-w2xc/Makefile +++ graphics/vapoursynth-waifu2x-w2xc/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= HomeOfVapourSynthEvolution GH_PROJECT= VapourSynth-Waifu2x-w2xc -USES= compiler:c++14-lang localbase:ldflags meson pkgconfig +USES= compiler:c++14-lang localbase:ldflags meson CPPFLAGS+= -DHAVE_OPENCV # https://github.com/DeadSix27/waifu2x-converter-cpp/commit/248797748d5a DATADIR= ${PREFIX}/lib/vapoursynth DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} Index: graphics/viewnior/Makefile =================================================================== --- graphics/viewnior/Makefile +++ graphics/viewnior/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ - meson ninja pkgconfig + meson ninja USE_GITHUB= yes GH_ACCOUNT= hellosiyan Index: graphics/vips/Makefile =================================================================== --- graphics/vips/Makefile +++ graphics/vips/Makefile @@ -15,7 +15,7 @@ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= bash:shells/bash -USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase pathfix pkgconfig python shebangfix +USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase pathfix python shebangfix USE_GNOME= glib20 CONFIGURE_ARGS= --disable-introspection \ Index: graphics/vkd3d/Makefile =================================================================== --- graphics/vkd3d/Makefile +++ graphics/vkd3d/Makefile @@ -16,7 +16,7 @@ libvulkan.so:graphics/vulkan-loader RUN_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers -USES= bison gmake libtool localbase ncurses pkgconfig tar:xz +USES= bison gmake libtool localbase ncurses tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen-doc --with-spirv-tools Index: graphics/vulkan-caps-viewer/Makefile =================================================================== --- graphics/vulkan-caps-viewer/Makefile +++ graphics/vulkan-caps-viewer/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -USES= compiler:c++11-lib pkgconfig qmake qt:5 +USES= compiler:c++11-lib qmake qt:5 USE_GITHUB= yes USE_QT= qmake_build buildtools_build core gui network widgets GH_ACCOUNT= SaschaWillems Index: graphics/vulkan-loader/Makefile =================================================================== --- graphics/vulkan-loader/Makefile +++ graphics/vulkan-loader/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build +USES= alias cmake compiler:c++11-lib python:3.4+,build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup Index: graphics/vulkan-tools/Makefile =================================================================== --- graphics/vulkan-tools/Makefile +++ graphics/vulkan-tools/Makefile @@ -12,7 +12,7 @@ vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader -USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build +USES= alias cmake compiler:c++11-lib python:3.4+,build USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= Vulkan-Tools Index: graphics/vulkan-validation-layers/Makefile =================================================================== --- graphics/vulkan-validation-layers/Makefile +++ graphics/vulkan-validation-layers/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= spirv-tools>0:graphics/spirv-tools \ vulkan-headers>0:graphics/vulkan-headers -USES= alias cmake compiler:c++11-lib pkgconfig python:3.4+,build +USES= alias cmake compiler:c++11-lib python:3.4+,build USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= KhronosGroup Index: graphics/waffle/Makefile =================================================================== --- graphics/waffle/Makefile +++ graphics/waffle/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= cmake:devel/cmake -USES= compiler:c11 gl localbase meson pkgconfig python:3.5+,build +USES= compiler:c11 gl localbase meson python:3.5+,build USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= mesa Index: graphics/wayland-protocols/Makefile =================================================================== --- graphics/wayland-protocols/Makefile +++ graphics/wayland-protocols/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= wayland-scanner:graphics/wayland -USES= meson pkgconfig tar:xz +USES= meson tar:xz MESON_ARGS= -Dtests=false NO_ARCH= yes Index: graphics/wayland-utils/Makefile =================================================================== --- graphics/wayland-utils/Makefile +++ graphics/wayland-utils/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= wayland-protocols>=1.18:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= meson pkgconfig +USES= meson USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= wayland Index: graphics/wayland/Makefile =================================================================== --- graphics/wayland/Makefile +++ graphics/wayland/Makefile @@ -13,7 +13,7 @@ libffi.so:devel/libffi \ libepoll-shim.so:devel/libepoll-shim -USES= cpe gnome meson pkgconfig tar:xz +USES= cpe gnome meson tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes MESON_ARGS= -Ddocumentation=false Index: graphics/waylandpp/Makefile =================================================================== --- graphics/waylandpp/Makefile +++ graphics/waylandpp/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpugixml.so:textproc/pugixml \ libwayland-egl.so:graphics/wayland -USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg +USES= cmake compiler:c++11-lang gl localbase:ldflags xorg USE_GITHUB= yes GH_ACCOUNT= NilsBrause USE_GL= egl Index: graphics/webp-pixbuf-loader/Makefile =================================================================== --- graphics/webp-pixbuf-loader/Makefile +++ graphics/webp-pixbuf-loader/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libwebp.so:graphics/webp -USES= gnome meson pkgconfig +USES= gnome meson USE_GNOME= gdkpixbuf2 USE_GITHUB= yes Index: graphics/wrapland/Makefile =================================================================== --- graphics/wrapland/Makefile +++ graphics/wrapland/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland TEST_DEPENDS= ${qt-testlib_PORT:T}>0:${qt-testlib_PORT} -USES= cmake:testing gl kde:5 pkgconfig qt:5 +USES= cmake:testing gl kde:5 qt:5 USE_GITLAB= yes USE_GL= egl USE_KDE= ecm_build Index: graphics/wxsvg/Makefile =================================================================== --- graphics/wxsvg/Makefile +++ graphics/wxsvg/Makefile @@ -13,7 +13,7 @@ libexif.so:graphics/libexif \ libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lib gettext-runtime gmake gnome libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib gettext-runtime gmake gnome libtool pathfix tar:bzip2 USE_WX= 3.1 WX_CONF_ARGS= absolute USE_GNOME= cairo glib20 pango Index: graphics/xcftools/Makefile =================================================================== --- graphics/xcftools/Makefile +++ graphics/xcftools/Makefile @@ -16,7 +16,7 @@ GH_TAGNAME= d72ba82 # option NLS (for gettext) is wrong as this port allways needs NLS: -USES= cpe libtool cmake:insource,noninja gmake iconv pkgconfig perl5 gettext +USES= cpe libtool cmake:insource,noninja gmake iconv perl5 gettext CPE_VENDOR= ${PORTNAME}_project USE_PERL5= build run GNU_CONFIGURE= yes Index: graphics/xmedcon/Makefile =================================================================== --- graphics/xmedcon/Makefile +++ graphics/xmedcon/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gnome libtool localbase pkgconfig tar:bzip2 +USES= gnome libtool localbase tar:bzip2 USE_GNOME= cairo gdkpixbuf2 gtk20 USE_LDCONFIG= yes Index: graphics/xournal/Makefile =================================================================== --- graphics/xournal/Makefile +++ graphics/xournal/Makefile @@ -13,7 +13,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gnome pkgconfig desktop-file-utils shared-mime-info xorg +USES= gnome desktop-file-utils shared-mime-info xorg USE_GNOME= cairo libgnomecanvas USE_XORG= x11 GNU_CONFIGURE= yes Index: graphics/xournalpp/Makefile =================================================================== --- graphics/xournalpp/Makefile +++ graphics/xournalpp/Makefile @@ -17,7 +17,7 @@ libsndfile.so:audio/libsndfile \ libzip.so:archivers/libzip -USES= cmake compiler:c++11-lang gettext-tools gnome lua:53 pkgconfig xorg +USES= cmake compiler:c++11-lang gettext-tools gnome lua:53 xorg USE_GITHUB= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 librsvg2 libxml2 pango USE_XORG= x11 xi Index: graphics/xpaint/Makefile =================================================================== --- graphics/xpaint/Makefile +++ graphics/xpaint/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USES= ghostscript:run jpeg libtool:build localbase:ldflags \ - pkgconfig shebangfix tar:bzip2 xorg + shebangfix tar:bzip2 xorg USE_XORG= ice sm x11 xext xft xmu xpm xt SHEBANG_FILES= share/bin/imgmerge share/bin/xpaint_ocr Index: graphics/xsane/Makefile =================================================================== --- graphics/xsane/Makefile +++ graphics/xsane/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= scanimage:graphics/sane-backends RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake gnome jpeg localbase:ldflags pkgconfig +USES= gmake gnome jpeg localbase:ldflags USE_GITLAB= yes GL_SITE= https://gitlab.com/sane-project GL_ACCOUNT= frontend Index: graphics/xsvg/Makefile =================================================================== --- graphics/xsvg/Makefile +++ graphics/xsvg/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo -USES= pkgconfig xorg +USES= xorg GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender -lm USE_XORG= x11 xrender Index: graphics/xviewer/Makefile =================================================================== --- graphics/xviewer/Makefile +++ graphics/xviewer/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= yelp:x11/yelp USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ - gmake gnome libtool localbase pkgconfig xorg + gmake gnome libtool localbase xorg GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= linuxmint Index: graphics/xzgv/Makefile =================================================================== --- graphics/xzgv/Makefile +++ graphics/xzgv/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= cpe gmake gnome pkgconfig xorg +USES= cpe gmake gnome xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 Index: graphics/yacreader/Makefile =================================================================== --- graphics/yacreader/Makefile +++ graphics/yacreader/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libunarr.so:archivers/unarr -USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5 +USES= compiler:c++11-lib desktop-file-utils qmake qt:5 USE_GITHUB= yes USE_QT= qmake_build buildtools_build core concurrent_build declarative \ gui multimedia network quickcontrols2 sql sql-sqlite3_run svg \ Index: graphics/zathura-cb/Makefile =================================================================== --- graphics/zathura-cb/Makefile +++ graphics/zathura-cb/Makefile @@ -14,8 +14,7 @@ RUN_DEPENDS= zathura:graphics/zathura # testing without USES=ssl -USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \ - pkgconfig +USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 USE_LDCONFIG= yes Index: graphics/zathura-djvu/Makefile =================================================================== --- graphics/zathura-djvu/Makefile +++ graphics/zathura-djvu/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig +USES= compiler:c11 desktop-file-utils gnome meson ninja USE_GNOME= glib20 gtk30 Index: graphics/zathura-pdf-mupdf/Makefile =================================================================== --- graphics/zathura-pdf-mupdf/Makefile +++ graphics/zathura-pdf-mupdf/Makefile @@ -21,7 +21,7 @@ libopenjp2.so:graphics/openjpeg USES= compiler:c11 desktop-file-utils gnome jpeg \ - meson pkgconfig tar:xz + meson tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 MESON_ARGS= -Dlink-external=true Index: graphics/zathura-pdf-poppler/Makefile =================================================================== --- graphics/zathura-pdf-poppler/Makefile +++ graphics/zathura-pdf-poppler/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig +USES= compiler:c11 desktop-file-utils gnome meson ninja USE_GNOME= glib20 gtk30 CONFLICTS= zathura-pdf-mupdf Index: graphics/zathura-ps/Makefile =================================================================== --- graphics/zathura-ps/Makefile +++ graphics/zathura-ps/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl +USES= compiler:c11 desktop-file-utils gnome meson ninja ssl USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libps.so \ Index: graphics/zathura/Makefile =================================================================== --- graphics/zathura/Makefile +++ graphics/zathura/Makefile @@ -15,7 +15,7 @@ libgirara-gtk3.so:x11-toolkits/girara \ libsynctex.so:devel/tex-synctex -USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \ +USES= compiler:c11 gettext-tools:build gnome meson ninja \ python:3.6+ USE_GNOME= glib20 gtk30 gdkpixbuf2 Index: graphics/zbar/Makefile =================================================================== --- graphics/zbar/Makefile +++ graphics/zbar/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21 -USES= autoreconf gmake iconv libtool localbase:ldflags pathfix pkgconfig +USES= autoreconf gmake iconv libtool localbase:ldflags pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: irc/atheme-services/Makefile =================================================================== --- irc/atheme-services/Makefile +++ irc/atheme-services/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libmowgli-2.so:devel/libmowgli2 -USES= cpe gmake localbase pathfix pkgconfig ssl tar:xz +USES= cpe gmake localbase pathfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: irc/bitlbee-discord/Makefile =================================================================== --- irc/bitlbee-discord/Makefile +++ irc/bitlbee-discord/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= bitlbee:irc/bitlbee LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gnome libtool USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= sm00th Index: irc/bitlbee-facebook/Makefile =================================================================== --- irc/bitlbee-facebook/Makefile +++ irc/bitlbee-facebook/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib BUILD_DEPENDS= bitlbee:irc/bitlbee -USES= autoreconf gettext-runtime gnome libtool pkgconfig +USES= autoreconf gettext-runtime gnome libtool USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee Index: irc/bitlbee-mastodon/Makefile =================================================================== --- irc/bitlbee-mastodon/Makefile +++ irc/bitlbee-mastodon/Makefile @@ -13,7 +13,7 @@ gsed:textproc/gsed RUN_DEPENDS= bitlbee>=3.5:irc/bitlbee -USES= autoreconf gmake gnome libtool pkgconfig +USES= autoreconf gmake gnome libtool USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= kensanata Index: irc/bitlbee-steam/Makefile =================================================================== --- irc/bitlbee-steam/Makefile +++ irc/bitlbee-steam/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt BUILD_DEPENDS= bitlbee:irc/bitlbee -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gnome libtool USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee Index: irc/bitlbee/Makefile =================================================================== --- irc/bitlbee/Makefile +++ irc/bitlbee/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= xmlto:textproc/xmlto \ xsltproc:textproc/libxslt -USES= cpe gettext-runtime gmake gnome pkgconfig +USES= cpe gettext-runtime gmake gnome SUB_FILES= pkg-message PORTDOCS= AUTHORS CHANGES CREDITS FAQ README @@ -49,7 +49,7 @@ OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER CONFIGURE_ARGS= --config=/var/db/bitlbee \ - --pcdir=${PREFIX}/libdata/pkgconfig \ + --pcdir=${PREFIX}/libdata/\ --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ --strip=1 \ Index: irc/catgirl/Makefile =================================================================== --- irc/catgirl/Makefile +++ irc/catgirl/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang ncurses pkgconfig ssl +USES= compiler:c++11-lang ncurses ssl HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man Index: irc/ctrlproxy/Makefile =================================================================== --- irc/ctrlproxy/Makefile +++ irc/ctrlproxy/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls -USES= compiler:c11 gmake gnome localbase:ldflags pathfix pkgconfig +USES= compiler:c11 gmake gnome localbase:ldflags pathfix USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: irc/cwirc/Makefile =================================================================== --- irc/cwirc/Makefile +++ irc/cwirc/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime gnome pkgconfig +USES= gettext-runtime gnome USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango post-patch: Index: irc/dxirc/Makefile =================================================================== --- irc/dxirc/Makefile +++ irc/dxirc/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang gnome pkgconfig xorg +USES= cmake compiler:c++11-lang gnome xorg USE_XORG= ice sm x11 xext OPTIONS_DEFINE= NLS LUA ENCHANT NOTIFY Index: irc/hexchat-fish/Makefile =================================================================== --- irc/hexchat-fish/Makefile +++ irc/hexchat-fish/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= hexchat:irc/hexchat RUN_DEPENDS= hexchat:irc/hexchat -USES= tar:bz2 pkgconfig ssl gnome +USES= tar:bz2 ssl gnome USE_GNOME= glib20 CFLAGS+= -I${LOCALBASE}/include/glib-2.0 Index: irc/hexchat/Makefile =================================================================== --- irc/hexchat/Makefile +++ irc/hexchat/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes USES= compiler:c++11-lang cpe desktop-file-utils gettext-tools gnome \ - libtool localbase meson ninja pkgconfig python:3.5+ shebangfix \ + libtool localbase meson ninja python:3.5+ shebangfix \ ssl tar:xz xorg CPE_VENDOR= ${PORTNAME}_project SHEBANG_FILES= meson_post_install.py \ Index: irc/inspircd/Makefile =================================================================== --- irc/inspircd/Makefile +++ irc/inspircd/Makefile @@ -64,7 +64,6 @@ SSLREHASH_DESC= Build m_sslrehashsignal module GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_USES= pkgconfig GNUTLS_VARS= EXTRAS+=m_ssl_gnutls.cpp LDAP_USE= OPENLDAP=yes @@ -73,14 +72,14 @@ MBEDTLS_VARS= EXTRAS+=m_ssl_mbedtls.cpp MYSQL_USES= mysql MYSQL_VARS= EXTRAS+=m_mysql.cpp -OPENSSL_USES= pkgconfig ssl +OPENSSL_USES= ssl OPENSSL_VARS= EXTRAS+=m_ssl_openssl.cpp PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_VARS= EXTRAS+=m_regex_pcre.cpp PGSQL_USES= pgsql PGSQL_VARS= EXTRAS+=m_pgsql.cpp POSIX_VARS= EXTRAS+=m_regex_posix.cpp -SQLITE_USES= pkgconfig sqlite +SQLITE_USES= sqlite SQLITE_VARS= EXTRAS+=m_sqlite3.cpp SSLREHASH_VARS+= EXTRAS+=m_sslrehashsignal.cpp Index: irc/irssi-dcc_send_limiter/Makefile =================================================================== --- irc/irssi-dcc_send_limiter/Makefile +++ irc/irssi-dcc_send_limiter/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= irssi:irc/irssi RUN_DEPENDS= irssi:irc/irssi -USES= gnome pkgconfig +USES= gnome USE_GNOME= glib20 NO_WRKSUBDIR= yes Index: irc/irssi-fish/Makefile =================================================================== --- irc/irssi-fish/Makefile +++ irc/irssi-fish/Makefile @@ -12,7 +12,7 @@ ${LOCALBASE}/include/irssi/src/common.h:irc/irssi RUN_DEPENDS= irssi:irc/irssi -USES= cmake gnome pkgconfig ssl +USES= cmake gnome ssl USE_GNOME+= glib20 USE_LDCONFIG= yes Index: irc/irssi-icb/Makefile =================================================================== --- irc/irssi-icb/Makefile +++ irc/irssi-icb/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/irssi/src/common.h:irc/irssi RUN_DEPENDS= irssi:irc/irssi -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gnome libtool USE_LDCONFIG= yes USE_GNOME= glib20 Index: irc/irssi-xmpp/Makefile =================================================================== --- irc/irssi-xmpp/Makefile +++ irc/irssi-xmpp/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gettext-runtime gnome pkgconfig +USES= gettext-runtime gnome USE_GITHUB= yes GH_ACCOUNT= cdidier Index: irc/irssi/Makefile =================================================================== --- irc/irssi/Makefile +++ irc/irssi/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 cpe gettext-runtime gnome meson localbase:ldflags \ - ncurses perl5 pkgconfig ssl tar:xz + ncurses perl5 ssl tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes Index: irc/kvirc/Makefile =================================================================== --- irc/kvirc/Makefile +++ irc/kvirc/Makefile @@ -13,7 +13,7 @@ libenchant.so:textproc/enchant USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ - kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 xorg + kde:5 perl5 python qt:5 ssl tar:bzip2 xorg USE_GNOME= glib20 USE_PERL5= build USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ Index: irc/polari/Makefile =================================================================== --- irc/polari/Makefile +++ irc/polari/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gnome localbase \ - meson pkgconfig tar:xz + meson tar:xz USE_GNOME= cairo gtk30 introspection USE_LDCONFIG= yes Index: irc/quassel/Makefile =================================================================== --- irc/quassel/Makefile +++ irc/quassel/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs -USES= cmake compiler:c++11-lib cpe pkgconfig qca qt:5 tar:xz +USES= cmake compiler:c++11-lib cpe qca qt:5 tar:xz USE_GITHUB= nodefault #GH_ACCOUNT= ${PORTNAME} #GH_PROJECT= ${PORTNAME} Index: irc/scrollz/Makefile =================================================================== --- irc/scrollz/Makefile +++ irc/scrollz/Makefile @@ -27,7 +27,6 @@ IPV6_CONFIGURE_ENABLE= ipv6 GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_USES= pkgconfig GNUTLS_CONFIGURE_ON= --with-ssl REGEX_CONFIGURE_ENABLE= regexp OPENSSL_USES= ssl Index: irc/smartirc4net/Makefile =================================================================== --- irc/smartirc4net/Makefile +++ irc/smartirc4net/Makefile @@ -12,6 +12,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs -USES= gmake mono pathfix pkgconfig +USES= gmake mono pathfix .include Index: irc/smuxi/Makefile =================================================================== --- irc/smuxi/Makefile +++ irc/smuxi/Makefile @@ -18,8 +18,7 @@ RUN_DEPENDS= mono-addins>0:devel/mono-addins GNU_CONFIGURE= yes -USES= desktop-file-utils gettext-tools:build gmake gnome mono \ - pkgconfig +USES= desktop-file-utils gettext-tools:build gmake gnome mono USE_GNOME= gtksharp20 OPTIONS_DEFINE= DBUS NLS SPELLCHECK Index: irc/srain/Makefile =================================================================== --- irc/srain/Makefile +++ irc/srain/Makefile @@ -13,7 +13,7 @@ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup -USES= compiler:c11 gettext-tools gnome meson pkgconfig ssl +USES= compiler:c11 gettext-tools gnome meson ssl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 pango OPTIONS_DEFINE= DOCS Index: irc/weechat/Makefile =================================================================== --- irc/weechat/Makefile +++ irc/weechat/Makefile @@ -15,7 +15,7 @@ libgpg-error.so:security/libgpg-error \ libzstd.so:archivers/zstd -USES= cmake cpe ncurses libtool pkgconfig tar:xz +USES= cmake cpe ncurses libtool tar:xz USE_LDCONFIG= yes CMAKE_ARGS= -DLIBDATADIR=${LOCALBASE}/libdata @@ -55,7 +55,7 @@ GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 ICONV_USES= iconv JAVASCRIPT_LIB_DEPENDS= libv8.so:lang/v8 -LUA_USES= lua pkgconfig +LUA_USES= lua MANPAGES_CMAKE_BOOL= ENABLE_MAN MANPAGES_CMAKE_ON= -DMANDIR=${MANPREFIX}/man MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/bin/asciidoctor:textproc/rubygem-asciidoctor Index: irc/znc/Makefile =================================================================== --- irc/znc/Makefile +++ irc/znc/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lib cpe cmake:run iconv pathfix pkgconfig python:3.5+ +USES= compiler:c++11-lib cpe cmake:run iconv pathfix python:3.5+ USE_RC_SUBR= znc Index: japanese/anthy/Makefile =================================================================== --- japanese/anthy/Makefile +++ japanese/anthy/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/alt-cannadic/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING -USES= iconv:patch libtool pathfix pkgconfig +USES= iconv:patch libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: japanese/ebview-gtk2/Makefile =================================================================== --- japanese/ebview-gtk2/Makefile +++ japanese/ebview-gtk2/Makefile @@ -14,7 +14,7 @@ CONFLICTS= ja-ebview -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= gtk20 pangox-compat USE_CSTD= gnu89 GNU_CONFIGURE= yes Index: japanese/fcitx-anthy/Makefile =================================================================== --- japanese/fcitx-anthy/Makefile +++ japanese/fcitx-anthy/Makefile @@ -14,6 +14,6 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libanthy.so:japanese/anthy -USES= cmake gettext gnome pkgconfig tar:xz +USES= cmake gettext gnome tar:xz .include Index: japanese/fcitx-skk/Makefile =================================================================== --- japanese/fcitx-skk/Makefile +++ japanese/fcitx-skk/Makefile @@ -15,7 +15,7 @@ libskk.so:japanese/libskk BUILD_DEPENDS= bash:shells/bash -USES= cmake compiler:c++11-lang gettext gnome pkgconfig tar:xz +USES= cmake compiler:c++11-lang gettext gnome tar:xz CMAKE_ARGS+= -DSKK_DEFAULT_PATH=${LOCALBASE}/share/skk/SKK-JISYO.L OPTIONS_DEFINE= QT5 Index: japanese/fcitx5-anthy/Makefile =================================================================== --- japanese/fcitx5-anthy/Makefile +++ japanese/fcitx5-anthy/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libanthy.so:japanese/anthy \ libFcitx5Core.so:textproc/fcitx5 -USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig +USES= compiler:c++17-lang gettext-tools cmake kde:5 USE_GITHUB= yes GH_ACCOUNT= fcitx Index: japanese/ibus-anthy/Makefile =================================================================== --- japanese/ibus-anthy/Makefile +++ japanese/ibus-anthy/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--with-layout=default -USES= gettext gmake gnome libtool pkgconfig python:3.6+ +USES= gettext gmake gnome libtool python:3.6+ USE_GNOME= pygobject3 GLIB_SCHEMAS= org.freedesktop.ibus.engine.anthy.gschema.xml Index: japanese/ibus-skk/Makefile =================================================================== --- japanese/ibus-skk/Makefile +++ japanese/ibus-skk/Makefile @@ -14,7 +14,7 @@ libibus-1.0.so:textproc/ibus \ libskk.so:japanese/libskk -USES= autoreconf gettext gmake gnome libtool pkgconfig python vala:build +USES= autoreconf gettext gmake gnome libtool python vala:build GNU_CONFIGURE= yes CONFIGURE_ENV= DATADIRNAME=share USE_GITHUB= yes Index: japanese/ja-tex-xdvik/Makefile =================================================================== --- japanese/ja-tex-xdvik/Makefile +++ japanese/ja-tex-xdvik/Makefile @@ -12,7 +12,7 @@ libpaper.so:print/libpaper RUN_DEPENDS= tex-dvipsk>=5.995:print/tex-dvipsk -USES= iconv motif pkgconfig xorg +USES= iconv motif xorg USE_TEX= kpathsea texhash texmf web2c USE_XORG= ice sm x11 xi xmu xpm xt Index: japanese/kasumi/Makefile =================================================================== --- japanese/kasumi/Makefile +++ japanese/kasumi/Makefile @@ -14,7 +14,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gmake gnome iconv:wchar_t localbase:ldflags pkgconfig +USES= compiler:c++11-lang gmake gnome iconv:wchar_t localbase:ldflags USE_GNOME= gtk20 cairo gdkpixbuf2 GNU_CONFIGURE= yes Index: japanese/libskk/Makefile =================================================================== --- japanese/libskk/Makefile +++ japanese/libskk/Makefile @@ -13,7 +13,7 @@ libjson-glib-1.0.so:devel/json-glib \ libxkbcommon.so:x11/libxkbcommon -USES= autoreconf gmake gnome libtool pathfix pkgconfig vala:build +USES= autoreconf gmake gnome libtool pathfix vala:build USE_GITHUB= yes GH_ACCOUNT= ueno GNU_CONFIGURE= yes Index: japanese/libtomoe-gtk/Makefile =================================================================== --- japanese/libtomoe-gtk/Makefile +++ japanese/libtomoe-gtk/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=no -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= gtk20 USE_LDCONFIG= yes Index: japanese/mozc-server/Makefile =================================================================== --- japanese/mozc-server/Makefile +++ japanese/mozc-server/Makefile @@ -22,7 +22,7 @@ GH_ACCOUNT= hrs-allbsd GH_TUPLE= hiroyuki-komatsu:japanese-usage-dictionary:e5b3425:udic -USES= compiler:c++11-lang gmake ninja:build pkgconfig \ +USES= compiler:c++11-lang gmake ninja:build \ python:3.5+,build shebangfix tar:bzip2 SHEBANG_FILES= src/build_mozc.py BUILD_WRKSRC= ${WRKSRC}/src Index: japanese/scim-anthy/Makefile =================================================================== --- japanese/scim-anthy/Makefile +++ japanese/scim-anthy/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ kasumi:japanese/kasumi -USES= gettext-runtime gmake gnome iconv libtool:keepla pkgconfig +USES= gettext-runtime gmake gnome iconv libtool:keepla USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango GNU_CONFIGURE= yes Index: japanese/scim-canna/Makefile =================================================================== --- japanese/scim-canna/Makefile +++ japanese/scim-canna/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcanna.so:japanese/canna-lib RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake iconv libtool:keepla pkgconfig +USES= gmake iconv libtool:keepla GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Index: japanese/scim-honoka-plugin-romkan/Makefile =================================================================== --- japanese/scim-honoka-plugin-romkan/Makefile +++ japanese/scim-honoka-plugin-romkan/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USES= gettext gmake iconv libtool:keepla pathfix pkgconfig +USES= gettext gmake iconv libtool:keepla pathfix CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib Index: japanese/scim-honoka-plugin-wnn/Makefile =================================================================== --- japanese/scim-honoka-plugin-wnn/Makefile +++ japanese/scim-honoka-plugin-wnn/Makefile @@ -16,7 +16,7 @@ ${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:japanese/scim-honoka-plugin-romkan GNU_CONFIGURE= yes -USES= gettext gmake iconv libtool:keepla pathfix pkgconfig +USES= gettext gmake iconv libtool:keepla pathfix CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib Index: japanese/scim-honoka/Makefile =================================================================== --- japanese/scim-honoka/Makefile +++ japanese/scim-honoka/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USES= gettext gmake iconv libtool:keepla pathfix pkgconfig +USES= gettext gmake iconv libtool:keepla pathfix USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Index: japanese/scim-skk/Makefile =================================================================== --- japanese/scim-skk/Makefile +++ japanese/scim-skk/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= scim:textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake iconv libtool pkgconfig +USES= gmake iconv libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: japanese/scim-tables/Makefile =================================================================== --- japanese/scim-tables/Makefile +++ japanese/scim-tables/Makefile @@ -11,7 +11,7 @@ scim-make-table:textproc/scim-table-imengine RUN_DEPENDS= scim-make-table:textproc/scim-table-imengine -USES= pkgconfig gmake +USES= gmake GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Index: japanese/scim-tomoe/Makefile =================================================================== --- japanese/scim-tomoe/Makefile +++ japanese/scim-tomoe/Makefile @@ -12,7 +12,7 @@ libtomoe-gtk.so:japanese/libtomoe-gtk USE_GNOME= intlhack -USES= gettext gmake gnome iconv libtool:keepla pkgconfig +USES= gettext gmake gnome iconv libtool:keepla GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Index: japanese/scim-uim/Makefile =================================================================== --- japanese/scim-uim/Makefile +++ japanese/scim-uim/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libuim.so:textproc/uim RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake iconv libtool:keepla pkgconfig +USES= gmake iconv libtool:keepla GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: japanese/skk-tools/Makefile =================================================================== --- japanese/skk-tools/Makefile +++ japanese/skk-tools/Makefile @@ -22,7 +22,7 @@ OPTIONS_DEFAULT= EXPR2 EXPR2_DESC= Build skkdic-expr2 (needs glib-2.x) -EXPR2_USES= gnome pkgconfig +EXPR2_USES= gnome EXPR2_USE= GNOME=glib20 EXPR2_PLIST_FILES= bin/skkdic-expr2 EXPR2_CONFIGURE_WITH= skkdic-expr2 Index: japanese/tex-ptex/Makefile =================================================================== --- japanese/tex-ptex/Makefile +++ japanese/tex-ptex/Makefile @@ -13,7 +13,7 @@ MAINTAINER= tex@FreeBSD.org COMMENT= ASCII Japanese pTeX -USES= localbase tar:xz perl5 pkgconfig +USES= localbase tar:xz perl5 USE_TEX= kpathsea web2c ptexenc texmf formats fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFVARDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} Index: japanese/tomoe/Makefile =================================================================== --- japanese/tomoe/Makefile +++ japanese/tomoe/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser GNU_CONFIGURE= yes -USES= gettext gmake gnome libtool pathfix perl5 pkgconfig +USES= gettext gmake gnome libtool pathfix perl5 USE_GNOME= glib20 USE_LDCONFIG= yes USE_PERL5= build Index: japanese/uim-tomoe-gtk/Makefile =================================================================== --- japanese/uim-tomoe-gtk/Makefile +++ japanese/uim-tomoe-gtk/Makefile @@ -11,7 +11,7 @@ libtomoe-gtk.so:japanese/libtomoe-gtk \ libuim.so:textproc/uim -USES= gettext gmake gnome libtool pkgconfig +USES= gettext gmake gnome libtool USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Index: java/eclipse/Makefile =================================================================== --- java/eclipse/Makefile +++ java/eclipse/Makefile @@ -23,7 +23,7 @@ PORTSCOUT= ignore:1 -USES= compiler:c++11-lang gmake pkgconfig gnome +USES= compiler:c++11-lang gmake gnome USE_GNOME= gtk30 USE_GITHUB= yes Index: java/icedtea-web/Makefile =================================================================== --- java/icedtea-web/Makefile +++ java/icedtea-web/Makefile @@ -27,7 +27,7 @@ USE_PERL5= build USE_XORG= x11 USES= autoreconf compiler:c++11-lang desktop-file-utils gmake perl5 \ - pkgconfig shebangfix xorg + shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= AdoptOpenJDK GH_PROJECT= IcedTea-Web Index: java/openjdk11/Makefile =================================================================== --- java/openjdk11/Makefile +++ java/openjdk11/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype -USES= compiler:features cpe gmake iconv jpeg pkgconfig xorg +USES= compiler:features cpe gmake iconv jpeg xorg USE_XORG= x11 xext xi xrandr xrender xt xtst CPE_VENDOR= oracle Index: java/openjdk17/Makefile =================================================================== --- java/openjdk17/Makefile +++ java/openjdk17/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype -USES= compiler:features cpe gmake iconv jpeg pkgconfig xorg +USES= compiler:features cpe gmake iconv jpeg xorg USE_XORG= x11 xext xi xrandr xrender xt xtst CPE_VENDOR= oracle Index: java/openjdk18/Makefile =================================================================== --- java/openjdk18/Makefile +++ java/openjdk18/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype -USES= compiler:features cpe gmake iconv jpeg pkgconfig xorg +USES= compiler:features cpe gmake iconv jpeg xorg USE_XORG= x11 xext xi xrandr xrender xt xtst CPE_VENDOR= oracle Index: java/openjdk8/Makefile =================================================================== --- java/openjdk8/Makefile +++ java/openjdk8/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= javavm:java/javavmwrapper \ dejavu>0:x11-fonts/dejavu -USES= compiler:features cpe gmake iconv pkgconfig +USES= compiler:features cpe gmake iconv CPE_VENDOR= oracle Index: java/openjfx14/Makefile =================================================================== --- java/openjfx14/Makefile +++ java/openjfx14/Makefile @@ -32,7 +32,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime gl gnome jpeg localbase:ldflags ninja pkgconfig \ +USES= gettext-runtime gl gnome jpeg localbase:ldflags ninja \ sqlite xorg USE_GITHUB= yes Index: java/sablevm-classpath/Makefile =================================================================== --- java/sablevm-classpath/Makefile +++ java/sablevm-classpath/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pkgconfig xorg +USES= gmake libtool xorg USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} USE_XORG= x11 ice xtst sm Index: java/sablevm/Makefile =================================================================== --- java/sablevm/Makefile +++ java/sablevm/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gettext gmake iconv libtool pkgconfig +USES= gettext gmake iconv libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} Index: korean/fcitx-hangul/Makefile =================================================================== --- korean/fcitx-hangul/Makefile +++ korean/fcitx-hangul/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libhangul.so:korean/libhangul -USES= cmake gettext gnome pkgconfig tar:xz +USES= cmake gettext gnome tar:xz CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl Index: korean/fcitx5-hangul/Makefile =================================================================== --- korean/fcitx5-hangul/Makefile +++ korean/fcitx5-hangul/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libhangul.so:korean/libhangul \ libFcitx5Core.so:textproc/fcitx5 -USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig +USES= compiler:c++17-lang gettext-tools cmake kde:5 USE_GITHUB= yes GH_ACCOUNT= fcitx Index: korean/ibus-hangul/Makefile =================================================================== --- korean/ibus-hangul/Makefile +++ korean/ibus-hangul/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libhangul.so:korean/libhangul \ libibus-1.0.so:textproc/ibus -USES= gmake gnome libtool pkgconfig python +USES= gmake gnome libtool python USE_GNOME= gtk30 intlhack pygobject3 USE_PYTHON= py3kplist Index: korean/imhangul-gtk2/Makefile =================================================================== --- korean/imhangul-gtk2/Makefile +++ korean/imhangul-gtk2/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= cairo gdkpixbuf2 gtk20 -USES= autoreconf gmake gnome libtool pkgconfig +USES= autoreconf gmake gnome libtool OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Index: korean/imhangul-gtk3/Makefile =================================================================== --- korean/imhangul-gtk3/Makefile +++ korean/imhangul-gtk3/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= cairo gdkpixbuf2 gtk30 -USES= autoreconf gmake gnome libtool pkgconfig +USES= autoreconf gmake gnome libtool OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Index: korean/libhangul/Makefile =================================================================== --- korean/libhangul/Makefile +++ korean/libhangul/Makefile @@ -11,7 +11,7 @@ TEST_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/check.pc:devel/check -USES= autoreconf iconv libtool pathfix pkgconfig +USES= autoreconf iconv libtool pathfix GH_ACCOUNT= choehwanjin GH_TAGNAME= 9fe2d4e Index: korean/nabi/Makefile =================================================================== --- korean/nabi/Makefile +++ korean/nabi/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GNU_CONFIGURE= yes -USES= autoreconf gmake gnome pkgconfig xorg +USES= autoreconf gmake gnome xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= ice sm x11 Index: korean/scim-hangul/Makefile =================================================================== --- korean/scim-hangul/Makefile +++ korean/scim-hangul/Makefile @@ -13,7 +13,7 @@ libscim-1.0.so:textproc/scim GNU_CONFIGURE= yes -USES= gmake libtool:keepla pkgconfig +USES= gmake libtool:keepla OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Index: korean/scim-tables/Makefile =================================================================== --- korean/scim-tables/Makefile +++ korean/scim-tables/Makefile @@ -11,6 +11,6 @@ RUN_DEPENDS= scim-make-table:textproc/scim-table-imengine GNU_CONFIGURE= yes -USES= pkgconfig gmake +USES= gmake .include Index: lang/cjs/Makefile =================================================================== --- lang/cjs/Makefile +++ lang/cjs/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libmozjs-78.so:lang/spidermonkey78 -USES= compiler:c++14-lang gettext gnome localbase meson pkgconfig \ +USES= compiler:c++14-lang gettext gnome localbase meson \ python:3.5+,build readline shebangfix xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection USE_XORG= x11 xext Index: lang/cparser/Makefile =================================================================== --- lang/cparser/Makefile +++ lang/cparser/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfirm.so:devel/libfirm -USES= gmake pkgconfig tar:bzip2 +USES= gmake tar:bzip2 PLIST_FILES= bin/cparser \ man/man1/cparser.1.gz Index: lang/crystal/Makefile =================================================================== --- lang/crystal/Makefile +++ lang/crystal/Makefile @@ -22,7 +22,7 @@ libLLVM-${LLVM_VERSION:C/^([6-9])0/\1/:S/-devel/15/}.so:devel/llvm${LLVM_VERSION} RUN_DEPENDS= pkg-config:devel/pkgconf -USES= compiler gmake pkgconfig ssl +USES= compiler gmake ssl USE_GITHUB= yes GH_ACCOUNT= crystal-lang @@ -54,7 +54,7 @@ IGNORE= not supported on anything but FreeBSD .endif -# crystal needs pkgconfig to determine SSL variants but these are not +# crystal needs to determine SSL variants but these are not # present in FreeBSD base. We splice in the correct info based on # FreeBSD version and hope it doesn't change during minor releases. # See post-patch for the substitutions of these patches. Index: lang/fsharp/Makefile =================================================================== --- lang/fsharp/Makefile +++ lang/fsharp/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= msbuild:devel/msbuild TEST_DEPENDS= libgdiplus>=0:x11-toolkits/libgdiplus -USES= gmake mono:nuget pkgconfig +USES= gmake mono:nuget USE_GITHUB= yes MAKE_JOBS_UNSAFE= Build not parallelizable NUGET_LAYOUT= legacy Index: lang/gjs/Makefile =================================================================== --- lang/gjs/Makefile +++ lang/gjs/Makefile @@ -17,7 +17,7 @@ libffi.so:devel/libffi USES= compiler:c++11-lib gettext gnome \ - localbase meson pkgconfig python:build readline tar:xz xorg + localbase meson python:build readline tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection USE_XORG= x11 xext MESON_ARGS= -Dcairo=enabled \ Index: lang/gnu-apl/Makefile =================================================================== --- lang/gnu-apl/Makefile +++ lang/gnu-apl/Makefile @@ -31,7 +31,7 @@ # XXX: LIBAPL_CONFIGURE_WITH won't work for some reason LIBAPL_CONFIGURE_ON= --with-libapl -GTK3_USES= pkgconfig gnome +GTK3_USES= gnome GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_WITH= gtk3 Index: lang/gnustep-base/Makefile =================================================================== --- lang/gnustep-base/Makefile +++ lang/gnustep-base/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS+= ${LOCALBASE}/GNUstep/System/Library/Makefiles/GNUstep.sh:devel/gnustep-make -USES= pkgconfig iconv gnustep +USES= iconv gnustep USE_GNUSTEP= build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} Index: lang/guile/Makefile =================================================================== --- lang/guile/Makefile +++ lang/guile/Makefile @@ -19,7 +19,7 @@ libunistring.so:devel/libunistring USES= charsetfix compiler:gcc-c++11-lib cpe gmake iconv libtool \ - makeinfo pathfix pkgconfig readline tar:lz + makeinfo pathfix readline tar:lz CPE_VENDOR= gnu USE_GCC= 12 USE_LDCONFIG= yes Index: lang/guile2/Makefile =================================================================== --- lang/guile2/Makefile +++ lang/guile2/Makefile @@ -17,7 +17,7 @@ libffi.so:devel/libffi USES= charsetfix compiler:c11 cpe gmake iconv libtool makeinfo ncurses pathfix \ - pkgconfig readline tar:lz + readline tar:lz USE_LDCONFIG= yes CPE_VENDOR= gnu Index: lang/intel-compute-runtime/Makefile =================================================================== --- lang/intel-compute-runtime/Makefile +++ lang/intel-compute-runtime/Makefile @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-* -USES= cmake compiler:c++17-lang localbase:ldflags pkgconfig +USES= cmake compiler:c++17-lang localbase:ldflags USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= intel Index: lang/lafontaine/Makefile =================================================================== --- lang/lafontaine/Makefile +++ lang/lafontaine/Makefile @@ -13,7 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-0.4 -USES= gmake gnome pathfix pkgconfig +USES= gmake gnome pathfix USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_CSTD= gnu89 Index: lang/librep/Makefile =================================================================== --- lang/librep/Makefile +++ lang/librep/Makefile @@ -17,7 +17,7 @@ USE_CSTD= gnu89 -USES= autoreconf gettext gmake libtool makeinfo pathfix pkgconfig readline \ +USES= autoreconf gettext gmake libtool makeinfo pathfix readline \ shebangfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ Index: lang/mdk/Makefile =================================================================== --- lang/mdk/Makefile +++ lang/mdk/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv3 -USES= gettext gmake gnome ncurses pkgconfig readline +USES= gettext gmake gnome ncurses readline USE_GNOME= glib20 gtk30 intltool GNU_CONFIGURE= yes TEST_TARGET= check Index: lang/micropython/Makefile =================================================================== --- lang/micropython/Makefile +++ lang/micropython/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libffi.so:devel/libffi -USES= gmake pkgconfig python:,build +USES= gmake python:,build USE_GCC= yes USE_GITHUB= yes GH_TUPLE= micropython:axtls:531cab9:axtls \ Index: lang/neko/Makefile =================================================================== --- lang/neko/Makefile +++ lang/neko/Makefile @@ -17,7 +17,7 @@ libmbedtls.so:security/mbedtls libmbedcrypto.so:security/mbedtls libmbedx509.so:security/mbedtls \ libfontconfig.so:x11-fonts/fontconfig libfreetype.so:print/freetype2 -USES= cmake mysql pkgconfig sqlite:3 +USES= cmake mysql sqlite:3 USE_GITHUB= yes GH_ACCOUNT= HaxeFoundation USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/neko Index: lang/php74/Makefile =================================================================== --- lang/php74/Makefile +++ lang/php74/Makefile @@ -14,7 +14,7 @@ DEPRECATED=Upstream Security Support ends on 2022-11-28 EXPIRATION_DATE=2022-11-29 -USES+= compiler:c11 tar:xz cpe gnome pkgconfig +USES+= compiler:c11 tar:xz cpe gnome CPE_PRODUCT= php NO_OPTIONS_SORT=yes Index: lang/php80/Makefile =================================================================== --- lang/php80/Makefile +++ lang/php80/Makefile @@ -11,7 +11,7 @@ LICENSE= PHP301 -USES+= compiler:c11 tar:xz cpe gnome pkgconfig +USES+= compiler:c11 tar:xz cpe gnome CPE_PRODUCT= php CONFLICTS_INSTALL?= php[0-9][0-9]${PKGNAMESUFFIX} Index: lang/php81/Makefile =================================================================== --- lang/php81/Makefile +++ lang/php81/Makefile @@ -10,7 +10,7 @@ LICENSE= PHP301 -USES+= compiler:c11 cpe gnome pkgconfig tar:xz +USES+= compiler:c11 cpe gnome tar:xz CPE_PRODUCT= php PHP_VER= 81 @@ -211,7 +211,6 @@ LIB_DEPENDS+= libcurl.so:ftp/curl CONFIGURE_ARGS+= --with-curl=${LOCALBASE} -USES+= pkgconfig .endif .if ${PHP_MODNAME} == "dba" @@ -250,14 +249,12 @@ .if ${PHP_MODNAME} == "dom" CONFIGURE_ARGS+= --enable-dom -USES+= pkgconfig USE_GNOME= libxml2 .endif .if ${PHP_MODNAME} == "enchant" LIB_DEPENDS+= libenchant.so:textproc/enchant CONFIGURE_ARGS+= --with-enchant=${LOCALBASE} -USES+= pkgconfig .endif .if ${PHP_MODNAME} == "exif" @@ -287,7 +284,7 @@ PHP_OPENSSL=yes LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -USES+= pkgconfig ssl +USES+= ssl .endif .if ${PHP_MODNAME} == "gd" @@ -356,7 +353,6 @@ .if ${PHP_MODNAME} == "intl" LIB_DEPENDS= libicui18n.so:devel/icu -USES+= pkgconfig CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .endif @@ -509,7 +505,6 @@ .if ${PHP_MODNAME} == "simplexml" CONFIGURE_ARGS+= --enable-simplexml -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -526,7 +521,6 @@ .if ${PHP_MODNAME} == "soap" CONFIGURE_ARGS+= --enable-soap -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -540,7 +534,7 @@ .endif .if ${PHP_MODNAME} == "sqlite3" -USES+= localbase pkgconfig sqlite +USES+= localbase sqlite CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .endif @@ -569,7 +563,6 @@ .if ${PHP_MODNAME} == "xml" CONFIGURE_ARGS+= --enable-xml -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -596,7 +589,6 @@ .if ${PHP_MODNAME} == "xmlwriter" CONFIGURE_ARGS+= --enable-xmlwriter -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -612,12 +604,10 @@ CONFIGURE_ARGS+= --with-zip \ --with-zlib-dir=/usr -USES+= pkgconfig .endif .if ${PHP_MODNAME} == "zlib" CONFIGURE_ARGS+= --with-zlib=/usr -USES+= pkgconfig .endif .include Index: lang/php82/Makefile =================================================================== --- lang/php82/Makefile +++ lang/php82/Makefile @@ -10,7 +10,7 @@ LICENSE= PHP301 -USES+= compiler:c11 cpe gnome pkgconfig tar:xz +USES+= compiler:c11 cpe gnome tar:xz CPE_PRODUCT= php PHP_VER= 82 @@ -212,7 +212,6 @@ LIB_DEPENDS+= libcurl.so:ftp/curl CONFIGURE_ARGS+= --with-curl=${LOCALBASE} -USES+= pkgconfig .endif .if ${PHP_MODNAME} == "dba" @@ -251,14 +250,12 @@ .if ${PHP_MODNAME} == "dom" CONFIGURE_ARGS+= --enable-dom -USES+= pkgconfig USE_GNOME= libxml2 .endif .if ${PHP_MODNAME} == "enchant" LIB_DEPENDS+= libenchant.so:textproc/enchant CONFIGURE_ARGS+= --with-enchant=${LOCALBASE} -USES+= pkgconfig .endif .if ${PHP_MODNAME} == "exif" @@ -288,7 +285,7 @@ PHP_OPENSSL=yes LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl -USES+= pkgconfig ssl +USES+= ssl .endif .if ${PHP_MODNAME} == "gd" @@ -357,7 +354,6 @@ .if ${PHP_MODNAME} == "intl" LIB_DEPENDS= libicui18n.so:devel/icu -USES+= pkgconfig CPPFLAGS+= -DU_USING_ICU_NAMESPACE=1 .endif @@ -510,7 +506,6 @@ .if ${PHP_MODNAME} == "simplexml" CONFIGURE_ARGS+= --enable-simplexml -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -527,7 +522,6 @@ .if ${PHP_MODNAME} == "soap" CONFIGURE_ARGS+= --enable-soap -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -542,7 +536,7 @@ .endif .if ${PHP_MODNAME} == "sqlite3" -USES+= localbase pkgconfig sqlite +USES+= localbase sqlite CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .endif @@ -571,7 +565,6 @@ .if ${PHP_MODNAME} == "xml" CONFIGURE_ARGS+= --enable-xml -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -598,7 +591,6 @@ .if ${PHP_MODNAME} == "xmlwriter" CONFIGURE_ARGS+= --enable-xmlwriter -USES+= pkgconfig USE_GNOME= libxml2 .endif @@ -614,12 +606,10 @@ CONFIGURE_ARGS+= --with-zip \ --with-zlib-dir=/usr -USES+= pkgconfig .endif .if ${PHP_MODNAME} == "zlib" CONFIGURE_ARGS+= --with-zlib=/usr -USES+= pkgconfig .endif .include Index: lang/pocl/Makefile =================================================================== --- lang/pocl/Makefile +++ lang/pocl/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc2 libOpenCL.so:devel/ocl-icd RUN_DEPENDS= ${BUILD_DEPENDS} -USES= cmake localbase:ldflags ncurses pkgconfig +USES= cmake localbase:ldflags ncurses USE_GITHUB= yes USE_LDCONFIG= yes Index: lang/polyml/Makefile =================================================================== --- lang/polyml/Makefile +++ lang/polyml/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libffi.so:devel/libffi -USES= libtool localbase pathfix pkgconfig +USES= libtool localbase pathfix USE_GITHUB= yes USE_LDCONFIG= yes Index: lang/py-lupa/Makefile =================================================================== --- lang/py-lupa/Makefile +++ lang/py-lupa/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= lua pkgconfig python:3.6+ +USES= lua python:3.6+ USE_PYTHON= autoplist concurrent distutils MAKE_ARGS= --no-bundle Index: lang/python27/Makefile =================================================================== --- lang/python27/Makefile +++ lang/python27/Makefile @@ -15,7 +15,7 @@ DEPRECATED= EOLed upstream EXPIRATION_DATE= 2020-12-31 -USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz +USES= cpe ncurses pathfix readline shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: lang/python310/Makefile =================================================================== --- lang/python310/Makefile +++ lang/python310/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libffi.so:devel/libffi -USES= compiler:c11 cpe ncurses pathfix pkgconfig readline \ +USES= compiler:c11 cpe ncurses pathfix readline \ shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes Index: lang/python311/Makefile =================================================================== --- lang/python311/Makefile +++ lang/python311/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libffi.so:devel/libffi -USES= compiler:c11 cpe ncurses pathfix pkgconfig readline \ +USES= compiler:c11 cpe ncurses pathfix readline \ shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes Index: lang/python37/Makefile =================================================================== --- lang/python37/Makefile +++ lang/python37/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libmpdec.so:math/mpdecimal -USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz +USES= cpe ncurses pathfix readline shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: lang/python38/Makefile =================================================================== --- lang/python38/Makefile +++ lang/python38/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libffi.so:devel/libffi -USES= cpe ncurses pathfix pkgconfig readline shebangfix ssl tar:xz +USES= cpe ncurses pathfix readline shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: lang/python39/Makefile =================================================================== --- lang/python39/Makefile +++ lang/python39/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libffi.so:devel/libffi -USES= compiler:c11 cpe ncurses pathfix pkgconfig readline \ +USES= compiler:c11 cpe ncurses pathfix readline \ shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes Index: lang/quilc/Makefile =================================================================== --- lang/quilc/Makefile +++ lang/quilc/Makefile @@ -20,7 +20,7 @@ libffi.so:devel/libffi \ liblapack.so:math/lapack -USES= fortran gmake localbase pkgconfig +USES= fortran gmake localbase USE_GITHUB= yes GH_ACCOUNT= quil-lang Index: lang/rust/Makefile =================================================================== --- lang/rust/Makefile +++ lang/rust/Makefile @@ -29,7 +29,7 @@ BUILD_DEPENDS= cmake:devel/cmake LIB_DEPENDS= libcurl.so:ftp/curl -USES= cpe ninja:build pkgconfig python:3.7+,build shebangfix ssl tar:xz +USES= cpe ninja:build python:3.7+,build shebangfix ssl tar:xz CPE_VENDOR= rust-lang Index: lang/sagittarius-scheme/Makefile =================================================================== --- lang/sagittarius-scheme/Makefile +++ lang/sagittarius-scheme/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libgc-threaded.so:devel/boehm-gc-threaded -USES= cmake pkgconfig ssl +USES= cmake ssl USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes Index: lang/smalltalk/Makefile =================================================================== --- lang/smalltalk/Makefile +++ lang/smalltalk/Makefile @@ -20,7 +20,7 @@ libcairo.so:graphics/cairo \ libexpat.so:textproc/expat2 -USES= gl gmake gnome iconv libtool makeinfo pathfix pkgconfig \ +USES= gl gmake gnome iconv libtool makeinfo pathfix \ readline shebangfix sqlite tar:xz xorg USE_GL= gl glu glut USE_GNOME= pango Index: lang/spidermonkey78/Makefile =================================================================== --- lang/spidermonkey78/Makefile +++ lang/spidermonkey78/Makefile @@ -20,7 +20,7 @@ libicudata.so:devel/icu \ libnspr4.so:devel/nspr -USES= compiler:c++17-lang gmake localbase pathfix pkgconfig python:build \ +USES= compiler:c++17-lang gmake localbase pathfix python:build \ readline tar:xz USE_LDCONFIG= yes SP_VER= 78 Index: lang/spidermonkey91/Makefile =================================================================== --- lang/spidermonkey91/Makefile +++ lang/spidermonkey91/Makefile @@ -20,7 +20,7 @@ libicudata.so:devel/icu \ libnspr4.so:devel/nspr -USES= compiler:c++17-lang gmake localbase pathfix pkgconfig \ +USES= compiler:c++17-lang gmake localbase pathfix \ python:build readline tar:xz USE_LDCONFIG= yes SP_VER= 91 Index: lang/squeak/Makefile =================================================================== --- lang/squeak/Makefile +++ lang/squeak/Makefile @@ -30,7 +30,7 @@ libpulse-simple.so:audio/pulseaudio \ libv4l2.so:multimedia/libv4l -USES= gl gnome iconv pkgconfig xorg +USES= gl gnome iconv xorg USE_GL= gl USE_GNOME= cairo pango USE_XORG= ice sm x11 xext xrender Index: lang/swi-pl/Makefile =================================================================== --- lang/swi-pl/Makefile +++ lang/swi-pl/Makefile @@ -18,7 +18,7 @@ libossp-uuid.so:misc/ossp-uuid \ libyaml.so:textproc/libyaml -USES= cmake compiler:c11 libarchive libedit pathfix pkgconfig \ +USES= cmake compiler:c11 libarchive libedit pathfix \ readline shebangfix ssl xorg USE_XORG= ice sm x11 xext xft xinerama xpm xt Index: lang/tauthon/Makefile =================================================================== --- lang/tauthon/Makefile +++ lang/tauthon/Makefile @@ -17,7 +17,7 @@ DEPRECATED= Uses Python 2.7 codebase -USES= pathfix shebangfix autoreconf ncurses pkgconfig readline ssl tar:xz +USES= pathfix shebangfix autoreconf ncurses readline ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_GITHUB= yes Index: lang/v8-beta/Makefile =================================================================== --- lang/v8-beta/Makefile +++ lang/v8-beta/Makefile @@ -29,7 +29,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} LIB_DEPENDS= libicudata.so:devel/icu -USES= compiler:c++17-lang cpe gnome ninja pkgconfig python:3.5+,build tar:xz +USES= compiler:c++17-lang cpe gnome ninja python:3.5+,build tar:xz USE_GNOME= glib20 BINARY_ALIAS= python3=${PYTHON_CMD} Index: lang/v8/Makefile =================================================================== --- lang/v8/Makefile +++ lang/v8/Makefile @@ -28,7 +28,7 @@ ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} LIB_DEPENDS= libicudata.so:devel/icu -USES= compiler:c++17-lang cpe gnome ninja pkgconfig python:3.5+,build tar:xz +USES= compiler:c++17-lang cpe gnome ninja python:3.5+,build tar:xz USE_GNOME= glib20 BINARY_ALIAS= python3=${PYTHON_CMD} Index: lang/vala/Makefile =================================================================== --- lang/vala/Makefile +++ lang/vala/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= limitw:1,even USES= bison cpe gettext-runtime gmake gnome libtool \ - localbase pathfix pkgconfig tar:xz\ + localbase pathfix tar:xz\ vala:no_depend USE_GNOME= glib20 gnomeprefix libxslt:build CPE_VENDOR= gnome Index: mail/anubis/Makefile =================================================================== --- mail/anubis/Makefile +++ mail/anubis/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf charsetfix cpe localbase makeinfo \ - pkgconfig shebangfix + shebangfix CHARSETFIX_MAKEFILEIN= gnulib.mk CPE_VENDOR= gnu SHEBANG_FILES= contrib/msg2smtp.pl Index: mail/astroid/Makefile =================================================================== --- mail/astroid/Makefile +++ mail/astroid/Makefile @@ -25,8 +25,7 @@ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= notmuch:mail/notmuch -USES= cmake compiler:c++14-lang desktop-file-utils gettext-runtime gnome \ - pkgconfig +USES= cmake compiler:c++14-lang desktop-file-utils gettext-runtime gnome USE_GITHUB= yes GH_ACCOUNT= astroidmail USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 \ Index: mail/balsa/Makefile =================================================================== --- mail/balsa/Makefile +++ mail/balsa/Makefile @@ -19,7 +19,7 @@ # Depends on gtkhtml4 (which is being abandonend). When our webkitgtk3 # in ports gets updated to > 1.10.x, balsa should depend on it. USES= cpe desktop-file-utils gettext gmake gnome iconv pathfix perl5 \ - pkgconfig ssl tar:bzip2 + ssl tar:bzip2 USE_GNOME= gnomeprefix gtkhtml4 intlhack libxslt CPE_VENDOR= gnome GNU_CONFIGURE= yes Index: mail/bbmail/Makefile =================================================================== --- mail/bbmail/Makefile +++ mail/bbmail/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox -USES= pkgconfig xorg +USES= xorg USE_XORG= xext GNU_CONFIGURE= yes Index: mail/claws-mail/Makefile =================================================================== --- mail/claws-mail/Makefile +++ mail/claws-mail/Makefile @@ -20,7 +20,7 @@ mime-support>0:misc/mime-support USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gettext \ - gettext-tools gnome pathfix pkgconfig python:3.5+ shebangfix \ + gettext-tools gnome pathfix python:3.5+ shebangfix \ ssl xorg USE_GNOME= cairo gtk20 librsvg2 USE_XORG= ice sm Index: mail/cone/Makefile =================================================================== --- mail/cone/Makefile +++ mail/cone/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= gpgv:security/gnupg1 USES= compiler:c++11-lang fam gettext gmake gnome iconv \ - localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \ + localbase:ldflags ncurses perl5 shebangfix ssl \ tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} \ Index: mail/courier-imap/Makefile =================================================================== --- mail/courier-imap/Makefile +++ mail/courier-imap/Makefile @@ -16,7 +16,7 @@ libidn.so:dns/libidn \ libpcre2-8.so:devel/pcre2 -USES= compiler:c++11-lang gmake localbase:ldflags perl5 pkgconfig ssl \ +USES= compiler:c++11-lang gmake localbase:ldflags perl5 ssl \ tar:bzip2 USE_RC_SUBR= courier-imap-imapd courier-imap-imapd-ssl \ courier-imap-pop3d courier-imap-pop3d-ssl @@ -67,7 +67,6 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS_USES= pkgconfig INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify Index: mail/courier/Makefile =================================================================== --- mail/courier/Makefile +++ mail/courier/Makefile @@ -60,7 +60,7 @@ MIMETYPES= ${LOCALBASE}/etc/mime.types WITH_TRANSPORT= local esmtp dsn -USES= fam gettext gmake libtool perl5 pkgconfig tar:bzip2 ssl +USES= fam gettext gmake libtool perl5 tar:bzip2 ssl USE_SUBMAKE= yes USE_RC_SUBR= courier Index: mail/cyrus-imapd25/Makefile =================================================================== --- mail/cyrus-imapd25/Makefile +++ mail/cyrus-imapd25/Makefile @@ -57,7 +57,7 @@ HTTP_CONFIGURE_ENABLE= http HTTP_LIB_DEPENDS= libjansson.so:devel/jansson \ libical.so:devel/libical -HTTP_USES= gnome pkgconfig +HTTP_USES= gnome HTTP_USE= GNOME=libxml2 IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled Index: mail/cyrus-imapd30/Makefile =================================================================== --- mail/cyrus-imapd30/Makefile +++ mail/cyrus-imapd30/Makefile @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= cyrus-imapd2? cyrus-imapd3? cyrus-imapd3?-http -USES= compiler:c11 cpe gmake libtool perl5 pkgconfig ssl +USES= compiler:c11 cpe gmake libtool perl5 ssl USE_RC_SUBR= imapd GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus Index: mail/cyrus-imapd32/Makefile =================================================================== --- mail/cyrus-imapd32/Makefile +++ mail/cyrus-imapd32/Makefile @@ -21,7 +21,7 @@ CONFLICTS_INSTALL= cyrus-imapd2? cyrus-imapd3[013-] cyrus-imapd3[013-]-http -USES= compiler:c11 cpe gmake libtool perl5 pkgconfig ssl +USES= compiler:c11 cpe gmake libtool perl5 ssl USE_RC_SUBR= imapd GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus Index: mail/cyrus-imapd34/Makefile =================================================================== --- mail/cyrus-imapd34/Makefile +++ mail/cyrus-imapd34/Makefile @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= cyrus-imapd2? cyrus-imapd3[0-35-] cyrus-imapd3[0-35-]-http -USES= compiler:c11 cpe gmake libtool perl5 pkgconfig ssl +USES= compiler:c11 cpe gmake libtool perl5 ssl USE_RC_SUBR= imapd GNU_CONFIGURE= yes CYRUS_PREFIX= ${PREFIX}/cyrus Index: mail/dbmail/Makefile =================================================================== --- mail/dbmail/Makefile +++ mail/dbmail/Makefile @@ -18,7 +18,7 @@ libmhash.so:security/mhash \ libzdb.so:databases/libzdb -USES= autoreconf gmake gnome libtool localbase pkgconfig shebangfix \ +USES= autoreconf gmake gnome libtool localbase shebangfix \ ssl USE_GITHUB= yes USE_GNOME= glib20 Index: mail/deforaos-mailer/Makefile =================================================================== --- mail/deforaos-mailer/Makefile +++ mail/deforaos-mailer/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem \ libDesktop.so:x11/deforaos-libdesktop -USES= desktop-file-utils gnome pkgconfig ssl +USES= desktop-file-utils gnome ssl USE_GNOME= gtk20 USE_LDCONFIG= yes Index: mail/dovecot-coi/Makefile =================================================================== --- mail/dovecot-coi/Makefile +++ mail/dovecot-coi/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= dovecot>=2.3.8:mail/dovecot RUN_DEPENDS= dovecot>=2.3.8:mail/dovecot -USES= autoreconf compiler:c++11-lang libtool pkgconfig +USES= autoreconf compiler:c++11-lang libtool DOVECOTVERSION= 2.3 Index: mail/dovecot-fts-flatcurve/Makefile =================================================================== --- mail/dovecot-fts-flatcurve/Makefile +++ mail/dovecot-fts-flatcurve/Makefile @@ -14,7 +14,7 @@ libxapian.so:databases/xapian-core RUN_DEPENDS= dovecot>=2.3.10:mail/dovecot -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= slusarz GH_PROJECT= dovecot-fts-flatcurve Index: mail/dovecot-fts-xapian/Makefile =================================================================== --- mail/dovecot-fts-xapian/Makefile +++ mail/dovecot-fts-xapian/Makefile @@ -17,7 +17,7 @@ libxapian.so:databases/xapian-core RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot -USES= autoreconf compiler:c++11-lang libtool pkgconfig sqlite +USES= autoreconf compiler:c++11-lang libtool sqlite GNU_CONFIGURE= yes Index: mail/dovecot/Makefile =================================================================== --- mail/dovecot/Makefile +++ mail/dovecot/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd -USES= cpe iconv libtool pkgconfig ssl +USES= cpe iconv libtool ssl USE_RC_SUBR= dovecot GNU_CONFIGURE= yes Index: mail/emailrelay/Makefile =================================================================== --- mail/emailrelay/Makefile +++ mail/emailrelay/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf pkgconfig +USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ENV= e_spooldir=${PREFIX}/var/spool/emailrelay CONFIGURE_ARGS= --without-pam Index: mail/evolution-ews/Makefile =================================================================== --- mail/evolution-ews/Makefile +++ mail/evolution-ews/Makefile @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cmake gettext gnome localbase pathfix \ - pkgconfig sqlite tar:xz + sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 evolutiondataserver3 intltool .include Index: mail/evolution/Makefile =================================================================== --- mail/evolution/Makefile +++ mail/evolution/Makefile @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even USES= cmake compiler:c11 cpe desktop-file-utils gettext gnome \ - iconv:wchar_t libarchive localbase pathfix pkgconfig sqlite \ + iconv:wchar_t libarchive localbase pathfix sqlite \ tar:xz xorg USE_GNOME= cairo evolutiondataserver3 glib20 gnomedesktop3 intltool GNU_CONFIGURE= yes Index: mail/exim/Makefile =================================================================== --- mail/exim/Makefile +++ mail/exim/Makefile @@ -55,13 +55,13 @@ MYSQL_USES= mysql OPENLDAP_USE= openldap=yes PGSQL_LIB_DEPENDS= libicudata.so:devel/icu -PGSQL_USES= pgsql pkgconfig +PGSQL_USES= pgsql REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd SA_EXIM_RUN_DEPENDS= ${LOCALBASE}/bin/spamc:mail/spamassassin SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 SQLITE_LIB_DEPENDS= libicudata.so:devel/icu -SQLITE_USES= pkgconfig sqlite +SQLITE_USES= sqlite DEBIAN_PATCHES_PREFIX= ${FILESDIR}/debian/75 EXTRA_PATCHES= \ Index: mail/geary/Makefile =================================================================== --- mail/geary/Makefile +++ mail/geary/Makefile @@ -37,7 +37,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libytnef.so:converters/ytnef -USES= compiler:c11 cpe desktop-file-utils gettext gnome meson pkgconfig \ +USES= compiler:c11 cpe desktop-file-utils gettext gnome meson \ python:3.5+,build shebangfix sqlite tar:xz vala:build CPE_VENDOR= gnome USE_GNOME= cairo gsound gtk30 libxml2 Index: mail/gmime26/Makefile =================================================================== --- mail/gmime26/Makefile +++ mail/gmime26/Makefile @@ -14,7 +14,7 @@ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error -USES= gettext-runtime gmake gnome iconv libtool localbase pathfix pkgconfig tar:xz +USES= gettext-runtime gmake gnome iconv libtool localbase pathfix tar:xz SLAVEDIRS= mail/gmime26-sharp Index: mail/gmime30/Makefile =================================================================== --- mail/gmime30/Makefile +++ mail/gmime30/Makefile @@ -16,7 +16,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}30 USES= gettext-runtime gmake gnome iconv libtool localbase pathfix \ - pkgconfig tar:xz + tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: mail/gnubiff/Makefile =================================================================== --- mail/gnubiff/Makefile +++ mail/gnubiff/Makefile @@ -11,7 +11,7 @@ OPTIONS_DEFINE= NLS -USES= compiler:c++11-lang cpe fam gmake gnome pathfix pkgconfig +USES= compiler:c++11-lang cpe fam gmake gnome pathfix USE_GNOME= intlhack libglade2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: mail/libcmime/Makefile =================================================================== --- mail/libcmime/Makefile +++ mail/libcmime/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison cmake:insource,noninja pkgconfig +USES= bison cmake:insource,noninja USE_LDCONFIG= yes CMAKE_ARGS= --no-warn-unused-cli Index: mail/libetpan/Makefile =================================================================== --- mail/libetpan/Makefile +++ mail/libetpan/Makefile @@ -12,7 +12,7 @@ libexpat.so:textproc/expat2 \ libsasl2.so:security/cyrus-sasl2 -USES= autoreconf compiler:c++11-lang cpe gmake iconv libtool localbase pkgconfig +USES= autoreconf compiler:c++11-lang cpe gmake iconv libtool localbase GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: mail/libpst/Makefile =================================================================== --- mail/libpst/Makefile +++ mail/libpst/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgsf-1.so:devel/libgsf -USES= gmake iconv libtool pathfix pkgconfig +USES= gmake iconv libtool pathfix CONFIGURE_ARGS= --disable-python --enable-libpst-shared GNU_CONFIGURE= yes Index: mail/libvmime/Makefile =================================================================== --- mail/libvmime/Makefile +++ mail/libvmime/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libgsasl.so:security/libgsasl -USES= cmake:noninja compiler:c++11-lib pkgconfig +USES= cmake:noninja compiler:c++11-lib CMAKE_ARGS= -DLIB_SUFFIX="" CMAKE_OFF= VMIME_BUILD_SAMPLES VMIME_SHARED_PTR_USE_BOOST Index: mail/maildrop/Makefile =================================================================== --- mail/maildrop/Makefile +++ mail/maildrop/Makefile @@ -27,7 +27,7 @@ libidn.so:dns/libidn \ libpcre2-8.so:devel/pcre2 -USES= compiler:c++11-lang cpe iconv localbase:ldflags perl5 pkgconfig \ +USES= compiler:c++11-lang cpe iconv localbase:ldflags perl5 \ tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes Index: mail/mailfromd/Makefile =================================================================== --- mail/mailfromd/Makefile +++ mail/mailfromd/Makefile @@ -46,7 +46,6 @@ DSPAM_DESC= DSPAM spam filter library support DSPAM_LIB_DEPENDS= libdspam.so:mail/dspam -DSPAM_USES= pkgconfig DSPAM_CONFIGURE_WITH= dspam NLS_USES= gettext Index: mail/mailutils/Makefile =================================================================== --- mail/mailutils/Makefile +++ mail/mailutils/Makefile @@ -50,7 +50,7 @@ GSSAPI_CONFIGURE_WITH= gssapi GUILE_LIB_DEPENDS= libguile-2.2.so:lang/guile2 libgmp.so:math/gmp -GUILE_USES= makeinfo pkgconfig +GUILE_USES= makeinfo GUILE_CONFIGURE_WITH= guile MH_CONFIGURE_ENV= ac_cv_prog_EMACS=no Index: mail/masqmail/Makefile =================================================================== --- mail/masqmail/Makefile +++ mail/masqmail/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 USE_GNOME= glib20 -USES= cpe gnome pkgconfig +USES= cpe gnome USE_RC_SUBR= masqmail GNU_CONFIGURE= yes CFLAGS+= -Wno-trigraphs Index: mail/milter-manager/Makefile =================================================================== --- mail/milter-manager/Makefile +++ mail/milter-manager/Makefile @@ -15,8 +15,7 @@ RUN_DEPENDS= rubygem-gio2>0:devel/rubygem-gio2 \ rubygem-rexml>0:textproc/rubygem-rexml -USES= compiler:c++11-lang gettext gmake gnome libtool pathfix \ - pkgconfig +USES= compiler:c++11-lang gettext gmake gnome libtool pathfix USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_RC_SUBR= milter-manager Index: mail/mlmmj-archiver/Makefile =================================================================== --- mail/mlmmj-archiver/Makefile +++ mail/mlmmj-archiver/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:www/clearsilver -USES= sqlite:3 uidfix pkgconfig +USES= sqlite:3 uidfix MAKE_ARGS= MAN= LOCALBASE=${LOCALBASE} Index: mail/mlmmj-webview/Makefile =================================================================== --- mail/mlmmj-webview/Makefile +++ mail/mlmmj-webview/Makefile @@ -10,7 +10,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libkcgi.a:www/kcgi -USES= pkgconfig WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes Index: mail/mpop/Makefile =================================================================== --- mail/mpop/Makefile +++ mail/mpop/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ -USES= cpe gettext gmake makeinfo pkgconfig tar:xz +USES= cpe gettext gmake makeinfo tar:xz CPE_VENDOR= martin_lambers GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tls=no Index: mail/msmtp/Makefile =================================================================== --- mail/msmtp/Makefile +++ mail/msmtp/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= autoreconf cpe gmake makeinfo pkgconfig tar:xz +USES= autoreconf cpe gmake makeinfo tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO= msmtp Index: mail/mu/Makefile =================================================================== --- mail/mu/Makefile +++ mail/mu/Makefile @@ -14,7 +14,7 @@ libjson-glib-1.0.so:devel/json-glib USES= autoreconf compiler:c++14-lang gettext-runtime gmake gnome \ - libtool makeinfo pkgconfig + libtool makeinfo USE_GITHUB= yes GH_ACCOUNT= djcb USE_GNOME= glib20 Index: mail/mu4e/Makefile =================================================================== --- mail/mu4e/Makefile +++ mail/mu4e/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= mu:mail/mu -USES= autoreconf emacs makeinfo pkgconfig +USES= autoreconf emacs makeinfo USE_GITHUB= yes GH_PROJECT= mu GH_ACCOUNT= djcb Index: mail/notmuch/Makefile =================================================================== --- mail/notmuch/Makefile +++ mail/notmuch/Makefile @@ -26,7 +26,7 @@ gsha256sum:sysutils/coreutils \ gwc:sysutils/coreutils -USES= compiler:c++11-lang gmake gnome pkgconfig \ +USES= compiler:c++11-lang gmake gnome \ python:3.5+,build,test USE_GNOME= glib20 USE_LDCONFIG= yes Index: mail/openarc/Makefile =================================================================== --- mail/openarc/Makefile +++ mail/openarc/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive LIB_DEPENDS= libjansson.so:devel/jansson -USES= autoreconf gmake libtool pkgconfig ssl +USES= autoreconf gmake libtool ssl USE_LDCONFIG= yes USE_GITHUB= yes Index: mail/opendkim/Makefile =================================================================== --- mail/opendkim/Makefile +++ mail/opendkim/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes NO_OPTIONS_SORT=yes -USES= autoreconf cpe libtool perl5 pkgconfig shebangfix ssl +USES= autoreconf cpe libtool perl5 shebangfix ssl USE_PERL5= run SHEBANG_FILES= opendkim/opendkim-genkey* reputation/opendkim-* stats/opendkim-* \ reprrd/opendkim-reprrdimport* Index: mail/opensmtpd-extras-table-redis/Makefile =================================================================== --- mail/opensmtpd-extras-table-redis/Makefile +++ mail/opensmtpd-extras-table-redis/Makefile @@ -12,8 +12,6 @@ CONFIGURE_ENV= REDIS_CONFIG=${LOCALBASE}/bin/pkgconf CFLAGS+= -I${LOCALBASE}/include/hiredis -USES= pkgconfig - MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Index: mail/opensmtpd-extras-table-sqlite/Makefile =================================================================== --- mail/opensmtpd-extras-table-sqlite/Makefile +++ mail/opensmtpd-extras-table-sqlite/Makefile @@ -8,7 +8,7 @@ CONFIGURE_ARGS+= --with-table-sqlite -USES= sqlite pkgconfig +USES= sqlite MASTERDIR= ${.CURDIR}/../opensmtpd-extras SLAVE_PORT= yes Index: mail/perdition/Makefile =================================================================== --- mail/perdition/Makefile +++ mail/perdition/Makefile @@ -12,7 +12,7 @@ libvanessa_socket.so:devel/libvanessa_socket \ libvanessa_adt.so:devel/libvanessa_adt -USES= cpe gettext libtool pkgconfig shebangfix +USES= cpe gettext libtool shebangfix SHEBANG_FILES= ${WRKSRC}/perdition/db/ldap/perditiondb_ldap_makedb \ ${WRKSRC}/perdition/db/mysql/perditiondb_mysql_makedb \ ${WRKSRC}/perdition/db/odbc/perditiondb_odbc_makedb \ Index: mail/postsrsd/Makefile =================================================================== --- mail/postsrsd/Makefile +++ mail/postsrsd/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= help2man:misc/help2man -USES= cmake cpe pkgconfig +USES= cmake cpe CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes Index: mail/py-notmuch2/Makefile =================================================================== --- mail/py-notmuch2/Makefile +++ mail/py-notmuch2/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libnotmuch.so:mail/notmuch -USES= python:3.5+ pkgconfig uniquefiles:dirs +USES= python:3.5+ uniquefiles:dirs USE_PYTHON= autoplist distutils HAS_CONFIGURE= yes Index: mail/rmilter/Makefile =================================================================== --- mail/rmilter/Makefile +++ mail/rmilter/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= vstakhov -USES= compiler:c11 cmake pkgconfig bison ssl gnome +USES= compiler:c11 cmake bison ssl gnome USE_GNOME= glib20 USERS= _rmilter Index: mail/rspamd-devel/Makefile =================================================================== --- mail/rspamd-devel/Makefile +++ mail/rspamd-devel/Makefile @@ -16,7 +16,7 @@ libsodium.so:security/libsodium RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss -USES= cmake compiler:c++17-lang cpe gnome perl5 pkgconfig sqlite ssl +USES= cmake compiler:c++17-lang cpe gnome perl5 sqlite ssl CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_TAGNAME= 466de60 Index: mail/rspamd/Makefile =================================================================== --- mail/rspamd/Makefile +++ mail/rspamd/Makefile @@ -15,7 +15,7 @@ libsodium.so:security/libsodium RUN_DEPENDS= ca_root_nss>=3.*:security/ca_root_nss -USES= cmake compiler:c++17-lang cpe gnome perl5 pkgconfig sqlite ssl +USES= cmake compiler:c++17-lang cpe gnome perl5 sqlite ssl CPE_VENDOR= rspamd_project USE_GITHUB= yes USE_GNOME= glib20 Index: mail/spmfilter-clamav/Makefile =================================================================== --- mail/spmfilter-clamav/Makefile +++ mail/spmfilter-clamav/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= spmfilter>=0.6:mail/spmfilter RUN_DEPENDS= spmfilter>=0.6:mail/spmfilter -USES= cmake:noninja pkgconfig +USES= cmake:noninja CMAKE_ARGS+= --no-warn-unused-cli \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" Index: mail/spmfilter/Makefile =================================================================== --- mail/spmfilter/Makefile +++ mail/spmfilter/Makefile @@ -18,7 +18,7 @@ SMFGROUP?= mail SMFDIR?= /var/spool/spmfilter -USES= cmake:noninja pkgconfig +USES= cmake:noninja CMAKE_ARGS+= --no-warn-unused-cli \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_LIBRARY_PATH="${LOCALBASE}/lib" Index: mail/sylpheed/Makefile =================================================================== --- mail/sylpheed/Makefile +++ mail/sylpheed/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= cpe desktop-file-utils gettext gmake gnome iconv libtool pkgconfig \ +USES= cpe desktop-file-utils gettext gmake gnome iconv libtool \ tar:bzip2 USE_GNOME= gtk20 cairo gdkpixbuf2 USE_LDCONFIG= yes Index: mail/wmbiff/Makefile =================================================================== --- mail/wmbiff/Makefile +++ mail/wmbiff/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xext xpm GNU_CONFIGURE= yes Index: mail/wmmaiload/Makefile =================================================================== --- mail/wmmaiload/Makefile +++ mail/wmmaiload/Makefile @@ -12,7 +12,7 @@ BROKEN_FreeBSD_13= ld: error: duplicate symbol: application BROKEN_FreeBSD_14= ld: error: duplicate symbol: application -USES= gmake gnome localbase:ldflags pkgconfig ssl tar:bzip2 xorg +USES= gmake gnome localbase:ldflags ssl tar:bzip2 xorg USE_XORG= xpm USE_GNOME= gtk20 HAS_CONFIGURE= yes Index: mail/xfce4-mailwatch-plugin/Makefile =================================================================== --- mail/xfce4-mailwatch-plugin/Makefile +++ mail/xfce4-mailwatch-plugin/Makefile @@ -16,7 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel Index: math/GiNaC/Makefile =================================================================== --- math/GiNaC/Makefile +++ math/GiNaC/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcln.so:math/cln USES= compiler:c++11-lib gmake libtool makeinfo ncurses pathfix \ - pkgconfig python:build readline tar:bzip2 + python:build readline tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: math/Imath/Makefile =================================================================== --- math/Imath/Makefile +++ math/Imath/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE -USES= cmake compiler:c++14-lang pkgconfig +USES= cmake compiler:c++14-lang USE_GITHUB= yes GH_TUPLE= AcademySoftwareFoundation:Imath:v${PORTVERSION} Index: math/R-cran-nloptr/Makefile =================================================================== --- math/R-cran-nloptr/Makefile +++ math/R-cran-nloptr/Makefile @@ -11,6 +11,6 @@ LIB_DEPENDS= libnlopt.so:math/nlopt RUN_DEPENDS= R-cran-testthat>=3.0.0:devel/R-cran-testthat -USES= cran:auto-plist,compiles pkgconfig +USES= cran:auto-plist,compiles .include Index: math/R-cran-sf/Makefile =================================================================== --- math/R-cran-sf/Makefile +++ math/R-cran-sf/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig +USES= compiler:c++11-lang cran:auto-plist,compiles CONFIGURE_ARGS+= "--with-proj-api=yes" Index: math/R/Makefile =================================================================== --- math/R/Makefile +++ math/R/Makefile @@ -75,7 +75,7 @@ ATLAS_CONFIGURE_ON= --disable-BLAS-shlib CAIROPANGO_IMPLIES= X11 CAIROPANGO_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -CAIROPANGO_USES= gettext gnome jpeg pkgconfig +CAIROPANGO_USES= gettext gnome jpeg CAIROPANGO_USE= GNOME=cairo,pango CAIROPANGO_CONFIGURE_WITH= cairo FLANG_PREVENTS= ATLAS NETLIB OPENBLAS @@ -89,7 +89,7 @@ INFO_INFO= R-admin R-data R-exts R-FAQ R-intro R-ints \ R-lang JPEG_IMPLIES= X11 -JPEG_USES= jpeg pkgconfig +JPEG_USES= jpeg JPEG_CONFIGURE_WITH= jpeglib JPEG_CONFIGURE_ENV= r_cv_header_jpeglib_h=yes LDOUBLE_CONFIGURE_ENABLE= long-double Index: math/SCIP/Makefile =================================================================== --- math/SCIP/Makefile +++ math/SCIP/Makefile @@ -30,7 +30,7 @@ OPTIONS_DEFAULT= IPOPT IPOPT_DESC= Non-linear optimization support via Ipopt -IPOPT_USES= fortran pkgconfig +IPOPT_USES= fortran IPOPT_CMAKE_BOOL= IPOPT IPOPT_LIB_DEPENDS= libblas.so:math/blas \ libipopt.so:math/ipopt \ Index: math/alberta/Makefile =================================================================== --- math/alberta/Makefile +++ math/alberta/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl RUN_DEPENDS= opendx>0:graphics/opendx # binaries aren't linked with it, not sure if it is really used -USES= autoreconf fortran gl gmake libtool localbase:ldflags motif pkgconfig xorg +USES= autoreconf fortran gl gmake libtool localbase:ldflags motif xorg USE_GL= gl USE_XORG= xt USE_LDCONFIG= yes Index: math/alps/Makefile =================================================================== --- math/alps/Makefile +++ math/alps/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libCoinUtils.so:math/coinutils \ libopenblas.so:math/openblas -USES= blaslapack gmake libtool pkgconfig +USES= blaslapack gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/armadillo/Makefile =================================================================== --- math/armadillo/Makefile +++ math/armadillo/Makefile @@ -17,7 +17,7 @@ libsuperlu.so:math/superlu \ libsz.so:science/libaec -USES= blaslapack:openblas cmake:testing compiler:c++11-lang pkgconfig tar:xz +USES= blaslapack:openblas cmake:testing compiler:c++11-lang tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/ Index: math/arpack-ng/Makefile =================================================================== --- math/arpack-ng/Makefile +++ math/arpack-ng/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libmpich.so:net/mpich # MPI is incremental: it adds the libparpack.so lib, it is a candidate for a sub-package -USES= autoreconf fortran libtool pkgconfig +USES= autoreconf fortran libtool USE_GITHUB= yes GH_ACCOUNT= opencollab GNU_CONFIGURE= yes Index: math/asl/Makefile =================================================================== --- math/asl/Makefile +++ math/asl/Makefile @@ -11,7 +11,7 @@ LICENSE= EPL -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/barvinok/Makefile =================================================================== --- math/barvinok/Makefile +++ math/barvinok/Makefile @@ -15,7 +15,7 @@ libntl.so:math/ntl \ libpolylibgmp.so:math/polylib -USES= compiler:c11 gmake libtool localbase:ldflags pkgconfig +USES= compiler:c11 gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --enable-shared --enable-shared-barvinok \ --with-gmp=system --with-polylib=system --with-isl=system Index: math/bcps/Makefile =================================================================== --- math/bcps/Makefile +++ math/bcps/Makefile @@ -14,7 +14,7 @@ libCoinUtils.so:math/coinutils \ libopenblas.so:math/openblas -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/bonmin/Makefile =================================================================== --- math/bonmin/Makefile +++ math/bonmin/Makefile @@ -19,7 +19,7 @@ libipopt.so:math/ipopt \ libopenblas.so:math/openblas -USES= blaslapack compiler:c++11-lang gmake libtool pkgconfig +USES= blaslapack compiler:c++11-lang gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/brial/Makefile =================================================================== --- math/brial/Makefile +++ math/brial/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= BRiAl -USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig +USES= autoreconf compiler:c++11-lang libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: math/cadabra2/Makefile =================================================================== --- math/cadabra2/Makefile +++ math/cadabra2/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} -USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags pkgconfig python:3.7+ sqlite # USES=python picks random python versions +USES= compiler:c++14-lang cmake:noninja dos2unix gettext-runtime gnome localbase:ldflags python:3.7+ sqlite # USES=python picks random python versions USE_GITHUB= yes GH_ACCOUNT= kpeeters DOS2UNIX_FILES= cmake/version.cmake Index: math/calcoo/Makefile =================================================================== --- math/calcoo/Makefile +++ math/calcoo/Makefile @@ -7,7 +7,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= RPN and algebraic scientific calculator -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 GNU_CONFIGURE= yes LIBS+= -lm Index: math/cantor/Makefile =================================================================== --- math/cantor/Makefile +++ math/cantor/Makefile @@ -16,7 +16,7 @@ docbook-xml>0:textproc/docbook-xml USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ - pkgconfig python:3.7+ qt:5 shared-mime-info tar:xz xorg + python:3.7+ qt:5 shared-mime-info tar:xz xorg USE_KDE= attica auth archive bookmarks codecs completion config \ configwidgets coreaddons crash emoticons i18n iconthemes \ itemmodels itemviews init jobwidgets kdelibs4support kio \ Index: math/casadi/Makefile =================================================================== --- math/casadi/Makefile +++ math/casadi/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes USE_LDCONFIG= yes Index: math/cbc/Makefile =================================================================== --- math/cbc/Makefile +++ math/cbc/Makefile @@ -22,7 +22,7 @@ libopenblas.so:math/openblas \ libOsi.so:math/osi -USES= compiler:c++11-lang fortran gmake libtool pkgconfig +USES= compiler:c++11-lang fortran gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/cgl-conic/Makefile =================================================================== --- math/cgl-conic/Makefile +++ math/cgl-conic/Makefile @@ -24,7 +24,7 @@ libOsiIpopt.so:math/osiipopt \ libOsi.so:math/osi -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/cgl/Makefile =================================================================== --- math/cgl/Makefile +++ math/cgl/Makefile @@ -18,7 +18,7 @@ libopenblas.so:math/openblas \ libOsi.so:math/osi -USES= compiler:c++11-lang gmake libtool pkgconfig +USES= compiler:c++11-lang gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/cln/Makefile =================================================================== --- math/cln/Makefile +++ math/cln/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-gmp=${LOCALBASE} INSTALL_TARGET= install-strip TEST_TARGET= check -USES= compiler:c11 gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c11 gmake libtool pathfix tar:bzip2 USE_LDCONFIG= yes INFO= cln Index: math/clp/Makefile =================================================================== --- math/clp/Makefile +++ math/clp/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \ coin-or-Data-Netlib>0:math/coin-or-data-netlib -USES= blaslapack compiler:c++11-lang fortran libtool pathfix pkgconfig tar:tgz +USES= blaslapack compiler:c++11-lang fortran libtool pathfix tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: math/coin-or-metis/Makefile =================================================================== --- math/coin-or-metis/Makefile +++ math/coin-or-metis/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libblas.so:math/blas -USES= fortran gmake libtool pkgconfig +USES= fortran gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/coin-or-mumps/Makefile =================================================================== --- math/coin-or-mumps/Makefile +++ math/coin-or-mumps/Makefile @@ -15,7 +15,7 @@ libcoinmetis.so:math/coin-or-metis \ liblapack.so:math/lapack -USES= fortran gmake libtool pkgconfig +USES= fortran gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/coinmp/Makefile =================================================================== --- math/coinmp/Makefile +++ math/coinmp/Makefile @@ -23,7 +23,7 @@ libopenblas.so:math/openblas \ libOsi.so:math/osi -USES= compiler:c++11-lang libtool pathfix pkgconfig +USES= compiler:c++11-lang libtool pathfix USE_LDCONFIG= yes USE_GITHUB= yes Index: math/coinutils/Makefile =================================================================== --- math/coinutils/Makefile +++ math/coinutils/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libopenblas.so:math/openblas RUN_DEPENDS= ${COIN_DEPENDS} -USES= fortran gmake libtool localbase:ldflags pkgconfig +USES= fortran gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-blas-lib="-lopenblas" --with-lapack-lib="-lopenblas" \ --with-sample-datadir="${LOCALBASE}/share/coin/Data/Sample" \ Index: math/costa/Makefile =================================================================== --- math/costa/Makefile +++ math/costa/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libopenblas.so:math/openblas \ libscalapack.so:math/scalapack -USES= cmake:testing pkgconfig +USES= cmake:testing USE_LDCONFIG= yes USE_GITHUB= yes Index: math/couenne/Makefile =================================================================== --- math/couenne/Makefile +++ math/couenne/Makefile @@ -22,7 +22,7 @@ libopenblas.so:math/openblas \ libOsi.so:math/osi -USES= blaslapack:netlib fortran gmake libtool pkgconfig +USES= blaslapack:netlib fortran gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/cvc4/Makefile =================================================================== --- math/cvc4/Makefile +++ math/cvc4/Makefile @@ -20,7 +20,7 @@ libboost_system.so:devel/boost-libs USES= cmake ncurses compiler:c++17-lang \ - pkgconfig python:3.5+,build shebangfix + python:3.5+,build shebangfix SHEBANG_FILES= src/base/mktagheaders \ src/base/mktags Index: math/disco/Makefile =================================================================== --- math/disco/Makefile +++ math/disco/Makefile @@ -30,7 +30,7 @@ libOsiConic.so:math/osi-conic \ libOsiIpopt.so:math/osiipopt -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/drgeo/Makefile =================================================================== --- math/drgeo/Makefile +++ math/drgeo/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libguile.so:lang/guile1 USES= compiler:c++11-lang gettext gmake gnome localbase:ldflags \ - pathfix pkgconfig + pathfix GNU_CONFIGURE= yes USE_GNOME= gnomeprefix intlhack libglade2 Index: math/dune-alugrid/Makefile =================================================================== --- math/dune-alugrid/Makefile +++ math/dune-alugrid/Makefile @@ -20,7 +20,7 @@ libopenblas.so:math/openblas \ libtbb.so:devel/onetbb -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-common/Makefile =================================================================== --- math/dune-common/Makefile +++ math/dune-common/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libopenblas.so:math/openblas \ libtbb.so:devel/onetbb -USES= cmake compiler:c++17-lang fortran pkgconfig python shebangfix +USES= cmake compiler:c++17-lang fortran python shebangfix SHEBANG_FILES= bin/dune-ctest bin/setup-dunepy.py bin/dunepackaging.py bin/rmgenerated.py cmake/scripts/extract_cmake_data.py USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-curvedgeometry/Makefile =================================================================== --- math/dune-curvedgeometry/Makefile +++ math/dune-curvedgeometry/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= dune-geometry>0:math/dune-geometry RUN_DEPENDS= dune-geometry>0:math/dune-geometry -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.mn.tu-dresden.de Index: math/dune-fem/Makefile =================================================================== --- math/dune-fem/Makefile +++ math/dune-fem/Makefile @@ -41,7 +41,7 @@ dune-spgrid>0:math/dune-spgrid \ ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi -USES= cmake compiler:c++17-lang eigen:3 fortran pkgconfig +USES= cmake compiler:c++17-lang eigen:3 fortran USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-foamgrid/Makefile =================================================================== --- math/dune-foamgrid/Makefile +++ math/dune-foamgrid/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${HPP_DEPENDS} RUN_DEPENDS= ${HPP_DEPENDS} -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-functions/Makefile =================================================================== --- math/dune-functions/Makefile +++ math/dune-functions/Makefile @@ -19,7 +19,7 @@ vc>0:devel/vc RUN_DEPENDS= ${DUNE_DEPENDS} -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-geometry/Makefile =================================================================== --- math/dune-geometry/Makefile +++ math/dune-geometry/Makefile @@ -16,7 +16,7 @@ libopenblas.so:math/openblas \ libtbb.so:devel/onetbb -USES= cmake compiler:c++17-lang fortran pkgconfig python +USES= cmake compiler:c++17-lang fortran python USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-grid-glue/Makefile =================================================================== --- math/dune-grid-glue/Makefile +++ math/dune-grid-glue/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= alberta-fem>0:math/alberta # binaries aren't linked with alberta, instead users' binaries are linked with it RUN_DEPENDS+= psurface>0:math/psurface -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-grid/Makefile =================================================================== --- math/dune-grid/Makefile +++ math/dune-grid/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= alberta-fem>0:math/alberta # binaries aren't linked with alberta, instead users' binaries are linked with it RUN_DEPENDS+= psurface>0:math/psurface -USES= cmake compiler:c++17-lang fortran pkgconfig python:build +USES= cmake compiler:c++17-lang fortran python:build USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-istl/Makefile =================================================================== --- math/dune-istl/Makefile +++ math/dune-istl/Makefile @@ -15,7 +15,7 @@ vc>0:devel/vc RUN_DEPENDS= ${HPP_DEPENDS} -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-localfunctions/Makefile =================================================================== --- math/dune-localfunctions/Makefile +++ math/dune-localfunctions/Makefile @@ -15,7 +15,7 @@ vc>0:devel/vc RUN_DEPENDS= ${DUNE_DEPENDS} -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-metagrid/Makefile =================================================================== --- math/dune-metagrid/Makefile +++ math/dune-metagrid/Makefile @@ -12,7 +12,7 @@ libdunecommon.so:math/dune-common \ libdunegrid.so:math/dune-grid -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-multidomaingrid/Makefile =================================================================== --- math/dune-multidomaingrid/Makefile +++ math/dune-multidomaingrid/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${HPP_DEPENDS} RUN_DEPENDS= ${HPP_DEPENDS} -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-pdelab/Makefile =================================================================== --- math/dune-pdelab/Makefile +++ math/dune-pdelab/Makefile @@ -42,7 +42,7 @@ suitesparse>0:math/suitesparse \ ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-polygongrid/Makefile =================================================================== --- math/dune-polygongrid/Makefile +++ math/dune-polygongrid/Makefile @@ -17,7 +17,7 @@ libtbb.so:devel/onetbb RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-spgrid/Makefile =================================================================== --- math/dune-spgrid/Makefile +++ math/dune-spgrid/Makefile @@ -18,7 +18,7 @@ vc>0:devel/vc RUN_DEPENDS= ${DUNE_DEPENDS} -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-typetree/Makefile =================================================================== --- math/dune-typetree/Makefile +++ math/dune-typetree/Makefile @@ -16,7 +16,7 @@ openmpi>0:net/openmpi \ vc>0:devel/vc -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes GL_SITE= https://gitlab.dune-project.org Index: math/dune-uggrid/Makefile =================================================================== --- math/dune-uggrid/Makefile +++ math/dune-uggrid/Makefile @@ -17,7 +17,7 @@ libtbb.so:devel/onetbb RUN_DEPENDS= openmpi>0:net/openmpi -USES= cmake compiler:c++17-lang fortran pkgconfig python +USES= cmake compiler:c++17-lang fortran python USE_GITLAB= yes USE_LDCONFIG= yes Index: math/dune-vtk/Makefile =================================================================== --- math/dune-vtk/Makefile +++ math/dune-vtk/Makefile @@ -40,7 +40,7 @@ suitesparse>0:math/suitesparse \ ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:net/openmpi -USES= cmake compiler:c++17-lang fortran pkgconfig +USES= cmake compiler:c++17-lang fortran USE_GITLAB= yes USE_LDCONFIG= yes Index: math/eigen3/Makefile =================================================================== --- math/eigen3/Makefile +++ math/eigen3/Makefile @@ -35,6 +35,6 @@ BLAS_DESC= Adds math dependencies BLAS_CMAKE_ON= -DBLAS_DIR:PATH="${LOCALBASE}" -BLAS_USES= blaslapack pkgconfig +BLAS_USES= blaslapack .include Index: math/elementary-calculator/Makefile =================================================================== --- math/elementary-calculator/Makefile +++ math/elementary-calculator/Makefile @@ -13,7 +13,7 @@ libgranite-7.so:x11-toolkits/granite7 \ libhandy-1.so:x11-toolkits/libhandy -USES= gettext gnome meson pkgconfig python:3.6+,build vala:build +USES= gettext gnome meson python:3.6+,build vala:build USE_GITHUB= yes GH_ACCOUNT= elementary Index: math/fcl05/Makefile =================================================================== --- math/fcl05/Makefile +++ math/fcl05/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libccd.so:math/libccd \ liboctomap.so:math/octomap -USES= cmake compiler:c++11-lang eigen:3 pkgconfig +USES= cmake compiler:c++11-lang eigen:3 USE_GITHUB= yes GH_ACCOUNT= flexible-collision-library USE_LDCONFIG= yes Index: math/fflas-ffpack/Makefile =================================================================== --- math/fflas-ffpack/Makefile +++ math/fflas-ffpack/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= linbox-team USES= autoreconf blaslapack:openblas compiler:c++11-lang gmake \ - libtool localbase pkgconfig shebangfix + libtool localbase shebangfix GNU_CONFIGURE= yes SHEBANG_FILES= fflas-ffpack-config.in TEST_TARGET= check Index: math/fftw3/Makefile =================================================================== --- math/fftw3/Makefile +++ math/fftw3/Makefile @@ -21,7 +21,7 @@ INSTALL_TARGET= install-strip TEST_TARGET= smallcheck #bigcheck check exhaustive-check paranoid-check TEST_WRKSRC= ${WRKSRC}/tests -USES= gmake libtool makeinfo pathfix perl5 pkgconfig +USES= gmake libtool makeinfo pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes Index: math/flann/Makefile =================================================================== --- math/flann/Makefile +++ math/flann/Makefile @@ -13,7 +13,7 @@ liblz4.so:archivers/liblz4 \ libsz.so:science/libaec -USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes Index: math/flopc++/Makefile =================================================================== --- math/flopc++/Makefile +++ math/flopc++/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libCoinUtils.so:math/coinutils \ libOsi.so:math/osi -USES= gmake libtool pkgconfig tar:tgz +USES= gmake libtool tar:tgz USE_LDCONFIG= yes USE_GITHUB= yes Index: math/fplll/Makefile =================================================================== --- math/fplll/Makefile +++ math/fplll/Makefile @@ -13,7 +13,7 @@ libmpfr.so:math/mpfr \ libqd.so:math/qd -USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes Index: math/freefem++/Makefile =================================================================== --- math/freefem++/Makefile +++ math/freefem++/Makefile @@ -32,7 +32,7 @@ pipe:misc/pipe USES= autoreconf bison blaslapack:openblas compiler:c++11-lib fortran \ - gl gmake localbase perl5 pkgconfig shebangfix xorg + gl gmake localbase perl5 shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= FreeFem Index: math/galculator/Makefile =================================================================== --- math/galculator/Makefile +++ math/galculator/Makefile @@ -12,7 +12,7 @@ USE_GITHUB= yes -USES= autoreconf gettext gmake gnome libtool localbase pkgconfig +USES= autoreconf gettext gmake gnome libtool localbase USE_GNOME= cairo intltool GNU_CONFIGURE= yes Index: math/ggobi/Makefile =================================================================== --- math/ggobi/Makefile +++ math/ggobi/Makefile @@ -14,7 +14,7 @@ libcgraph.so:graphics/graphviz \ libltdl.so:devel/libltdl -USES= desktop-file-utils gnome libtool pathfix pkgconfig tar:bzip2 +USES= desktop-file-utils gnome libtool pathfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 libxml2 USE_GCC= yes USE_LDCONFIG= yes Index: math/givaro/Makefile =================================================================== --- math/givaro/Makefile +++ math/givaro/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgmp.so:math/gmp -USES= autoreconf compiler:c++11-lang gmake libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp="${LOCALBASE}" USE_LDCONFIG= yes Index: math/gkmap/Makefile =================================================================== --- math/gkmap/Makefile +++ math/gkmap/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= gnome pkgconfig dos2unix +USES= gnome dos2unix USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 libxml2 GNU_CONFIGURE= yes Index: math/glm/Makefile =================================================================== --- math/glm/Makefile +++ math/glm/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= g-truc NO_ARCH= yes Index: math/gnome-calculator/Makefile =================================================================== --- math/gnome-calculator/Makefile +++ math/gnome-calculator/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \ +USES= compiler:c11 gettext gnome localbase:ldflags meson \ python:3.6+,build tar:xz vala:build USE_GNOME= gtk40 gtksourceview5 introspection libxml2 BINARY_ALIAS= python3=${PYTHON_VERSION} Index: math/gnumeric/Makefile =================================================================== --- math/gnumeric/Makefile +++ math/gnumeric/Makefile @@ -17,7 +17,7 @@ libpsiconv.so:converters/psiconv USES= cpe desktop-file-utils gettext gmake gnome libtool \ - localbase pathfix pkgconfig python shebangfix tar:xz + localbase pathfix python shebangfix tar:xz USE_GNOME= cairo intlhack gtk30 libgsf pygobject3 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: math/gnuplot/Makefile =================================================================== --- math/gnuplot/Makefile +++ math/gnuplot/Makefile @@ -14,7 +14,7 @@ CONFLICTS_INSTALL?= gnuplot-lite -USES+= compiler:c++11-lang cpe groff iconv pkgconfig readline +USES+= compiler:c++11-lang cpe groff iconv readline CPE_VENDOR= gnuplot_project GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Index: math/gravity/Makefile =================================================================== --- math/gravity/Makefile +++ math/gravity/Makefile @@ -20,7 +20,7 @@ liblapack.so:math/lapack \ libopenblas.so:math/openblas -USES= cmake compiler:c++11-lang eigen:3 localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang eigen:3 localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= coin-or Index: math/gretl/Makefile =================================================================== --- math/gretl/Makefile +++ math/gretl/Makefile @@ -17,7 +17,7 @@ libmpfr.so:math/mpfr USES= compiler:c11 fortran gmake gnome localbase libtool ncurses \ - pathfix pkgconfig readline tar:xz + pathfix readline tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: math/grpn/Makefile =================================================================== --- math/grpn/Makefile +++ math/grpn/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 USE_GITHUB= yes GH_ACCOUNT= utopiabound Index: math/highs/Makefile =================================================================== --- math/highs/Makefile +++ math/highs/Makefile @@ -16,7 +16,7 @@ #LIB_DEPENDS= libOsi.so:math/osi CONFLICTS_BUILD= coin-or-Osi # see https://github.com/ERGO-Code/HiGHS/issues/675 -USES= blaslapack cmake:testing compiler:c++11-lang pkgconfig +USES= blaslapack cmake:testing compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= ERGO-Code Index: math/hsl/Makefile =================================================================== --- math/hsl/Makefile +++ math/hsl/Makefile @@ -9,7 +9,7 @@ LICENSE= EPL -USES= fortran gmake libtool pkgconfig +USES= fortran gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/ipopt/Makefile =================================================================== --- math/ipopt/Makefile +++ math/ipopt/Makefile @@ -12,8 +12,7 @@ libcoinmetis.so:math/coin-or-metis \ libcoinmumps.so:math/coin-or-mumps -USES= blaslapack compiler:c++11-lang fortran libtool pathfix \ - pkgconfig +USES= blaslapack compiler:c++11-lang fortran libtool pathfix USE_LDCONFIG= yes USE_GITHUB= yes @@ -23,7 +22,7 @@ TEST_TARGET= test GNU_CONFIGURE= yes -CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig \ +CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/\ CXX="${CXX} -B${LOCALBASE}/bin" CONFIGURE_ARGS= --with-lapack-lib="${LAPACKLIB} -L${LOCALBASE}/lib" \ --with-blas-lib="${BLASLIB} -L${LOCALBASE}/lib" \ Index: math/lib2geom/Makefile =================================================================== --- math/lib2geom/Makefile +++ math/lib2geom/Makefile @@ -12,7 +12,7 @@ libgsl.so:math/gsl \ libboost_thread.so:devel/boost-libs -USES= cmake gettext-runtime gnome localbase:ldflags pkgconfig +USES= cmake gettext-runtime gnome localbase:ldflags USE_GNOME= cairo glib20 CMAKE_ON= 2GEOM_BUILD_SHARED Index: math/libmesh/Makefile =================================================================== --- math/libmesh/Makefile +++ math/libmesh/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libnlopt.so:math/nlopt -USES= compiler:c++17-lang eigen:3 gmake libtool localbase perl5 pkgconfig tar:xz +USES= compiler:c++17-lang eigen:3 gmake libtool localbase perl5 tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-methods=opt \ Index: math/libqalculate/Makefile =================================================================== --- math/libqalculate/Makefile +++ math/libqalculate/Makefile @@ -15,7 +15,7 @@ libmpfr.so:math/mpfr USES= compiler:c++14-lang gettext gmake gnome iconv libtool \ - localbase ncurses pathfix pkgconfig readline + localbase ncurses pathfix readline USE_GNOME= intltool libxml2 USE_LDCONFIG= yes Index: math/libsemigroups/Makefile =================================================================== --- math/libsemigroups/Makefile +++ math/libsemigroups/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes USES= autoreconf compiler:c++11-lang eigen:3,build \ - libtool pkgconfig + libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-fmt --with-external-fmt=yes \ Index: math/linbox/Makefile =================================================================== --- math/linbox/Makefile +++ math/linbox/Makefile @@ -21,7 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= linbox-team -USES= autoreconf blaslapack:openblas compiler:c++11-lang gmake libtool localbase pkgconfig shebangfix +USES= autoreconf blaslapack:openblas compiler:c++11-lang gmake libtool localbase shebangfix SHEBANG_FILES= benchmarks/perfpublisher.sh examples/test.sh \ linbox-auto-install.sh linbox-config.in tests/jenkins-maker.sh \ Index: math/m4ri/Makefile =================================================================== --- math/m4ri/Makefile +++ math/m4ri/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= malb GH_PROJECT= ${PORTNAME:tl} -USES= autoreconf libtool localbase pkgconfig +USES= autoreconf libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: math/m4rie/Makefile =================================================================== --- math/m4rie/Makefile +++ math/m4rie/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= malb GH_PROJECT= ${PORTNAME:tl} -USES= autoreconf libtool localbase pkgconfig +USES= autoreconf libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: math/mate-calc/Makefile =================================================================== --- math/mate-calc/Makefile +++ math/mate-calc/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase pkgconfig tar:xz +USES= gettext gmake gnome localbase tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack libxml2 GNU_CONFIGURE= yes Index: math/mlpack/Makefile =================================================================== --- math/mlpack/Makefile +++ math/mlpack/Makefile @@ -18,7 +18,7 @@ libboost_serialization.so:devel/boost-libs \ libarmadillo.so:math/armadillo -USES= cmake compiler:c++14-lang pkgconfig +USES= cmake compiler:c++14-lang USE_LDCONFIG= yes CMAKE_ARGS= -DSTB_IMAGE_INCLUDE_DIR=${LOCALBASE}/include/stb Index: math/mpsolve/Makefile =================================================================== --- math/mpsolve/Makefile +++ math/mpsolve/Makefile @@ -13,7 +13,7 @@ libtcmalloc_minimal.so:devel/google-perftools USES= autoreconf:2.69 compiler:c++11-lang gettext-runtime gmake \ - gnome libtool localbase pkgconfig shared-mime-info tar:bz2 + gnome libtool localbase shared-mime-info tar:bz2 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_LDCONFIG= yes Index: math/nlopt/Makefile =================================================================== --- math/nlopt/Makefile +++ math/nlopt/Makefile @@ -19,7 +19,7 @@ libguile-2.2.so:lang/guile2 RUN_DEPENDS= ${PYNUMPY} -USES= cmake:testing compiler:features localbase pathfix pkgconfig python +USES= cmake:testing compiler:features localbase pathfix python USE_GITHUB= yes GH_ACCOUNT= stevengj Index: math/octave-forge-audio/Makefile =================================================================== --- math/octave-forge-audio/Makefile +++ math/octave-forge-audio/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS+= librtmidi.so:audio/rtmidi -USES= compiler:c++11-lang pkgconfig +USES= compiler:c++11-lang # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. Index: math/octave-forge-strings/Makefile =================================================================== --- math/octave-forge-strings/Makefile +++ math/octave-forge-strings/Makefile @@ -10,8 +10,6 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 -USES= pkgconfig - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} Index: math/octave-forge-video/Makefile =================================================================== --- math/octave-forge-video/Makefile +++ math/octave-forge-video/Makefile @@ -9,7 +9,6 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} CPPFLAGS+= -I${LOCALBASE}/include Index: math/octave-forge-zeromq/Makefile =================================================================== --- math/octave-forge-zeromq/Makefile +++ math/octave-forge-zeromq/Makefile @@ -10,8 +10,6 @@ LIB_DEPENDS+= libzmq.so:net/libzmq4 -USES= pkgconfig - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} Index: math/octave/Makefile =================================================================== --- math/octave/Makefile +++ math/octave/Makefile @@ -44,7 +44,7 @@ libsundials_arkode.so:math/sundials \ libportaudio.so:audio/portaudio -USES= charsetfix fortran gmake libtool perl5 pkgconfig readline \ +USES= charsetfix fortran gmake libtool perl5 readline \ tar:xz compiler:c++14-lang \ desktop-file-utils gl iconv ncurses xorg USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION} Index: math/openblas/Makefile =================================================================== --- math/openblas/Makefile +++ math/openblas/Makefile @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 cpe fortran gmake perl5 pkgconfig +USES= compiler:c11 cpe fortran gmake perl5 USE_GITHUB= yes GH_ACCOUNT= xianyi Index: math/openturns/Makefile =================================================================== --- math/openturns/Makefile +++ math/openturns/Makefile @@ -52,7 +52,7 @@ libtbb.so:devel/onetbb \ libunwind.so:devel/libunwind -USES= bison blaslapack:openblas cmake eigen:3 gnome jpeg localbase:ldflags pkgconfig sqlite xorg # compiler:c++17-lang +USES= bison blaslapack:openblas cmake eigen:3 gnome jpeg localbase:ldflags sqlite xorg # compiler:c++17-lang USE_GITHUB= yes USE_GNOME= libxml2 USE_XORG= ice sm x11 xau xcb xdmcp xext Index: math/or-tools/Makefile =================================================================== --- math/or-tools/Makefile +++ math/or-tools/Makefile @@ -25,7 +25,7 @@ libglog.so:devel/glog \ libprotobuf.so:devel/protobuf -USES= blaslapack cmake:testing compiler:c++17-lang pkgconfig +USES= blaslapack cmake:testing compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= google USE_LDCONFIG= yes Index: math/osi-conic/Makefile =================================================================== --- math/osi-conic/Makefile +++ math/osi-conic/Makefile @@ -14,7 +14,7 @@ libopenblas.so:math/openblas \ libOsi.so:math/osi -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/osi/Makefile =================================================================== --- math/osi/Makefile +++ math/osi/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \ coin-or-Data-Netlib>0:math/coin-or-data-netlib -USES= fortran gmake libtool localbase:ldflags pkgconfig tar:tgz +USES= fortran gmake libtool localbase:ldflags tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-blas-lib="-lopenblas" --with-lapack-lib="-lopenblas" \ --with-sample-datadir="${LOCALBASE}/share/coin/Data/Sample" \ Index: math/osiipopt/Makefile =================================================================== --- math/osiipopt/Makefile +++ math/osiipopt/Makefile @@ -20,7 +20,7 @@ libOsi.so:math/osi \ libOsiConic.so:math/osi-conic -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_GITHUB= yes Index: math/pdal/Makefile =================================================================== --- math/pdal/Makefile +++ math/pdal/Makefile @@ -28,7 +28,7 @@ LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le=libunwind.so:devel/libunwind -USES= cmake compiler:c++11-lib pathfix pkgconfig ssl tar:bz2 +USES= cmake compiler:c++11-lib pathfix ssl tar:bz2 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME:tu}-${DISTVERSION}-src Index: math/plplot/Makefile =================================================================== --- math/plplot/Makefile +++ math/plplot/Makefile @@ -20,7 +20,7 @@ ${FREEFONT_DIR}/FreeMono.ttf:x11-fonts/freefont-ttf USES= compiler:c11 cmake gettext-runtime ghostscript gnome \ - localbase perl5 pathfix pkgconfig shebangfix + localbase perl5 pathfix shebangfix USE_GNOME= cairo pango USE_PERL5= build Index: math/pspp/Makefile =================================================================== --- math/pspp/Makefile +++ math/pspp/Makefile @@ -16,7 +16,7 @@ libgslcblas.so:math/gsl USES= cpe charsetfix gettext-tools gmake gnome iconv localbase \ - libtool perl5 pkgconfig python:3.7+,build readline + libtool perl5 python:3.7+,build readline CPE_VENDOR= gnu USE_GNOME= libxml2 Index: math/py-cyipopt/Makefile =================================================================== --- math/py-cyipopt/Makefile +++ math/py-cyipopt/Makefile @@ -20,7 +20,7 @@ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= fortran python:3.6+ pkgconfig # fortran because ipopt's pkg-config returns gcc libs +USES= fortran python:3.6+ # fortran because ipopt's pkg-config returns gcc libs USE_GITHUB= yes GH_ACCOUNT= matthias-k USE_PYTHON= distutils cython autoplist Index: math/py-ipyopt/Makefile =================================================================== --- math/py-ipyopt/Makefile +++ math/py-ipyopt/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PY_DEPENDS} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USES= compiler:c++17-lang pkgconfig python:3.6+ +USES= compiler:c++17-lang python:3.6+ USE_PYTHON= distutils autoplist CXXFLAGS+= $(pkg-config --cflags ipopt) Index: math/py-matplotlib/Makefile =================================================================== --- math/py-matplotlib/Makefile +++ math/py-matplotlib/Makefile @@ -30,7 +30,7 @@ ${PYTHON_PKGNAMEPREFIX}certifi>=0.10:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome localbase pkgconfig python:3.7+ shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome localbase python:3.7+ shebangfix uniquefiles:dirs USE_PYTHON= distutils PLIST_SUB= VER=${PORTVERSION} Index: math/py-matplotlib2/Makefile =================================================================== --- math/py-matplotlib2/Makefile +++ math/py-matplotlib2/Makefile @@ -24,7 +24,7 @@ ${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kiwisolver>=1.0.0:math/py-kiwisolver@${PY_FLAVOR} -USES= compiler:c++11-lib gettext gnome pkgconfig python:3.6+ shebangfix uniquefiles:dirs +USES= compiler:c++11-lib gettext gnome python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= autoplist distutils CFLAGS+= -I${LOCALBASE}/include Index: math/py-or-tools/Makefile =================================================================== --- math/py-or-tools/Makefile +++ math/py-or-tools/Makefile @@ -38,7 +38,7 @@ libprotobuf.so:devel/protobuf RUN_DEPENDS= ${PY_DEPENDS} -USES= blaslapack cmake:insource compiler:c++17-lang pkgconfig python:3.6+ +USES= blaslapack cmake:insource compiler:c++17-lang python:3.6+ USE_PYTHON= flavors USE_GITHUB= yes Index: math/py-python-igraph/Makefile =================================================================== --- math/py-python-igraph/Makefile +++ math/py-python-igraph/Makefile @@ -15,7 +15,7 @@ ${PYTHON_PKGNAMEPREFIX}cairocffi>0:graphics/py-cairocffi@${PY_FLAVOR} TEST_DEPENDS= py.test:devel/py-pytest@${PY_FLAVOR} -USES= bison gnome pkgconfig python:3.6+ +USES= bison gnome python:3.6+ USE_PYTHON= distutils concurrent autoplist USE_GNOME= libxml2 Index: math/py-secp256k1/Makefile =================================================================== --- math/py-secp256k1/Makefile +++ math/py-secp256k1/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.8.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libsecp256k1.so:math/secp256k1 -USES= localbase python:3.6+ pkgconfig +USES= localbase python:3.6+ USE_PYTHON= autoplist distutils .include Index: math/pynac/Makefile =================================================================== --- math/pynac/Makefile +++ math/pynac/Makefile @@ -15,7 +15,7 @@ libflint.so:math/flint2 \ libSingular.so:math/singular -USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig \ +USES= autoreconf compiler:c++11-lang libtool localbase \ python:3.6+ OPTIONS_DEFINE= GIAC Index: math/qalculate-gtk/Makefile =================================================================== --- math/qalculate-gtk/Makefile +++ math/qalculate-gtk/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= gnuplot:math/gnuplot USES= compiler:c++11-lang gettext gmake gnome \ - libtool:build localbase pkgconfig + libtool:build localbase USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libxml2 GNU_CONFIGURE= yes Index: math/qalculate-qt/Makefile =================================================================== --- math/qalculate-qt/Makefile +++ math/qalculate-qt/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libqalculate.so:math/libqalculate RUN_DEPENDS= gnuplot:math/gnuplot -USES= compiler:c++11-lib gl pkgconfig qmake qt:5 +USES= compiler:c++11-lib gl qmake qt:5 USE_GL= gl USE_QT= buildtools_build linguisttools_build core gui network widgets Index: math/rankwidth/Makefile =================================================================== --- math/rankwidth/Makefile +++ math/rankwidth/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libigraph.so:math/igraph -USES= autoreconf libtool localbase pkgconfig +USES= autoreconf libtool localbase CONFLICTS_INSTALL= rw Index: math/rehearse/Makefile =================================================================== --- math/rehearse/Makefile +++ math/rehearse/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libClp.so:math/clp \ libOsi.so:math/osi -USES= compiler:c++11-lang gmake libtool pkgconfig +USES= compiler:c++11-lang gmake libtool USE_GITHUB= yes GH_ACCOUNT= coin-or GH_PROJECT= Rehearse Index: math/saga/Makefile =================================================================== --- math/saga/Makefile +++ math/saga/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS:= swig:devel/swig USES= cmake compiler:c++11-lib dos2unix gnome \ - iconv:wchar_t libtool localbase pkgconfig python + iconv:wchar_t libtool localbase python DOS2UNIX_GLOB= *.cpp *.h USE_LDCONFIG= yes USE_WX= 3.1+ Index: math/sage/Makefile =================================================================== --- math/sage/Makefile +++ math/sage/Makefile @@ -338,7 +338,7 @@ USES= autoreconf blaslapack:openblas compiler:c++11-lib fortran \ gettext gmake gnome iconv jpeg libtool localbase magick:6,build \ - ncurses ninja:build perl5 pkgconfig python:3.7+ readline shebangfix \ + ncurses ninja:build perl5 python:3.7+ readline shebangfix \ sqlite tk xorg USE_TEX= latex:build pdftex:build tex:build USE_XORG= x11 xext xscrnsaver @@ -402,7 +402,7 @@ ipython_genutils ipywidgets itsdangerous jedi jinja2 jsonschema jupyter_client \ jupyter_core kiwisolver markupsafe matplotlib mistune mpmath \ nbconvert nbformat networkx nose notebook numpy packaging pandocfilters \ - parso pathpy pexpect pickleshare pillow pkgconfig pplpy \ + parso pathpy pexpect pickleshare pillow pplpy \ prometheus_client prompt_toolkit psutil ptyprocess pybind11 pycparser pyparsing \ pygments pyrsistent pytz pyzmq requests rpy2 scandir scipy send2trash simplegeneric \ six snowballstemmer sphinx sphinxcontrib_applehelp sphinxcontrib_devhelp sphinxcontrib_htmlhelp sphinxcontrib_jsmath sphinxcontrib_qthelp sphinxcontrib_serializinghtml sphinxcontrib_websupport sympy terminado testpath tornado traitlets \ Index: math/sc-im/Makefile =================================================================== --- math/sc-im/Makefile +++ math/sc-im/Makefile @@ -13,7 +13,7 @@ libxlsxwriter.so:math/libxlsxwriter \ libzip.so:archivers/libzip -USES= compiler:c11 gmake gnome lua:51 ncurses pkgconfig +USES= compiler:c11 gmake gnome lua:51 ncurses USE_GITHUB= yes GH_ACCOUNT= andmarti1424 USE_GNOME= libxml2 Index: math/scilab/Makefile =================================================================== --- math/scilab/Makefile +++ math/scilab/Makefile @@ -25,7 +25,7 @@ USES= compiler:c++17-lang cpe desktop-file-utils eigen:3,build \ fortran gettext gmake gnome iconv:wchar_t libtool \ - localbase ncurses pathfix pkgconfig shared-mime-info + localbase ncurses pathfix shared-mime-info USE_LOCALE= en_US.UTF-8 GNU_CONFIGURE= yes Index: math/singular/Makefile =================================================================== --- math/singular/Makefile +++ math/singular/Makefile @@ -15,7 +15,7 @@ libmpfr.so:math/mpfr RUN_DEPENDS= bash:shells/bash -USES= autoreconf gmake libtool ncurses perl5 pkgconfig readline shebangfix +USES= autoreconf gmake libtool ncurses perl5 readline shebangfix USE_PERL5= build USE_LDCONFIG= yes Index: math/ssht/Makefile =================================================================== --- math/ssht/Makefile +++ math/ssht/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= fftw3>0:math/fftw3 # see https://github.com/astro-informatics/ssht/issues/6 -USES= cmake:testing pkgconfig # tests clone cmocka, see https://github.com/astro-informatics/ssht/issues/63 +USES= cmake:testing # tests clone cmocka, see https://github.com/astro-informatics/ssht/issues/63 USE_GITHUB= yes GH_ACCOUNT= astro-informatics Index: math/superlu-dist/Makefile =================================================================== --- math/superlu-dist/Makefile +++ math/superlu-dist/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt -USES= cmake:testing fortran pkgconfig +USES= cmake:testing fortran USE_LDCONFIG= yes USE_GITHUB= yes Index: math/superlu/Makefile =================================================================== --- math/superlu/Makefile +++ math/superlu/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt -USES= cmake fortran pkgconfig +USES= cmake fortran USE_LDCONFIG= yes CMAKE_ON= USE_XSDK_DEFAULTS Index: math/symphony/Makefile =================================================================== --- math/symphony/Makefile +++ math/symphony/Makefile @@ -20,7 +20,7 @@ libOsi.so:math/osi \ libClp.so:math/clp -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: math/timbl/Makefile =================================================================== --- math/timbl/Makefile +++ math/timbl/Makefile @@ -14,7 +14,7 @@ libticcutils.so:devel/ticcutils USES= autoreconf compiler:c++11-lang gmake gnome libtool \ - pathfix pkgconfig + pathfix USE_GNOME= libxml2 USE_LDCONFIG= yes Index: math/trlib/Makefile =================================================================== --- math/trlib/Makefile +++ math/trlib/Makefile @@ -13,7 +13,7 @@ gsed:textproc/gsed \ valgrind:devel/valgrind -USES= cmake:testing pkgconfig localbase:ldflags +USES= cmake:testing localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes Index: math/ump/Makefile =================================================================== --- math/ump/Makefile +++ math/ump/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2 +USES= compiler:c++11-lang gl gmake gnome tar:bzip2 USE_GNOME= gtk20 USE_GL= glu Index: math/visualpolylib/Makefile =================================================================== --- math/visualpolylib/Makefile +++ math/visualpolylib/Makefile @@ -16,7 +16,7 @@ libgmp.so:math/gmp \ libpolylibgmp.so:math/polylib -USES= gettext-runtime gmake gnome pkgconfig +USES= gettext-runtime gmake gnome GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-polylib=${LOCALBASE}/lib/libpolylibgmp.so Index: math/wfmath/Makefile =================================================================== --- math/wfmath/Makefile +++ math/wfmath/Makefile @@ -7,7 +7,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library -USES= libtool pathfix pkgconfig compiler:c++11-lib +USES= libtool pathfix compiler:c++11-lib USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: math/xfce4-calculator-plugin/Makefile =================================================================== --- math/xfce4-calculator-plugin/Makefile +++ math/xfce4-calculator-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bz2 xfce xorg USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: misc/actiona/Makefile =================================================================== --- misc/actiona/Makefile +++ misc/actiona/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libopencv_core.so:graphics/opencv -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake \ +USES= compiler:c++11-lang desktop-file-utils gl qmake \ gnome qt:5 shared-mime-info xorg USE_GITHUB= yes GH_ACCOUNT= Jmgr Index: misc/adios2/Makefile =================================================================== --- misc/adios2/Makefile +++ misc/adios2/Makefile @@ -32,7 +32,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PY_DEPENDS} -USES= bison cmake:testing compiler:c++11-lang fortran localbase:ldflags pkgconfig \ +USES= bison cmake:testing compiler:c++11-lang fortran localbase:ldflags \ perl5 python shebangfix USE_LDCONFIG= yes Index: misc/amanda-server/Makefile =================================================================== --- misc/amanda-server/Makefile +++ misc/amanda-server/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= charsetfix cpe gmake gnome libtool perl5 pkgconfig ssl +USES= charsetfix cpe gmake gnome libtool perl5 ssl USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ @@ -118,7 +118,7 @@ .endif .if ${PORT_OPTIONS:MSAMBA} -USES+= pkgconfig samba +USES+= samba CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif Index: misc/box2d/Makefile =================================================================== --- misc/box2d/Makefile +++ misc/box2d/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_LDCONFIG= yes USE_GITHUB= yes Index: misc/copperspice-examples/Makefile =================================================================== --- misc/copperspice-examples/Makefile +++ misc/copperspice-examples/Makefile @@ -27,7 +27,7 @@ BUILD_DEPENDS= copperspice>=1.7:x11-toolkits/copperspice RUN_DEPENDS= copperspice>=1.7:x11-toolkits/copperspice -USES= compiler:c++17-lang cmake dos2unix gl gnome gstreamer iconv jpeg pkgconfig ssl tar:bz2 xorg +USES= compiler:c++17-lang cmake dos2unix gl gnome gstreamer iconv jpeg ssl tar:bz2 xorg USE_GL= gl USE_GNOME= cairo glib20 libxml2 USE_XORG= ice sm x11 xau xcb xcursor xext xfixes xi xinerama xrandr xrender Index: misc/darknet/Makefile =================================================================== --- misc/darknet/Makefile +++ misc/darknet/Makefile @@ -35,7 +35,6 @@ # core NN computations but would not support many visualization, training and # other features. -OPENCV_USES= pkgconfig OPENCV_CMAKE_BOOL= ENABLE_OPENCV OPENCV_LIB_DEPENDS= libopencv_video.so:graphics/opencv \ libopencv_core.so:graphics/opencv Index: misc/dartsim/Makefile =================================================================== --- misc/dartsim/Makefile +++ misc/dartsim/Makefile @@ -32,7 +32,7 @@ liburdfdom_world.so:devel/ros-urdfdom USES= cmake compiler:c++17-lang eigen:3,build,run gl localbase:ldflags \ - pkgconfig xorg + xorg USE_GL= gl glu glut USE_XORG= xi xmu USE_CXXSTD= c++17 # missing in the project, it uses std::void_t (through pagmo2) which is a c++17 feature Index: misc/ecflow/Makefile =================================================================== --- misc/ecflow/Makefile +++ misc/ecflow/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_program_options.so:devel/boost-libs RUN_DEPENDS= ${PY_DEPENDS} -USES= cmake compiler:c++17-lang localbase perl5 pkgconfig python:3.6+ qt:5 shebangfix ssl +USES= cmake compiler:c++17-lang localbase perl5 python:3.6+ qt:5 shebangfix ssl USE_QT= charts core gui network svg widgets buildtools_build qmake_build SHEBANG_GLOB= *.sh *.in *.py Index: misc/far2l/Makefile =================================================================== --- misc/far2l/Makefile +++ misc/far2l/Makefile @@ -23,7 +23,7 @@ USE_GITHUB= yes GH_ACCOUNT= elfmz -USES= cmake compiler:c++11-lang libarchive pkgconfig shebangfix ssl +USES= cmake compiler:c++11-lang libarchive shebangfix ssl SHEBANG_FILES= far2l/bootstrap/view.sh OPTIONS_DEFINE= NFS SFTP SMB WEBDAV WXGTK X11 Index: misc/free42/Makefile =================================================================== --- misc/free42/Makefile +++ misc/free42/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= compiler dos2unix gmake gnome localbase pkgconfig tar:tgz xorg +USES= compiler dos2unix gmake gnome localbase tar:tgz xorg USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango USE_XORG= x11 xmu DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h \ Index: misc/gimp-help-en/Makefile =================================================================== --- misc/gimp-help-en/Makefile +++ misc/gimp-help-en/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl -USES= gettext-tools gmake gnome perl5 pkgconfig python shebangfix \ +USES= gettext-tools gmake gnome perl5 python shebangfix \ tar:bzip2 USE_GNOME= libxslt:build USE_PERL5= build Index: misc/gkrellm-gamma/Makefile =================================================================== --- misc/gkrellm-gamma/Makefile +++ misc/gkrellm-gamma/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xxf86vm PLIST_FILES= libexec/gkrellm2/plugins/gamma.so MAKE_ENV= PLUGIN_DIR=${PLUGINDIR} Index: misc/gkrellm-xkb/Makefile =================================================================== --- misc/gkrellm-xkb/Makefile +++ misc/gkrellm-xkb/Makefile @@ -10,7 +10,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= pkgconfig PLIST_FILES= libexec/gkrellm2/plugins/xkb.so MAKE_ENV= PLUGIN_DIR=${PLUGINDIR} ALL_TARGET= xkb.so Index: misc/gkrellmbgchg2/Makefile =================================================================== --- misc/gkrellmbgchg2/Makefile +++ misc/gkrellmbgchg2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so Index: misc/gkrellmlaunch2/Makefile =================================================================== --- misc/gkrellmlaunch2/Makefile +++ misc/gkrellmlaunch2/Makefile @@ -13,7 +13,6 @@ BUILD_DEPENDS= gkrellm2>0:sysutils/gkrellm2 RUN_DEPENDS= gkrellm2>0:sysutils/gkrellm2 -USES= pkgconfig ALL_TARGET= gkrellmlaunch.so PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so Index: misc/gkrellshoot2/Makefile =================================================================== --- misc/gkrellshoot2/Makefile +++ misc/gkrellshoot2/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= magick:6,run pkgconfig +USES= magick:6,run PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} Index: misc/gkx86info2/Makefile =================================================================== --- misc/gkx86info2/Makefile +++ misc/gkx86info2/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= gkrellm:sysutils/gkrellm2 ONLY_FOR_ARCHS= i386 amd64 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 WRKSRC= ${WRKDIR}/gkx86info${PORTVERSION} Index: misc/gnome-devel-docs/Makefile =================================================================== --- misc/gnome-devel-docs/Makefile +++ misc/gnome-devel-docs/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even -USES= gettext-tools gmake gnome pkgconfig shebangfix tar:xz +USES= gettext-tools gmake gnome shebangfix tar:xz SHEBANG_LANG= gjs gjs_OLD_CMD= /usr/bin/gjs gjs_CMD= ${LOCALBASE}/bin/gjs Index: misc/gnome-icon-theme-extras/Makefile =================================================================== --- misc/gnome-icon-theme-extras/Makefile +++ misc/gnome-icon-theme-extras/Makefile @@ -11,7 +11,7 @@ icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme -USES= gmake gnome pathfix pkgconfig tar:xz +USES= gmake gnome pathfix tar:xz USE_GNOME= intlhack gtk-update-icon-cache GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-icon-mapping Index: misc/gnome-icon-theme/Makefile =================================================================== --- misc/gnome-icon-theme/Makefile +++ misc/gnome-icon-theme/Makefile @@ -19,7 +19,7 @@ gnome-icon-theme-symbolic>=0:x11-themes/gnome-icon-theme-symbolic GNU_CONFIGURE= yes -USES= gettext-tools gmake gnome localbase pathfix pkgconfig tar:xz +USES= gettext-tools gmake gnome localbase pathfix tar:xz USE_GNOME= intlhack CONFIGURE_ARGS= --enable-icon-mapping CONFIGURE_ENV= ac_cv_path_GTK_UPDATE_ICON_CACHE=/usr/bin/true Index: misc/gnu-watch/Makefile =================================================================== --- misc/gnu-watch/Makefile +++ misc/gnu-watch/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 USES= autoreconf gettext-tools gmake libtool localbase:ldflags \ - ncurses pkgconfig tar:xz + ncurses tar:xz USE_CSTD= gnu99 USE_GITLAB= yes GL_ACCOUNT= procps-ng Index: misc/gpsim/Makefile =================================================================== --- misc/gpsim/Makefile +++ misc/gpsim/Makefile @@ -15,7 +15,7 @@ libpopt.so:devel/popt RUN_DEPENDS= gpasm:devel/gputils -USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags pathfix pkgconfig readline +USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags pathfix readline USE_CXXSTD= c++11 USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 pango GNU_CONFIGURE= yes Index: misc/hxtools/Makefile =================================================================== --- misc/hxtools/Makefile +++ misc/hxtools/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libHX.so:lang/libhx libpci.so:devel/libpci RUN_DEPENDS= bash:shells/bash -USES= compiler:c++11-lang iconv perl5 pkgconfig shebangfix \ +USES= compiler:c++11-lang iconv perl5 shebangfix \ tar:xz xorg GNU_CONFIGURE= yes SHEBANG_FILES= data/hxtools_bashrc.bash data/hxtools_profile.bash \ Index: misc/ignition-fuel-tools/Makefile =================================================================== --- misc/ignition-fuel-tools/Makefile +++ misc/ignition-fuel-tools/Makefile @@ -18,7 +18,7 @@ libyaml.so:textproc/libyaml \ libzip.so:archivers/libzip -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING Index: misc/iio-oscilloscope/Makefile =================================================================== --- misc/iio-oscilloscope/Makefile +++ misc/iio-oscilloscope/Makefile @@ -21,7 +21,7 @@ libjansson.so:devel/jansson \ libmatio.so:math/matio -USES= cmake compiler:c11 gnome localbase:ldflags pkgconfig +USES= cmake compiler:c11 gnome localbase:ldflags USE_GNOME= atk cairo gdkpixbuf2 gtk20 libxml2 pango USE_LDCONFIG= yes Index: misc/kf5-purpose/Makefile =================================================================== --- misc/kf5-purpose/Makefile +++ misc/kf5-purpose/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= accounts-qml-module>=0:sysutils/accounts-qml-module USES= cmake compiler:c++11-lang gettext gnome \ - kde:5 pkgconfig qt:5 tar:xz xorg + kde:5 qt:5 tar:xz xorg USE_GNOME= intltool USE_KDE= config completion coreaddons i18n kdeclarative kio \ kirigami2 notifications jobwidgets service solid \ Index: misc/liblxi/Makefile =================================================================== --- misc/liblxi/Makefile +++ misc/liblxi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libxml2.so:textproc/libxml2 -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= lxi-tools USE_LDCONFIG= yes Index: misc/libmodulemd/Makefile =================================================================== --- misc/libmodulemd/Makefile +++ misc/libmodulemd/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= librpmio.so:archivers/rpm4 \ libyaml.so:textproc/libyaml -USES= compiler:c11 gnome meson pkgconfig tar:xz +USES= compiler:c11 gnome meson tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes Index: misc/librepo/Makefile =================================================================== --- misc/librepo/Makefile +++ misc/librepo/Makefile @@ -13,7 +13,7 @@ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme -USES= cpe gettext-runtime gnome cmake localbase:ldflags pkgconfig +USES= cpe gettext-runtime gnome cmake localbase:ldflags CPE_VENDOR= redhat USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: misc/lingoteach/Makefile =================================================================== --- misc/lingoteach/Makefile +++ misc/lingoteach/Makefile @@ -14,7 +14,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0` Index: misc/lxi-tools/Makefile =================================================================== --- misc/lxi-tools/Makefile +++ misc/lxi-tools/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= liblxi.so:misc/liblxi -USES= meson lua:53 pkgconfig readline +USES= meson lua:53 readline USE_GITHUB= yes PORTDOCS= README.md Index: misc/magicpoint/Makefile =================================================================== --- misc/magicpoint/Makefile +++ misc/magicpoint/Makefile @@ -15,7 +15,7 @@ MAKE_JOBS_UNSAFE= yes -USES= imake:env perl5 pkgconfig xorg +USES= imake:env perl5 xorg USE_PERL5= run USE_XORG= x11 xext xmu xt sm ice xi xtst GNU_CONFIGURE= yes Index: misc/mc/Makefile =================================================================== --- misc/mc/Makefile +++ misc/mc/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS+= gdiff:textproc/diffutils .endif -USES= gmake gnome libtool perl5 pkgconfig python shebangfix tar:xz +USES= gmake gnome libtool perl5 python shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \ ${WRKSRC}/src/vfs/extfs/helpers/uc1541 python_OLD_CMD= @PYTHON@ Index: misc/metalink-tools/Makefile =================================================================== --- misc/metalink-tools/Makefile +++ misc/metalink-tools/Makefile @@ -18,7 +18,7 @@ USE_GNOME= glib20 GNU_CONFIGURE= yes -USES= compiler:c++11-lang gnome localbase pkgconfig +USES= compiler:c++11-lang gnome localbase USE_CXXSTD= c++11 CONFIGURE_ENV+= AWK="${AWK}" Index: misc/morse/Makefile =================================================================== --- misc/morse/Makefile +++ misc/morse/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake pkgconfig python:3.4+ shebangfix +USES= cmake python:3.4+ shebangfix USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-simulator SHEBANG_FILES= bin/morse_inspector Index: misc/nn-insight/Makefile =================================================================== --- misc/nn-insight/Makefile +++ misc/nn-insight/Makefile @@ -20,7 +20,7 @@ libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ libtcmalloc.so:devel/google-perftools -USES= compiler:c++17-lang cmake pkgconfig qt:5 +USES= compiler:c++17-lang cmake qt:5 USE_QT= core gui svg widgets buildtools_build qmake_build USE_GITHUB= yes Index: misc/ompl/Makefile =================================================================== --- misc/ompl/Makefile +++ misc/ompl/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= cmake compiler:c++11-lang eigen:3 pkgconfig +USES= cmake compiler:c++11-lang eigen:3 USE_GITHUB= yes USE_LDCONFIG= yes Index: misc/openvdb/Makefile =================================================================== --- misc/openvdb/Makefile +++ misc/openvdb/Makefile @@ -16,7 +16,7 @@ libtbb.so:devel/onetbb TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing compiler:c++11-lang localbase:ldflags pkgconfig +USES= cmake:testing compiler:c++11-lang localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes Index: misc/raspberrypi-userland/Makefile =================================================================== --- misc/raspberrypi-userland/Makefile +++ misc/raspberrypi-userland/Makefile @@ -10,7 +10,7 @@ ONLY_FOR_ARCHS= armv6 armv7 -USES= cmake:noninja pkgconfig shebangfix +USES= cmake:noninja shebangfix USE_LDCONFIG= ${PREFIX}/share/vc/lib Index: misc/sdformat/Makefile =================================================================== --- misc/sdformat/Makefile +++ misc/sdformat/Makefile @@ -20,7 +20,7 @@ liburdfdom_world.so:devel/ros-urdfdom RUN_DEPENDS= ignition-tools>0:devel/ignition-tools -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_LDCONFIG= yes CMAKE_OFF= BUILD_TESTING Index: misc/shared-mime-info/Makefile =================================================================== --- misc/shared-mime-info/Makefile +++ misc/shared-mime-info/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= gmake:devel/gmake \ minixmlto:textproc/minixmlto -USES= gettext gnome localbase meson pathfix pkgconfig python:build shebangfix \ +USES= gettext gnome localbase meson pathfix python:build shebangfix \ tar:xz trigger CONFIGURE_ARGS= -Dupdate-mimedb=false \ -Dxdgmime-path=${WRKSRC}/src/xdgmime Index: misc/sword/Makefile =================================================================== --- misc/sword/Makefile +++ misc/sword/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= cppunit-config:devel/cppunit -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: misc/tellico/Makefile =================================================================== --- misc/tellico/Makefile +++ misc/tellico/Makefile @@ -20,7 +20,7 @@ libyaz.so:net/yaz USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ - kde:5 pkgconfig python:run qt:5 shared-mime-info shebangfix \ + kde:5 python:run qt:5 shared-mime-info shebangfix \ tar:xz xorg USE_GNOME= libxml2 libxslt USE_KDE= archive attica5 auth bookmarks codecs completion config \ Index: misc/timezonemap/Makefile =================================================================== --- misc/timezonemap/Makefile +++ misc/timezonemap/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup -USES= autoreconf:build gmake gnome libtool pkgconfig +USES= autoreconf:build gmake gnome libtool USE_GITHUB= yes GH_ACCOUNT= dashea USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build librsvg2 Index: misc/toilet/Makefile =================================================================== --- misc/toilet/Makefile +++ misc/toilet/Makefile @@ -11,7 +11,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" -USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-strength-reduce Index: misc/unclutter-xfixes/Makefile =================================================================== --- misc/unclutter-xfixes/Makefile +++ misc/unclutter-xfixes/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libev.so:devel/libev -USES= gmake pkgconfig xorg +USES= gmake xorg USE_GITHUB= yes GH_ACCOUNT= Airblader Index: misc/urbit/Makefile =================================================================== --- misc/urbit/Makefile +++ misc/urbit/Makefile @@ -20,7 +20,7 @@ libsigsegv.so:devel/libsigsegv \ libuv.so:devel/libuv -USES= localbase:ldflags meson ncurses pkgconfig ssl +USES= localbase:ldflags meson ncurses ssl USE_GITHUB= yes GH_TUPLE= urbit:commonmark-legacy:8555ef1:cmark/subprojects/commonmark-legacy # need the legacy version GH_TUPLE+= urbit:ed25519:ba4777a:ed25519/subprojects/ed25519 # not ported Index: misc/wmcalendar/Makefile =================================================================== --- misc/wmcalendar/Makefile +++ misc/wmcalendar/Makefile @@ -11,7 +11,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/Src -USES= gnome pkgconfig xorg +USES= gnome xorg USE_XORG= xpm USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" \ Index: misc/wmforecast/Makefile =================================================================== --- misc/wmforecast/Makefile +++ misc/wmforecast/Makefile @@ -14,7 +14,7 @@ libWINGs.so:x11-wm/windowmaker \ libwraster.so:x11-wm/libwraster -USES= gmake gettext-runtime gnome pkgconfig xorg +USES= gmake gettext-runtime gnome xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_XORG= x11 Index: misc/xdelta/Makefile =================================================================== --- misc/xdelta/Makefile +++ misc/xdelta/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: misc/xfce4-appfinder/Makefile =================================================================== --- misc/xfce4-appfinder/Makefile +++ misc/xfce4-appfinder/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 xfce +USES= compiler:c11 gettext-tools gmake gnome tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= garcon xfconf Index: misc/xfce4-weather-plugin/Makefile =================================================================== --- misc/xfce4-weather-plugin/Makefile +++ misc/xfce4-weather-plugin/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo glib20 gtk30 intltool libxml2 USE_XFCE= panel Index: misc/xiphos/Makefile =================================================================== --- misc/xiphos/Makefile +++ misc/xiphos/Makefile @@ -28,7 +28,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 # gettext is always needed, even if NLS is off -USES= cmake compiler:c11 gettext gnome minizip pkgconfig +USES= cmake compiler:c11 gettext gnome minizip USE_GNOME= cairo gtk30 gtkhtml4 intltool libgsf CMAKE_OFF= EPUB Index: misc/xosd/Makefile =================================================================== --- misc/xosd/Makefile +++ misc/xosd/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pkgconfig xorg +USES= gmake libtool xorg USE_CSTD= gnu89 USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xinerama xt Index: multimedia/aegisub/Makefile =================================================================== --- multimedia/aegisub/Makefile +++ multimedia/aegisub/Makefile @@ -24,7 +24,7 @@ libfontconfig.so:x11-fonts/fontconfig USES= compiler:c++11-lib desktop-file-utils gettext gl gmake gnome \ - iconv localbase pkgconfig tar:xz + iconv localbase tar:xz USE_GNOME= intltool USE_WX= 3.0 WX_CONF_ARGS= absolute Index: multimedia/aom/Makefile =================================================================== --- multimedia/aom/Makefile +++ multimedia/aom/Makefile @@ -27,12 +27,10 @@ JXL_DESC= Encoding tuning for Butteraugli JXL_LIB_DEPENDS= libjxl.so:graphics/libjxl -JXL_USES= pkgconfig JXL_CMAKE_ON= -DCONFIG_TUNE_BUTTERAUGLI:STRING=1 VMAF_DESC= Encoding tuning for VMAF VMAF_LIB_DEPENDS= libvmaf.so:multimedia/vmaf -VMAF_USES= pkgconfig VMAF_CMAKE_ON= -DCONFIG_TUNE_VMAF:STRING=1 post-patch: Index: multimedia/aravis/Makefile =================================================================== --- multimedia/aravis/Makefile +++ multimedia/aravis/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libaravis-0.8.so:devel/libaravis \ libnotify.so:devel/libnotify -USES= gettext gnome gstreamer meson pkgconfig +USES= gettext gnome gstreamer meson USE_GNOME= cairo glib20 intltool gtk30 USE_GITHUB= yes Index: multimedia/arcan/Makefile =================================================================== --- multimedia/arcan/Makefile +++ multimedia/arcan/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri -USES= cmake compiler:c11 gl iconv openal pkgconfig sqlite +USES= cmake compiler:c11 gl iconv openal sqlite USE_GITHUB= yes USE_GL= egl gbm gl USE_LDCONFIG= yes Index: multimedia/aribb24/Makefile =================================================================== --- multimedia/aribb24/Makefile +++ multimedia/aribb24/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= jeeb GH_TAGNAME= a41b904 Index: multimedia/assimp/Makefile =================================================================== --- multimedia/assimp/Makefile +++ multimedia/assimp/Makefile @@ -11,7 +11,7 @@ BROKEN_armv6= field within 'Assimp::MDL::Vertex_MDL7' is less aligned than 'Assimp::MDL::Vertex_MDL7::..., see https://github.com/assimp/assimp/issues/4640 -USES= cmake:testing compiler:c++11-lib cpe localbase:ldflags pkgconfig # minizip is disabled for https://github.com/assimp/assimp/issues/4374 +USES= cmake:testing compiler:c++11-lib cpe localbase:ldflags # minizip is disabled for https://github.com/assimp/assimp/issues/4374 USE_GITHUB= yes USE_LDCONFIG= yes Index: multimedia/audacious-plugins/Makefile =================================================================== --- multimedia/audacious-plugins/Makefile +++ multimedia/audacious-plugins/Makefile @@ -19,7 +19,7 @@ FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lib gettext-tools gmake gnome iconv \ - localbase pkgconfig tar:bzip2 xorg + localbase tar:bzip2 xorg USE_GNOME= glib20 libxml2 gdkpixbuf2 USE_XORG= x11 Index: multimedia/audacious/Makefile =================================================================== --- multimedia/audacious/Makefile +++ multimedia/audacious/Makefile @@ -17,7 +17,7 @@ FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lib desktop-file-utils gettext-tools gmake \ - gnome iconv localbase pkgconfig tar:bzip2 xorg + gnome iconv localbase tar:bzip2 xorg USE_GNOME= glib20 USE_XORG= x11 sm USE_LDCONFIG= yes @@ -31,7 +31,7 @@ GNU_CONFIGURE= yes SUB_FILES= pkg-message -CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/\ --without-buildstamp .if ${FLAVOR} == qt5 Index: multimedia/baka-mplayer/Makefile =================================================================== --- multimedia/baka-mplayer/Makefile +++ multimedia/baka-mplayer/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= u8sand GH_PROJECT= Baka-MPlayer -USES= compiler:c++11-lib pkgconfig qmake qt:5 +USES= compiler:c++11-lib qmake qt:5 USE_QT= qmake_build buildtools_build gui network svg widgets x11extras QMAKE_SOURCE_PATH=${WRKSRC}/src QMAKE_ARGS= lupdate="${LUPDATE}" lrelease="${LRELEASE}" Index: multimedia/bino/Makefile =================================================================== --- multimedia/bino/Makefile +++ multimedia/bino/Makefile @@ -15,7 +15,7 @@ libopenal.so:audio/openal-soft USES= autoreconf compiler:c++11-lang desktop-file-utils gl gmake \ - gnome iconv pkgconfig qt:5 tar:xz + gnome iconv qt:5 tar:xz USE_GL= gl glu glew GNU_CONFIGURE= yes USE_QT= buildtools_build core gui opengl widgets Index: multimedia/butt/Makefile =================================================================== --- multimedia/butt/Makefile +++ multimedia/butt/Makefile @@ -22,7 +22,7 @@ libvorbis.so:audio/libvorbis USES= autoreconf compiler:c++11-lang gettext \ - gmake jpeg pkgconfig xorg ssl uidfix + gmake jpeg xorg ssl uidfix USE_XORG= x11 xrender xcursor xfixes xext xft xinerama GNU_CONFIGURE= yes PLIST_FILES= bin/butt share/locale/de/LC_MESSAGES/butt.mo Index: multimedia/celluloid/Makefile =================================================================== --- multimedia/celluloid/Makefile +++ multimedia/celluloid/Makefile @@ -13,7 +13,7 @@ libmpv.so:multimedia/mpv USES= compiler:c11 desktop-file-utils gettext-tools gnome \ - meson pkgconfig python:3.5+,build shebangfix tar:xz + meson python:3.5+,build shebangfix tar:xz USE_GITHUB= yes USE_GNOME= gtk40 libadwaita GH_ACCOUNT= ${PORTNAME}-player Index: multimedia/cheese/Makefile =================================================================== --- multimedia/cheese/Makefile +++ multimedia/cheese/Makefile @@ -26,7 +26,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gl gnome gstreamer localbase:ldflags pkgconfig meson tar:xz xorg vala:build +USES= gettext gl gnome gstreamer localbase:ldflags meson tar:xz xorg vala:build USE_GNOME= cairo librsvg2 gnomedesktop3 libxml2:build introspection:build USE_GL= egl USE_XORG= xi xext xdamage xfixes xcomposite xrandr xxf86vm x11 Index: multimedia/cineencoder/Makefile =================================================================== --- multimedia/cineencoder/Makefile +++ multimedia/cineencoder/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ mkvpropedit:multimedia/mkvtoolnix -USES= pkgconfig qt:5 xorg +USES= qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= CineEncoder GH_PROJECT= cine-encoder Index: multimedia/clutter-gst/Makefile =================================================================== --- multimedia/clutter-gst/Makefile +++ multimedia/clutter-gst/Makefile @@ -12,7 +12,7 @@ PORTSCOUT= ignore:1 USES= gl gmake gnome gstreamer libtool localbase pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GNOME= introspection gnomeprefix GNU_CONFIGURE= yes USE_GL= gl Index: multimedia/clutter-gst3/Makefile =================================================================== --- multimedia/clutter-gst3/Makefile +++ multimedia/clutter-gst3/Makefile @@ -18,7 +18,7 @@ libjson-glib-1.0.so:devel/json-glib USES= gettext-runtime gl gmake gnome gstreamer libtool localbase pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GNOME= atk cairo gdkpixbuf2 gnomeprefix introspection:build pango GNU_CONFIGURE= yes USE_GL= gl egl Index: multimedia/cmrt/Makefile =================================================================== --- multimedia/cmrt/Makefile +++ multimedia/cmrt/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \ libva.so:multimedia/libva -USES= autoreconf compiler:c11 libtool pkgconfig +USES= autoreconf compiler:c11 libtool USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= intel Index: multimedia/cmrtlib/Makefile =================================================================== --- multimedia/cmrtlib/Makefile +++ multimedia/cmrtlib/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libva.so:multimedia/libva -USES= cmake compiler:c++17-lang pkgconfig +USES= cmake compiler:c++17-lang USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= intel Index: multimedia/cx88/Makefile =================================================================== --- multimedia/cx88/Makefile +++ multimedia/cx88/Makefile @@ -23,7 +23,7 @@ DEFAULT_XML_CONFIG="${EXAMPLESDIR}/cx88.xml.sample" MAKE_JOBS_UNSAFE= yes -USES= kmod libedit pkgconfig uidfix +USES= kmod libedit uidfix USE_RC_SUBR= cx88d OPTIONS_DEFINE= DEBUG LINUXCOMPAT VERBOSE Index: multimedia/dav1d/Makefile =================================================================== --- multimedia/dav1d/Makefile +++ multimedia/dav1d/Makefile @@ -24,7 +24,7 @@ OPTIONS_DEFINE= SDL TEST OPTIONS_SUB= yes -SDL_USES= pkgconfig sdl +SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers SDL_LIB_DEPENDS= libplacebo.so:graphics/libplacebo \ Index: multimedia/deforaos-player/Makefile =================================================================== --- multimedia/deforaos-player/Makefile +++ multimedia/deforaos-player/Makefile @@ -19,7 +19,7 @@ MAKE_ARGS+= PREFIX=${PREFIX} USE_GNOME= gtk20 -USES= desktop-file-utils gettext gnome pkgconfig +USES= desktop-file-utils gettext gnome MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man Index: multimedia/dv2sub/Makefile =================================================================== --- multimedia/dv2sub/Makefile +++ multimedia/dv2sub/Makefile @@ -10,7 +10,6 @@ LIB_DEPENDS= libdv.so:multimedia/libdv GNU_CONFIGURE= yes -USES= pkgconfig PLIST_FILES= bin/dv2sub man/man1/dv2sub.1.gz Index: multimedia/dvbcut/Makefile =================================================================== --- multimedia/dvbcut/Makefile +++ multimedia/dvbcut/Makefile @@ -17,7 +17,7 @@ libavutil.so:multimedia/ffmpeg RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gl \ qmake:outsource qt:5 shared-mime-info USE_QT= core gui widgets xml buildtools_build linguisttools_build Index: multimedia/dvdauthor/Makefile =================================================================== --- multimedia/dvdauthor/Makefile +++ multimedia/dvdauthor/Makefile @@ -21,7 +21,7 @@ GH_TAGNAME= fe8fe35 USES= autoreconf:build bison:alias gettext-tools \ - gmake gnome iconv localbase pkgconfig + gmake gnome iconv localbase USE_GNOME= libxml2 GNU_CONFIGURE= yes Index: multimedia/dvdstyler/Makefile =================================================================== --- multimedia/dvdstyler/Makefile +++ multimedia/dvdstyler/Makefile @@ -31,7 +31,7 @@ mkisofs:sysutils/cdrtools \ growisofs:sysutils/dvd+rw-tools -USES= autoreconf compiler:c++11-lib gettext gmake jpeg pkgconfig tar:bzip2 +USES= autoreconf compiler:c++11-lib gettext gmake jpeg tar:bzip2 USE_WX= 3.1 WX_CONF_ARGS= absolute Index: multimedia/elementary-videos/Makefile =================================================================== --- multimedia/elementary-videos/Makefile +++ multimedia/elementary-videos/Makefile @@ -15,7 +15,7 @@ libgranite.so:x11-toolkits/granite \ libhandy-1.so:x11-toolkits/libhandy -USES= desktop-file-utils gettext gnome gstreamer meson pkgconfig vala:build xorg +USES= desktop-file-utils gettext gnome gstreamer meson vala:build xorg USE_GITHUB= yes GH_ACCOUNT= elementary GH_PROJECT= videos Index: multimedia/emby-server-devel/Makefile =================================================================== --- multimedia/emby-server-devel/Makefile +++ multimedia/emby-server-devel/Makefile @@ -54,7 +54,7 @@ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind -USES= compiler:c11 gmake iconv localbase:ldflags pkgconfig sqlite ssl:run +USES= compiler:c11 gmake iconv localbase:ldflags sqlite ssl:run USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes Index: multimedia/emby-server/Makefile =================================================================== --- multimedia/emby-server/Makefile +++ multimedia/emby-server/Makefile @@ -53,7 +53,7 @@ libinotify>0:devel/libinotify \ libunwind>0:devel/libunwind -USES= compiler:c11 gmake iconv localbase:ldflags pkgconfig sqlite ssl:run +USES= compiler:c11 gmake iconv localbase:ldflags sqlite ssl:run USE_RC_SUBR= ${PORTNAME} HAS_CONFIGURE= yes Index: multimedia/ffmpeg/Makefile =================================================================== --- multimedia/ffmpeg/Makefile +++ multimedia/ffmpeg/Makefile @@ -21,7 +21,7 @@ HAS_CONFIGURE= yes CONFIGURE_LOG= ffbuild/config.log USES= compiler:c11 cpe gmake localbase:ldflags perl5 \ - pkgconfig shebangfix tar:xz + shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build SHEBANG_FILES= doc/texi2pod.pl Index: multimedia/ffmpegthumbnailer/Makefile =================================================================== --- multimedia/ffmpegthumbnailer/Makefile +++ multimedia/ffmpegthumbnailer/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libavformat.so:multimedia/ffmpeg -USES= cmake compiler:c++11-lib gnome jpeg localbase pkgconfig tar:bz2 +USES= cmake compiler:c++11-lib gnome jpeg localbase tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: multimedia/ffms2/Makefile =================================================================== --- multimedia/ffms2/Makefile +++ multimedia/ffms2/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= FFMS -USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lib gmake libtool pathfix EXCLUDE= VSHelper.h VSScript.h VapourSynth.h EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} GNU_CONFIGURE= yes Index: multimedia/gavl/Makefile =================================================================== --- multimedia/gavl/Makefile +++ multimedia/gavl/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias libtool localbase pathfix pkgconfig +USES= alias libtool localbase pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cpuflags=none --without-doxygen Index: multimedia/gmerlin/Makefile =================================================================== --- multimedia/gmerlin/Makefile +++ multimedia/gmerlin/Makefile @@ -14,7 +14,7 @@ libgavl.so:multimedia/gavl \ libfontconfig.so:x11-fonts/fontconfig -USES= gettext gl gnome libtool makeinfo pathfix pkgconfig sqlite xorg +USES= gettext gl gnome libtool makeinfo pathfix sqlite xorg USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xfixes xinerama xv USE_GL= gl Index: multimedia/gmtk/Makefile =================================================================== --- multimedia/gmtk/Makefile +++ multimedia/gmtk/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= p5-XML-Parser>0:textproc/p5-XML-Parser -USES= gettext gmake gnome libtool pathfix perl5 pkgconfig xorg +USES= gettext gmake gnome libtool pathfix perl5 xorg USE_XORG= x11 USE_GNOME= glib20 intltool USE_PERL5= build Index: multimedia/gnome-mplayer/Makefile =================================================================== --- multimedia/gnome-mplayer/Makefile +++ multimedia/gnome-mplayer/Makefile @@ -17,7 +17,7 @@ libgmtk.so:multimedia/gmtk RUN_DEPENDS= mplayer:multimedia/mplayer -USES= desktop-file-utils gettext gmake gnome pkgconfig xorg +USES= desktop-file-utils gettext gmake gnome xorg USE_GNOME= cairo glib20 GLIB_SCHEMAS= apps.gecko-mediaplayer.preferences.gschema.xml \ apps.gnome-mplayer.preferences.enums.xml \ Index: multimedia/gst123/Makefile =================================================================== --- multimedia/gst123/Makefile +++ multimedia/gst123/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 GNU_CONFIGURE= yes -USES= compiler:c++11-lang localbase gmake gnome gstreamer ncurses pkgconfig \ +USES= compiler:c++11-lang localbase gmake gnome gstreamer ncurses \ tar:bzip2 USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true Index: multimedia/gstreamer1-editing-services/Makefile =================================================================== --- multimedia/gstreamer1-editing-services/Makefile +++ multimedia/gstreamer1-editing-services/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL20 -USES= compiler:c11 gnome gstreamer meson python pkgconfig tar:xz +USES= compiler:c11 gnome gstreamer meson python tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build libxml2 pygobject3:build USE_GSTREAMER= good bad Index: multimedia/gstreamer1-libav/Makefile =================================================================== --- multimedia/gstreamer1-libav/Makefile +++ multimedia/gstreamer1-libav/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= compiler:features gettext-runtime gmake gnome gstreamer libtool localbase \ - pkgconfig python:build tar:xz + python:build tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 GNU_CONFIGURE= yes Index: multimedia/gstreamer1-plugins-gnonlin/Makefile =================================================================== --- multimedia/gstreamer1-plugins-gnonlin/Makefile +++ multimedia/gstreamer1-plugins-gnonlin/Makefile @@ -7,7 +7,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer library for writing non-linear audio and video -USES= gstreamer libtool pkgconfig python:3.4+,build tar:xz +USES= gstreamer libtool python:3.4+,build tar:xz GNU_CONFIGURE= yes USE_GSTREAMER= good INSTALL_TARGET= install-strip Index: multimedia/gstreamer1-plugins-rust/Makefile =================================================================== --- multimedia/gstreamer1-plugins-rust/Makefile +++ multimedia/gstreamer1-plugins-rust/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= cargo-cbuild:devel/cargo-c -USES= cargo gnome gstreamer meson pkgconfig ssl +USES= cargo gnome gstreamer meson ssl USE_GITLAB= yes USE_GNOME= glib20 GL_SITE= https://gitlab.freedesktop.org Index: multimedia/gstreamer1-plugins-svt-av1/Makefile =================================================================== --- multimedia/gstreamer1-plugins-svt-av1/Makefile +++ multimedia/gstreamer1-plugins-svt-av1/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libSvtAv1Enc.so:multimedia/svt-av1 -USES= gnome gstreamer meson pkgconfig +USES= gnome gstreamer meson USE_GITLAB= yes USE_GNOME= glib20 GL_ACCOUNT= AOMediaCodec Index: multimedia/gstreamer1-plugins-svt-hevc/Makefile =================================================================== --- multimedia/gstreamer1-plugins-svt-hevc/Makefile +++ multimedia/gstreamer1-plugins-svt-hevc/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libSvtHevcEnc.so:multimedia/svt-hevc -USES= gnome gstreamer meson pkgconfig +USES= gnome gstreamer meson USE_GITHUB= yes USE_GNOME= glib20 GH_ACCOUNT= OpenVisualCloud Index: multimedia/gstreamer1-plugins-svt-vp9/Makefile =================================================================== --- multimedia/gstreamer1-plugins-svt-vp9/Makefile +++ multimedia/gstreamer1-plugins-svt-vp9/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libSvtVp9Enc.so:multimedia/svt-vp9 -USES= gnome gstreamer meson pkgconfig +USES= gnome gstreamer meson USE_GITHUB= yes USE_GNOME= glib20 GH_ACCOUNT= OpenVisualCloud Index: multimedia/gstreamer1-plugins/Makefile =================================================================== --- multimedia/gstreamer1-plugins/Makefile +++ multimedia/gstreamer1-plugins/Makefile @@ -39,7 +39,7 @@ UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base -USES+= cpe gettext gmake gnome gstreamer libtool pathfix pkgconfig python tar:xz +USES+= cpe gettext gmake gnome gstreamer libtool pathfix python tar:xz USE_GNOME+= glib20 introspection:build libxml2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: multimedia/gstreamer1-qt/Makefile =================================================================== --- multimedia/gstreamer1-qt/Makefile +++ multimedia/gstreamer1-qt/Makefile @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= gstreamer${PKGNAMESUFFIX} -USES= bison cmake compiler:c++11-lang gl gnome gstreamer pathfix pkgconfig qt:5 tar:xz +USES= bison cmake compiler:c++11-lang gl gnome gstreamer pathfix qt:5 tar:xz USE_GL= gl USE_GNOME= glib20 USE_QT= buildtools_build qmake_build core declarative gui network opengl \ Index: multimedia/gstreamer1-rtsp-server/Makefile =================================================================== --- multimedia/gstreamer1-rtsp-server/Makefile +++ multimedia/gstreamer1-rtsp-server/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome gstreamer libtool pathfix pkgconfig tar:xz +USES= gmake gnome gstreamer libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build Index: multimedia/gstreamer1-transcoder/Makefile =================================================================== --- multimedia/gstreamer1-transcoder/Makefile +++ multimedia/gstreamer1-transcoder/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler gnome gstreamer meson pkgconfig python:3.3+ #shebangfix +USES= compiler gnome gstreamer meson python:3.3+ #shebangfix USE_GNOME= introspection USE_GSTREAMER= core USE_LDCONFIG= yes Index: multimedia/gstreamer1-vaapi/Makefile =================================================================== --- multimedia/gstreamer1-vaapi/Makefile +++ multimedia/gstreamer1-vaapi/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c11 gettext-runtime gl gmake gnome gstreamer libtool \ - pkgconfig tar:xz xorg + tar:xz xorg USE_LDCONFIG= yes USE_GNOME= glib20 USE_GSTREAMER= bad gl Index: multimedia/gstreamer1-validate/Makefile =================================================================== --- multimedia/gstreamer1-validate/Makefile +++ multimedia/gstreamer1-validate/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 gettext-runtime gmake gnome gstreamer libtool pathfix \ - pkgconfig python shebangfix tar:xz + python shebangfix tar:xz SHEBANG_FILES= tools/gst-validate-launcher.in USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: multimedia/gstreamer1/Makefile =================================================================== --- multimedia/gstreamer1/Makefile +++ multimedia/gstreamer1/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison cpe gmake gnome libtool pathfix perl5 pkgconfig python tar:xz +USES= bison cpe gmake gnome libtool pathfix perl5 python tar:xz USE_PERL5= build USE_GNOME= glib20 introspection:build Index: multimedia/gstreamermm/Makefile =================================================================== --- multimedia/gstreamermm/Makefile +++ multimedia/gstreamermm/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gmake gnome gstreamer libtool pathfix pkgconfig \ +USES= compiler:c++11-lang gmake gnome gstreamer libtool pathfix \ tar:xz USE_CXXSTD= c++11 USE_GNOME= gnomeprefix gtkmm24 Index: multimedia/handbrake/Makefile =================================================================== --- multimedia/handbrake/Makefile +++ multimedia/handbrake/Makefile @@ -42,7 +42,7 @@ libjansson.so:devel/jansson USES= autoreconf:build compiler:c11 gmake iconv libtool:build \ - localbase:ldflags ninja:build pkgconfig python:3.6+,build + localbase:ldflags ninja:build python:3.6+,build CONTRIB_FILES= fdk-aac-2.0.1.tar.gz \ ffmpeg-4.4.1.tar.bz2 \ Index: multimedia/harvid/Makefile =================================================================== --- multimedia/harvid/Makefile +++ multimedia/harvid/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libpng.so:graphics/png -USES= gmake jpeg localbase pkgconfig +USES= gmake jpeg localbase USE_GITHUB= yes GH_ACCOUNT= x42 LLD_UNSAFE= yes Index: multimedia/helvum/Makefile =================================================================== --- multimedia/helvum/Makefile +++ multimedia/helvum/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \ libpipewire-0.3.so:multimedia/pipewire -USES= cargo desktop-file-utils gnome meson pkgconfig +USES= cargo desktop-file-utils gnome meson USE_GITLAB= yes USE_GNOME= cairo gtk40 GL_SITE= https://gitlab.freedesktop.org Index: multimedia/intel-media-sdk/Makefile =================================================================== --- multimedia/intel-media-sdk/Makefile +++ multimedia/intel-media-sdk/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= cmrtlib>0:multimedia/cmrtlib TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing compiler:c++11-lib localbase:ldflags pkgconfig +USES= cmake:testing compiler:c++11-lib localbase:ldflags USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= Intel-Media-SDK Index: multimedia/kaffeine/Makefile =================================================================== --- multimedia/kaffeine/Makefile +++ multimedia/kaffeine/Makefile @@ -15,7 +15,7 @@ libdvbv5.so:multimedia/libv4l USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \ - pkgconfig kde:5 qt:5 tar:xz xorg + kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons i18n itemviews kio solid dbusaddons jobwidgets \ service widgetsaddons windowsystem xmlgui \ Index: multimedia/kamoso/Makefile =================================================================== --- multimedia/kamoso/Makefile +++ multimedia/kamoso/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 USES= cmake compiler:c++11-lang gettext gl gnome gstreamer kde:5 \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_GL= gl USE_GNOME= glib20 USE_KDE= auth bookmarks codecs completion config configwidgets \ Index: multimedia/kdemultimedia-ffmpegthumbs/Makefile =================================================================== --- multimedia/kdemultimedia-ffmpegthumbs/Makefile +++ multimedia/kdemultimedia-ffmpegthumbs/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libswscale.so:multimedia/ffmpeg \ libtag.so:audio/taglib -USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg USE_KDE= completion config coreaddons i18n jobwidgets kio service solid \ widgetsaddons windowsystem USE_QT= concurrent core dbus gui network widgets xml \ Index: multimedia/kdenlive/Makefile =================================================================== --- multimedia/kdenlive/Makefile +++ multimedia/kdenlive/Makefile @@ -16,7 +16,7 @@ ${LOCALBASE}/lib/mlt-7/libmltglaxnimate.so:multimedia/mlt7-glaxnimate USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \ - gl mlt:7 pkgconfig qt:5 shared-mime-info kde:5 tar:xz xorg + gl mlt:7 qt:5 shared-mime-info kde:5 tar:xz xorg USE_GL= gl glu USE_KDE= archive attica auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons filemetadata \ Index: multimedia/kmplayer/Makefile =================================================================== --- multimedia/kmplayer/Makefile +++ multimedia/kmplayer/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= mplayer:multimedia/mplayer USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext-runtime \ - gnome kde:5 pkgconfig qt:5 tar:bz2 xorg + gnome kde:5 qt:5 tar:bz2 xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_QT= concurrent core dbus gui network phonon4 printsupport \ svg widgets x11extras xml \ Index: multimedia/kodi/Makefile =================================================================== --- multimedia/kodi/Makefile +++ multimedia/kodi/Makefile @@ -43,7 +43,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= cpe cmake compiler:c++14-lang gettext \ - gnome iconv jpeg pkgconfig python:3.5+ sqlite ssl + gnome iconv jpeg python:3.5+ sqlite ssl KODI_CODENAME= Matrix Index: multimedia/kooha/Makefile =================================================================== --- multimedia/kooha/Makefile +++ multimedia/kooha/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libgraphene-1.0.so:graphics/graphene -USES= cargo gettext gnome gstreamer meson pkgconfig python:build shebangfix +USES= cargo gettext gnome gstreamer meson python:build shebangfix USE_GITHUB= yes USE_GNOME= gtk40 libadwaita USE_GSTREAMER= good opus pulse vpx Index: multimedia/kvazaar/Makefile =================================================================== --- multimedia/kvazaar/Makefile +++ multimedia/kvazaar/Makefile @@ -31,7 +31,6 @@ CRYPTOPP_DESC= Selective encryption via Crypto++ library CRYPTOPP_LIB_DEPENDS= libcryptopp.so:security/cryptopp -CRYPTOPP_USES= pkgconfig CRYPTOPP_CONFIGURE_WITH=cryptopp post-patch: Index: multimedia/libass/Makefile =================================================================== --- multimedia/libass/Makefile +++ multimedia/libass/Makefile @@ -14,7 +14,7 @@ libfribidi.so:converters/fribidi \ libfontconfig.so:x11-fonts/fontconfig -USES= autoreconf compiler:c11 cpe iconv libtool pathfix pkgconfig tar:xz +USES= autoreconf compiler:c11 cpe iconv libtool pathfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: multimedia/libbdplus/Makefile =================================================================== --- multimedia/libbdplus/Makefile +++ multimedia/libbdplus/Makefile @@ -12,7 +12,7 @@ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= autoreconf libtool pkgconfig tar:bzip2 +USES= autoreconf libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: multimedia/libbluray/Makefile =================================================================== --- multimedia/libbluray/Makefile +++ multimedia/libbluray/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= cpe gnome libtool pathfix pkgconfig tar:bzip2 +USES= cpe gnome libtool pathfix tar:bzip2 USE_GNOME= libxml2 USE_LDCONFIG= yes Index: multimedia/libcec/Makefile =================================================================== --- multimedia/libcec/Makefile +++ multimedia/libcec/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libp8-platform.so:devel/p8-platform -USES= alias cmake compiler:c++11-lib pathfix pkgconfig shebangfix +USES= alias cmake compiler:c++11-lib pathfix shebangfix CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES=${LOCALBASE}/include \ -DCMAKE_REQUIRED_FLAGS=-L${LOCALBASE}/lib \ Index: multimedia/libdca/Makefile =================================================================== --- multimedia/libdca/Makefile +++ multimedia/libdca/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: multimedia/libdcadec/Makefile =================================================================== --- multimedia/libdcadec/Makefile +++ multimedia/libdcadec/Makefile @@ -13,7 +13,7 @@ GH_ACCOUNT= foo86 GH_PROJECT= dcadec -USES= pkgconfig gmake +USES= gmake LDFLAGS+= -lm MAKE_ENV+= CONFIG_SHARED=yes Index: multimedia/libde265/Makefile =================================================================== --- multimedia/libde265/Makefile +++ multimedia/libde265/Makefile @@ -16,7 +16,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lib cpe libtool pathfix pkgconfig +USES= autoreconf compiler:c++11-lib cpe libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: multimedia/libdv/Makefile =================================================================== --- multimedia/libdv/Makefile +++ multimedia/libdv/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpopt.so:devel/popt -USES= localbase meson pkgconfig +USES= localbase meson USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org/gstreamer Index: multimedia/libdvdnav/Makefile =================================================================== --- multimedia/libdvdnav/Makefile +++ multimedia/libdvdnav/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig tar:bz2 +USES= libtool pathfix tar:bz2 USE_CSTD= c99 USE_LDCONFIG= yes Index: multimedia/libdvdread/Makefile =================================================================== --- multimedia/libdvdread/Makefile +++ multimedia/libdvdread/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig tar:bz2 +USES= libtool pathfix tar:bz2 USE_CSTD= c99 USE_LDCONFIG= yes Index: multimedia/libkate/Makefile =================================================================== --- multimedia/libkate/Makefile +++ multimedia/libkate/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png GNU_CONFIGURE= yes -USES= pathfix pkgconfig gmake libtool +USES= pathfix gmake libtool USE_LDCONFIG= yes CFLAGS+= "-I${LOCALBASE}/include" Index: multimedia/libmediaart/Makefile =================================================================== --- multimedia/libmediaart/Makefile +++ multimedia/libmediaart/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER -USES= gnome meson pathfix pkgconfig tar:xz vala:build +USES= gnome meson pathfix tar:xz vala:build USE_GNOME= gdkpixbuf2 introspection:build USE_LDCONFIG= yes Index: multimedia/libmediainfo/Makefile =================================================================== --- multimedia/libmediainfo/Makefile +++ multimedia/libmediainfo/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libzen.so:multimedia/libzen -USES= alias compiler:c++11-lang libtool localbase pathfix pkgconfig tar:xz +USES= alias compiler:c++11-lang libtool localbase pathfix tar:xz CFLAGS+= -D_POSIX_PRIORITY_SCHEDULING CONFIGURE_ARGS= --enable-shared --enable-static Index: multimedia/libmtp/Makefile =================================================================== --- multimedia/libmtp/Makefile +++ multimedia/libmtp/Makefile @@ -10,7 +10,7 @@ CONFLICTS_INSTALL=libosmo-sccp # lib/libmtp.a -USES= cpe iconv libtool localbase pathfix pkgconfig +USES= cpe iconv libtool localbase pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doxygen INSTALL_TARGET= install-strip Index: multimedia/libndi/Makefile =================================================================== --- multimedia/libndi/Makefile +++ multimedia/libndi/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libmicrodns.so:dns/libmicrodns -USES= meson pkgconfig +USES= meson USE_LDCONFIG= yes Index: multimedia/libopenshot/Makefile =================================================================== --- multimedia/libopenshot/Makefile +++ multimedia/libopenshot/Makefile @@ -18,7 +18,7 @@ libavformat.so:multimedia/ffmpeg \ libzmq.so:net/libzmq4 -USES= cmake pkgconfig python:3.6+ qt:5 +USES= cmake python:3.6+ qt:5 USE_GITHUB= yes GH_ACCOUNT= OpenShot USE_LDCONFIG= yes Index: multimedia/libquicktime/Makefile =================================================================== --- multimedia/libquicktime/Makefile +++ multimedia/libquicktime/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_LDCONFIG= yes -USES= cpe gettext gmake libtool pathfix pkgconfig +USES= cpe gettext gmake libtool pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl Index: multimedia/librist/Makefile =================================================================== --- multimedia/librist/Makefile +++ multimedia/librist/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcjson.so:devel/libcjson \ libmbedcrypto.so:security/mbedtls -USES= localbase:ldflags meson pkgconfig +USES= localbase:ldflags meson USE_GITLAB= yes USE_LDCONFIG= yes Index: multimedia/librtmp/Makefile =================================================================== --- multimedia/librtmp/Makefile +++ multimedia/librtmp/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig ssl +USES= ssl USE_LDCONFIG= yes CFLAGS+= -I${OPENSSLINC} Index: multimedia/libuvc/Makefile =================================================================== --- multimedia/libuvc/Makefile +++ multimedia/libuvc/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake jpeg pkgconfig +USES= cmake jpeg USE_GITHUB= yes .include Index: multimedia/libv4l/Makefile =================================================================== --- multimedia/libv4l/Makefile +++ multimedia/libv4l/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES+= autoreconf gettext-tools gmake iconv jpeg libtool pathfix pkgconfig +USES+= autoreconf gettext-tools gmake iconv jpeg libtool pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= \ --disable-qv4l2 \ Index: multimedia/libva-intel-driver/Makefile =================================================================== --- multimedia/libva-intel-driver/Makefile +++ multimedia/libva-intel-driver/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \ libva.so:multimedia/libva -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= intel GH_PROJECT= intel-vaapi-driver Index: multimedia/libva-intel-hybrid-driver/Makefile =================================================================== --- multimedia/libva-intel-hybrid-driver/Makefile +++ multimedia/libva-intel-hybrid-driver/Makefile @@ -23,7 +23,7 @@ libcmrt.so:multimedia/cmrt \ libva.so:multimedia/libva -USES= autoreconf compiler:c11 gmake libtool pkgconfig +USES= autoreconf compiler:c11 gmake libtool USE_GITHUB= yes GH_ACCOUNT= intel GNU_CONFIGURE= yes Index: multimedia/libva-intel-media-driver/Makefile =================================================================== --- multimedia/libva-intel-media-driver/Makefile +++ multimedia/libva-intel-media-driver/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libigdgmm.so:multimedia/gmmlib \ libva.so:multimedia/libva -USES= cmake:testing compiler:c++11-lib localbase pkgconfig +USES= cmake:testing compiler:c++11-lib localbase USE_GITHUB= yes GH_ACCOUNT= intel ARCH_SUFX= ${ARCH:S/i386/32/:S/amd//:S/x86_//} Index: multimedia/libva-utils/Makefile =================================================================== --- multimedia/libva-utils/Makefile +++ multimedia/libva-utils/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libva-drm.so:multimedia/libva -USES= compiler:c++11-lang meson pkgconfig +USES= compiler:c++11-lang meson USE_GITHUB= yes GH_ACCOUNT= intel Index: multimedia/libva-vdpau-driver/Makefile =================================================================== --- multimedia/libva-vdpau-driver/Makefile +++ multimedia/libva-vdpau-driver/Makefile @@ -15,7 +15,7 @@ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -USES= libtool gl gmake localbase pkgconfig tar:bzip2 +USES= libtool gl gmake localbase tar:bzip2 USE_GL= gl GNU_CONFIGURE= yes Index: multimedia/libva/Makefile =================================================================== --- multimedia/libva/Makefile +++ multimedia/libva/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS+= libdrm.so:graphics/libdrm -USES= meson pkgconfig +USES= meson USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= intel Index: multimedia/libvdpau-va-gl/Makefile =================================================================== --- multimedia/libvdpau-va-gl/Makefile +++ multimedia/libvdpau-va-gl/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= i-rinat -USES= cmake compiler:c++11-lang gl pkgconfig xorg +USES= cmake compiler:c++11-lang gl xorg USE_XORG= x11 USE_GL= gl LDFLAGS+= -Wl,--as-needed # Xext, ICE, SM Index: multimedia/libvdpau/Makefile =================================================================== --- multimedia/libvdpau/Makefile +++ multimedia/libvdpau/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= localbase meson pkgconfig xorg +USES= localbase meson xorg USE_GITLAB= yes USE_XORG= x11 xext xorgproto USE_LDCONFIG= yes Index: multimedia/libvlcpp/Makefile =================================================================== --- multimedia/libvlcpp/Makefile +++ multimedia/libvlcpp/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= vlc>0:multimedia/vlc RUN_DEPENDS= ${LOCALBASE}/include/vlc/vlc.h:multimedia/vlc -USES= autoreconf compiler:c++11-lang gmake pkgconfig +USES= autoreconf compiler:c++11-lang gmake USE_GITLAB= yes GL_SITE= https://code.videolan.org Index: multimedia/libxine/Makefile =================================================================== --- multimedia/libxine/Makefile +++ multimedia/libxine/Makefile @@ -37,7 +37,7 @@ libwayland-client.so:graphics/wayland USES= compiler cpe gl gmake gnome iconv libtool:keepla jpeg \ - localbase pathfix perl5 pkgconfig tar:xz xorg + localbase pathfix perl5 tar:xz xorg LLD_UNSAFE= yes CPE_PRODUCT= xine-lib CPE_VENDOR= xine Index: multimedia/libxspf/Makefile =================================================================== --- multimedia/libxspf/Makefile +++ multimedia/libxspf/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test -USES= libtool pkgconfig tar:bzip2 +USES= libtool tar:bzip2 USE_LDCONFIG= yes LIBS+= -L${LOCALBASE}/lib -luriparser Index: multimedia/lives/Makefile =================================================================== --- multimedia/lives/Makefile +++ multimedia/lives/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= autoreconf compiler:c++11-lib gettext-runtime gettext-tools \ - gl gnome libtool localbase pathfix perl5 pkgconfig python \ + gl gnome libtool localbase pathfix perl5 python \ sdl shebangfix xorg SHEBANG_FILES= build-lives-rfx-plugin build-lives-rfx-plugin-multi smogrify \ tools/autolives.pl lives-plugins/plugins/encoders/*_encoder \ Index: multimedia/lms/Makefile =================================================================== --- multimedia/lms/Makefile +++ multimedia/lms/Makefile @@ -20,7 +20,7 @@ libwthttp.so:www/wt RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= cmake compiler:c++17-lang cpe pkgconfig +USES= cmake compiler:c++17-lang cpe USER= nobody GROUP= nobody Index: multimedia/lsdvd/Makefile =================================================================== --- multimedia/lsdvd/Makefile +++ multimedia/lsdvd/Makefile @@ -11,7 +11,6 @@ LIB_DEPENDS= libdvdread.so:multimedia/libdvdread -USES= pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: multimedia/makemkv/Makefile =================================================================== --- multimedia/makemkv/Makefile +++ multimedia/makemkv/Makefile @@ -29,7 +29,7 @@ LICENSE_DISTFILES_MAKEMKV= ${DISTFL_MAKEMKV} ONLY_FOR_ARCHS= aarch64 amd64 i386 -USES= gmake linux pkgconfig perl5 +USES= gmake linux perl5 USE_CSTD= c11 USE_CXXSTD= c++11 USE_LINUX= base expat expat:build openssl openssl:build devtools:build Index: multimedia/mediainfo/Makefile =================================================================== --- multimedia/mediainfo/Makefile +++ multimedia/mediainfo/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ libzen.so:multimedia/libzen -USES= compiler:c++11-lang cpe libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang cpe libtool pathfix tar:xz GNU_CONFIGURE= yes USE_CXXSTD= c++11 Index: multimedia/mencoder/Makefile =================================================================== --- multimedia/mencoder/Makefile +++ multimedia/mencoder/Makefile @@ -43,7 +43,7 @@ subedit.pl subsearch.sh vobshift.py \ w32codec_dl.pl wma2ogg.pl -USES+= alias iconv pkgconfig python shebangfix +USES+= alias iconv python shebangfix SHEBANG_FILES= TOOLS/calcbpp.pl TOOLS/checktree.sh TOOLS/countquant.pl \ TOOLS/divx2svcd.sh TOOLS/dvd2divxscript.pl TOOLS/mencvcd.sh \ TOOLS/mphelp_check.py TOOLS/plotpsnr.pl TOOLS/psnr-video.sh \ Index: multimedia/mjpegtools/Makefile =================================================================== --- multimedia/mjpegtools/Makefile +++ multimedia/mjpegtools/Makefile @@ -14,8 +14,7 @@ CONFLICTS= mplex -USES= compiler:c++11-lang gmake gnome jpeg libtool localbase pathfix \ - pkgconfig +USES= compiler:c++11-lang gmake gnome jpeg libtool localbase pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: multimedia/mkvtoolnix/Makefile =================================================================== --- multimedia/mkvtoolnix/Makefile +++ multimedia/mkvtoolnix/Makefile @@ -24,7 +24,7 @@ libcmark.so:textproc/cmark \ libgmp.so:math/gmp -USES= compiler:c++17-lang iconv localbase pkgconfig qmake:no_env qt:5 tar:xz +USES= compiler:c++17-lang iconv localbase qmake:no_env qt:5 tar:xz USE_QT= buildtools_build concurrent core linguisttools_build multimedia svg GNU_CONFIGURE= yes Index: multimedia/mlt6/Makefile =================================================================== --- multimedia/mlt6/Makefile +++ multimedia/mlt6/Makefile @@ -15,7 +15,7 @@ LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias cmake compiler:c++11-lang eigen:3 localbase pkgconfig +USES+= alias cmake compiler:c++11-lang eigen:3 localbase DATADIR= ${PREFIX}/share/mlt Index: multimedia/mlt7/Makefile =================================================================== --- multimedia/mlt7/Makefile +++ multimedia/mlt7/Makefile @@ -15,7 +15,7 @@ LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias cmake compiler:c++11-lang eigen:3 localbase pkgconfig +USES+= alias cmake compiler:c++11-lang eigen:3 localbase USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/mlt-7 Index: multimedia/motion/Makefile =================================================================== --- multimedia/motion/Makefile +++ multimedia/motion/Makefile @@ -18,7 +18,7 @@ libmicrohttpd.so:www/libmicrohttpd # USES block -USES= autoreconf cpe gmake jpeg localbase pkgconfig gettext +USES= autoreconf cpe gmake jpeg localbase gettext CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes Index: multimedia/mpc-qt/Makefile =================================================================== --- multimedia/mpc-qt/Makefile +++ multimedia/mpc-qt/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= mpv>=0.29,1:multimedia/mpv LIB_DEPENDS= libmpv.so:multimedia/mpv -USES= compiler:c++14-lang desktop-file-utils gl pkgconfig qmake qt:5 +USES= compiler:c++14-lang desktop-file-utils gl qmake qt:5 USE_GITHUB= yes USE_GL= gl USE_QT= qmake_build buildtools_build linguisttools_build \ Index: multimedia/mplayer/Makefile =================================================================== --- multimedia/mplayer/Makefile +++ multimedia/mplayer/Makefile @@ -41,7 +41,7 @@ CONFLICTS= mplayer2-2.* CONFFILES= example.conf input.conf menu.conf dvb-menu.conf -USES+= iconv pkgconfig +USES+= iconv OPTIONS_SUB= yes Index: multimedia/mpv-mpris/Makefile =================================================================== --- multimedia/mpv-mpris/Makefile +++ multimedia/mpv-mpris/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= mpv:multimedia/mpv RUN_DEPENDS= mpv:multimedia/mpv -USES= compiler:c11 gettext-runtime gmake gnome pkgconfig +USES= compiler:c11 gettext-runtime gmake gnome USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= hoyon Index: multimedia/mpv/Makefile =================================================================== --- multimedia/mpv/Makefile +++ multimedia/mpv/Makefile @@ -28,7 +28,7 @@ libass.so:multimedia/libass USES= compiler:c11 cpe desktop-file-utils iconv jpeg localbase:ldflags \ - pkgconfig python:build tar:bz2 waf + python:build tar:bz2 waf USE_LDCONFIG= yes USE_GITHUB= yes Index: multimedia/mpvpaper/Makefile =================================================================== --- multimedia/mpvpaper/Makefile +++ multimedia/mpvpaper/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libmpv.so:multimedia/mpv -USES= compiler:c11 gl meson pkgconfig +USES= compiler:c11 gl meson USE_GITHUB= yes USE_GL= egl GH_ACCOUNT= GhostNaN Index: multimedia/musikcube/Makefile =================================================================== --- multimedia/musikcube/Makefile +++ multimedia/musikcube/Makefile @@ -25,7 +25,7 @@ libtag.so:audio/taglib \ libvorbis.so:audio/libvorbis -USES= cmake:noninja compiler:c++14-lang pkgconfig ssl +USES= cmake:noninja compiler:c++14-lang ssl USE_LDCONFIG= yes USE_GITHUB= yes Index: multimedia/musique/Makefile =================================================================== --- multimedia/musique/Makefile +++ multimedia/musique/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmpv.so:multimedia/mpv \ libtag.so:audio/taglib -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 +USES= compiler:c++11-lang gl qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= flaviotordini GH_TUPLE= \ Index: multimedia/mythtv/Makefile =================================================================== --- multimedia/mythtv/Makefile +++ multimedia/mythtv/Makefile @@ -42,7 +42,7 @@ BUILD_DEPENDS= yasm:devel/yasm \ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto -USES= compiler:c++17-lang gmake gl iconv libtool pkgconfig pathfix \ +USES= compiler:c++17-lang gmake gl iconv libtool pathfix \ qmake:no_env qt:5 ssl xorg USE_GITHUB= yes GH_ACCOUNT= MythTV Index: multimedia/navidrome/Makefile =================================================================== --- multimedia/navidrome/Makefile +++ multimedia/navidrome/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS+= libtag.so:audio/taglib RUN_DEPENDS+= ffmpeg:multimedia/ffmpeg -USES= cpe go:modules pkgconfig +USES= cpe go:modules USE_GITHUB= yes GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ Index: multimedia/nordlicht/Makefile =================================================================== --- multimedia/nordlicht/Makefile +++ multimedia/nordlicht/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes -USES= cmake pkgconfig shebangfix +USES= cmake shebangfix USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} Index: multimedia/nymphcast/Makefile =================================================================== --- multimedia/nymphcast/Makefile +++ multimedia/nymphcast/Makefile @@ -22,7 +22,7 @@ libvlccore.so:multimedia/vlc \ libfreetype.so:print/freetype2 -USES= compiler:c++17-lang gl gmake pkgconfig sdl +USES= compiler:c++17-lang gl gmake sdl USE_GL= gl USE_SDL= sdl2 image2 Index: multimedia/obs-qtwebkit/Makefile =================================================================== --- multimedia/obs-qtwebkit/Makefile +++ multimedia/obs-qtwebkit/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libobs.so:multimedia/obs-studio \ libinotify.so:devel/libinotify -USES= compiler:c++11-lang gmake pkgconfig qt:5 +USES= compiler:c++11-lang gmake qt:5 USE_QT= core gui network webkit widgets USE_GITHUB= yes Index: multimedia/obs-studio/Makefile =================================================================== --- multimedia/obs-studio/Makefile +++ multimedia/obs-studio/Makefile @@ -48,7 +48,7 @@ LIB_DEPENDS_powerpc64= libluajit-5.1.so:lang/luajit-openresty LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty -USES= cmake compiler:c++17-lang gl gnome lua pkgconfig python:3.4+ \ +USES= cmake compiler:c++17-lang gl gnome lua python:3.4+ \ qt:5 xorg USE_QT= core gui network svg widgets x11extras xml buildtools_build imageformats_run qmake_build USE_GNOME= glib20 Index: multimedia/oggvideotools/Makefile =================================================================== --- multimedia/oggvideotools/Makefile +++ multimedia/oggvideotools/Makefile @@ -16,7 +16,7 @@ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis -USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig sdl \ +USES= cmake compiler:c++11-lib localbase:ldflags sdl \ tar:bz2 USE_CXXSTD= c++11 USE_SDL= sdl Index: multimedia/ogmrip/Makefile =================================================================== --- multimedia/ogmrip/Makefile +++ multimedia/ogmrip/Makefile @@ -23,7 +23,7 @@ ogmmerge:multimedia/ogmtools USES= desktop-file-utils gmake gnome libtool localbase:ldflags \ - pathfix pkgconfig + pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-support --disable-dbus-support \ --disable-libnotify-support Index: multimedia/olive/Makefile =================================================================== --- multimedia/olive/Makefile +++ multimedia/olive/Makefile @@ -15,7 +15,7 @@ libOpenColorIO.so:graphics/opencolorio RUN_DEPENDS= frei0r>0:graphics/frei0r -USES= dos2unix qmake compiler:c++11-lang desktop-file-utils gl pkgconfig qt:5 shared-mime-info +USES= dos2unix qmake compiler:c++11-lang desktop-file-utils gl qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= olive-editor DOS2UNIX_FILES= olive.pro \ Index: multimedia/onevpl/Makefile =================================================================== --- multimedia/onevpl/Makefile +++ multimedia/onevpl/Makefile @@ -17,7 +17,7 @@ libwayland-client.so:graphics/wayland \ libva.so:multimedia/libva -USES= cmake:testing compiler:c++17-lang localbase:ldflags pkgconfig xorg +USES= cmake:testing compiler:c++17-lang localbase:ldflags xorg USE_GITHUB= yes USE_LDCONFIG= yes USE_XORG= x11 xcb Index: multimedia/opentoonz/Makefile =================================================================== --- multimedia/opentoonz/Makefile +++ multimedia/opentoonz/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/ffprobe:multimedia/ffmpeg USES= cmake:noninja compiler:c++11-lang gl \ - gnome jpeg pkgconfig qt:5 + gnome jpeg qt:5 USE_GITHUB= yes USE_GL= gl glew glu glut USE_QT= core gui multimedia network opengl printsupport \ Index: multimedia/peek/Makefile =================================================================== --- multimedia/peek/Makefile +++ multimedia/peek/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3 RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= gettext-tools gnome meson pkgconfig python:build vala:build +USES= gettext-tools gnome meson python:build vala:build USE_GITHUB= yes GH_ACCOUNT= phw USE_GNOME= cairo glib20 gtk30 pango Index: multimedia/phonon-gstreamer/Makefile =================================================================== --- multimedia/phonon-gstreamer/Makefile +++ multimedia/phonon-gstreamer/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 -USES= cmake compiler:c++11-lang gl gnome gstreamer kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lang gl gnome gstreamer kde:5 qt:5 tar:xz xorg USE_GL= gl USE_GNOME= glib20 libxml2 USE_KDE= ecm Index: multimedia/phonon-vlc/Makefile =================================================================== --- multimedia/phonon-vlc/Makefile +++ multimedia/phonon-vlc/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libvlc.so:multimedia/vlc -USES= cmake pkgconfig tar:xz +USES= cmake tar:xz USES+= compiler:c++11-lang kde:5 qt:5 USE_KDE= ecm Index: multimedia/pipewire/Makefile =================================================================== --- multimedia/pipewire/Makefile +++ multimedia/pipewire/Makefile @@ -20,7 +20,7 @@ libwebrtc_audio_processing.so:audio/webrtc-audio-processing0 USES= compiler:c11 gettext-tools gnome localbase:ldflags meson \ - ncurses pkgconfig python:3.6+,build readline ssl + ncurses python:3.6+,build readline ssl USE_GNOME= glib20 USE_LDCONFIG= yes Index: multimedia/pitivi/Makefile =================================================================== --- multimedia/pitivi/Makefile +++ multimedia/pitivi/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYNUMPY} -USES= cpe desktop-file-utils gettext gnome gstreamer meson pkgconfig python:3.7+ shebangfix tar:xz +USES= cpe desktop-file-utils gettext gnome gstreamer meson python:3.7+ shebangfix tar:xz SHEBANG_FILES= bin/pitivi.in \ getenvvar.py \ tests/__init__.py \ Index: multimedia/playerctl/Makefile =================================================================== --- multimedia/playerctl/Makefile +++ multimedia/playerctl/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome meson pkgconfig tar:xz +USES= gnome meson tar:xz USE_CSTD= c99 USE_GNOME= glib20 USE_LDCONFIG= yes Index: multimedia/py-av/Makefile =================================================================== --- multimedia/py-av/Makefile +++ multimedia/py-av/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -USES= python:3.5+ pkgconfig +USES= python:3.5+ USE_PYTHON= autoplist concurrent cython distutils .include Index: multimedia/py-gstreamer1/Makefile =================================================================== --- multimedia/py-gstreamer1/Makefile +++ multimedia/py-gstreamer1/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even -USES= cpe gnome gstreamer meson pkgconfig python:3.6+ tar:xz +USES= cpe gnome gstreamer meson python:3.6+ tar:xz CPE_VENDOR= ${PORTNAME}_project USE_GNOME= pygobject3 USE_PYTHON= flavors py3kplist Index: multimedia/py-metadata-cleaner/Makefile =================================================================== --- multimedia/py-metadata-cleaner/Makefile +++ multimedia/py-metadata-cleaner/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mat2>0:multimedia/py-mat2@${PY_FLAVOR} -USES= gettext-tools gnome meson pkgconfig python shebangfix tar:bz2 +USES= gettext-tools gnome meson python shebangfix tar:bz2 USE_GNOME= gtk40 pygobject3 libadwaita GLIB_SCHEMAS= fr.romainvigier.MetadataCleaner.gschema.xml USE_PYTHON= concurrent flavors Index: multimedia/qmmp-plugin-pack-qt5/Makefile =================================================================== --- multimedia/qmmp-plugin-pack-qt5/Makefile +++ multimedia/qmmp-plugin-pack-qt5/Makefile @@ -17,7 +17,7 @@ CONFLICTS= ${PORTNAME}-qt6 PORTSCOUT= limit:^1\..* -USES= cmake pkgconfig qt:5 tar:bzip2 +USES= cmake qt:5 tar:bzip2 USE_QT= core gui widgets \ buildtools_build linguisttools_build qmake_build USE_LDCONFIG= yes Index: multimedia/qmmp-plugin-pack-qt6/Makefile =================================================================== --- multimedia/qmmp-plugin-pack-qt6/Makefile +++ multimedia/qmmp-plugin-pack-qt6/Makefile @@ -17,7 +17,7 @@ CONFLICTS= ${PORTNAME}-qt5 PORTSCOUT= limit:^1\..* -USES= cmake pkgconfig qt:6 tar:bzip2 +USES= cmake qt:6 tar:bzip2 USE_QT= base tools_build USE_LDCONFIG= yes Index: multimedia/qmmp-qt5/Makefile =================================================================== --- multimedia/qmmp-qt5/Makefile +++ multimedia/qmmp-qt5/Makefile @@ -15,7 +15,7 @@ CONFLICTS= ${PORTNAME}-qt6 PORTSCOUT= limit:^1\..* -USES= cmake gnome pathfix pkgconfig tar:bzip2 +USES= cmake gnome pathfix tar:bzip2 USE_QT= core gui network widgets xml \ buildtools_build linguisttools_build qmake_build USE_LDCONFIG= yes @@ -292,7 +292,7 @@ PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//} LIB_SUFFX=-${PORTVERSION:R} BIN_SUFFX=-${PORTVERSION:R:R} -PATHFIX_CMAKELISTSTXT= \\"CMakeLists.txt -exec grep -l /pkgconfig {} +\\" +PATHFIX_CMAKELISTSTXT= \\"CMakeLists.txt -exec grep -l /{} +\\" PORTDOCS= README README.RUS AUTHORS .include Index: multimedia/qmmp-qt6/Makefile =================================================================== --- multimedia/qmmp-qt6/Makefile +++ multimedia/qmmp-qt6/Makefile @@ -15,7 +15,7 @@ CONFLICTS= ${PORTNAME}-qt5 PORTSCOUT= limit:^1\..* -USES= cmake gl gnome pathfix pkgconfig qt:6 tar:bzip2 +USES= cmake gl gnome pathfix qt:6 tar:bzip2 USE_GL= gl opengl USE_QT= base_build declarative_build tools_build USE_LDCONFIG= yes @@ -290,7 +290,7 @@ PLIST_SUB+= SHLIB_VER=${PORTVERSION:C/-.*//} LIB_SUFFX=-${PORTVERSION:R} BIN_SUFFX=-${PORTVERSION:R:R} -PATHFIX_CMAKELISTSTXT= \\"CMakeLists.txt -exec grep -l /pkgconfig {} +\\" +PATHFIX_CMAKELISTSTXT= \\"CMakeLists.txt -exec grep -l /{} +\\" PORTDOCS= README README.RUS AUTHORS .include Index: multimedia/qpwgraph/Makefile =================================================================== --- multimedia/qpwgraph/Makefile +++ multimedia/qpwgraph/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire -USES= cmake pkgconfig qt:5 +USES= cmake qt:5 USE_QT= core gui network widgets buildtools_build qmake_build USE_GITLAB= yes Index: multimedia/qt5-multimedia/Makefile =================================================================== --- multimedia/qt5-multimedia/Makefile +++ multimedia/qt5-multimedia/Makefile @@ -8,7 +8,7 @@ # LICENSE set via USES_QT5 (bsd.qt.mk) -USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ +USES= compiler:c++11-lang gl gnome qmake:norecursive \ qt-dist:5,multimedia xorg USE_GL= gl USE_GNOME= glib20 Index: multimedia/qt6-multimedia/Makefile =================================================================== --- multimedia/qt6-multimedia/Makefile +++ multimedia/qt6-multimedia/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon USES= cmake compiler:c++11-lang gl gnome gstreamer:1 localbase:ldflags \ - pkgconfig qt-dist:6 + qt-dist:6 USE_GL= gl opengl USE_GNOME= glib20 USE_GSTREAMER= bad gl good ugly Index: multimedia/rage/Makefile =================================================================== --- multimedia/rage/Makefile +++ multimedia/rage/Makefile @@ -11,6 +11,6 @@ LIB_DEPENDS= libefl.so:devel/efl DIST_SUBDIR= enlightenment -USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils meson tar:xz .include Index: multimedia/ringrtc/Makefile =================================================================== --- multimedia/ringrtc/Makefile +++ multimedia/ringrtc/Makefile @@ -41,7 +41,7 @@ libfreetype.so:print/freetype2 \ libpulse.so:audio/pulseaudio -USES= cargo gnome localbase:ldflags ninja pkgconfig python:3.7+,build \ +USES= cargo gnome localbase:ldflags ninja python:3.7+,build \ tar:xz USE_GNOME= glib20 USE_GITHUB= yes Index: multimedia/rtmpdump/Makefile =================================================================== --- multimedia/rtmpdump/Makefile +++ multimedia/rtmpdump/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= librtmp.so:multimedia/librtmp -USES= cpe pkgconfig ssl +USES= cpe ssl MAKE_ENV= THREADLIB="-lpthread" CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} Index: multimedia/shotcut/Makefile =================================================================== --- multimedia/shotcut/Makefile +++ multimedia/shotcut/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${LOCALBASE}/lib/libjack.so:audio/jack -USES= cmake compiler:c++11-lang cpe desktop-file-utils gl mlt:7 pkgconfig \ +USES= cmake compiler:c++11-lang cpe desktop-file-utils gl mlt:7 \ qmake:no_env qt:5 sdl shared-mime-info tar:txz xorg CPE_VENDOR= meltytech Index: multimedia/simplescreenrecorder/Makefile =================================================================== --- multimedia/simplescreenrecorder/Makefile +++ multimedia/simplescreenrecorder/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libavformat.so:multimedia/ffmpeg -USES= cmake compiler:c++11-lang pkgconfig qt:5 xorg +USES= cmake compiler:c++11-lang qt:5 xorg USE_QT= core gui widgets x11extras buildtools_build linguisttools_build qmake_build USE_XORG= x11 xext xfixes xi xinerama Index: multimedia/snapcast/Makefile =================================================================== --- multimedia/snapcast/Makefile +++ multimedia/snapcast/Makefile @@ -19,7 +19,7 @@ libvorbis.so:audio/libvorbis \ libsoxr.so:audio/libsoxr -USES= cmake compiler:c++17-lang pkgconfig python shebangfix +USES= cmake compiler:c++17-lang python shebangfix USE_GITHUB= yes GH_ACCOUNT= badaix Index: multimedia/subtitlecomposer/Makefile =================================================================== --- multimedia/subtitlecomposer/Makefile +++ multimedia/subtitlecomposer/Makefile @@ -14,7 +14,7 @@ libavcodec.so:multimedia/ffmpeg USES= compiler:c++11-lang cmake desktop-file-utils gettext \ - kde:5 openal pkgconfig qt:5 shared-mime-info tar:xz xorg + kde:5 openal qt:5 shared-mime-info tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons jobwidgets i18n itemviews kio kross \ parts service solid sonnet textwidgets widgetsaddons \ Index: multimedia/totem-pl-parser/Makefile =================================================================== --- multimedia/totem-pl-parser/Makefile +++ multimedia/totem-pl-parser/Makefile @@ -15,7 +15,7 @@ libgpg-error.so:security/libgpg-error \ libgcrypt.so:security/libgcrypt -USES= gettext gnome libarchive localbase:ldflags meson pkgconfig tar:xz +USES= gettext gnome libarchive localbase:ldflags meson tar:xz USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes Index: multimedia/totem/Makefile =================================================================== --- multimedia/totem/Makefile +++ multimedia/totem/Makefile @@ -37,7 +37,7 @@ PORTSCOUT= limitw:1,even USES= compiler desktop-file-utils gettext gl gnome gstreamer localbase meson \ - pkgconfig python:3.6+ tar:xz xorg + python:3.6+ tar:xz xorg USE_GNOME= cairo gtk30 intlhack introspection libxml2 pygobject3 gnomedesktop3 USE_XORG= x11 xorgproto xtst ice sm USE_GSTREAMER= core good bad soup ugly Index: multimedia/transcode/Makefile =================================================================== --- multimedia/transcode/Makefile +++ multimedia/transcode/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg USE_LDCONFIG= yes -USES= gmake libtool pkgconfig tar:bzip2 gettext-runtime +USES= gmake libtool tar:bzip2 gettext-runtime GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss CPPFLAGS+= -I${LOCALBASE}/include Index: multimedia/tvheadend/Makefile =================================================================== --- multimedia/tvheadend/Makefile +++ multimedia/tvheadend/Makefile @@ -18,7 +18,7 @@ libunwind.so:devel/libunwind RUN_DEPENDS= dtv-scan-tables>=0:multimedia/dtv-scan-tables -USES= compiler:c++11-lang gettext gmake pkgconfig python shebangfix ssl +USES= compiler:c++11-lang gettext gmake python shebangfix ssl USE_GITHUB= yes GNU_CONFIGURE= yes Index: multimedia/vapoursynth-l-smash-works/Makefile =================================================================== --- multimedia/vapoursynth-l-smash-works/Makefile +++ multimedia/vapoursynth-l-smash-works/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= VFR-maniac GH_PROJECT= L-SMASH-Works -USES= gmake pkgconfig shebangfix +USES= gmake shebangfix EXCLUDE= VSHelper.h VSScript.h VapourSynth.h EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,} WRKSRC_SUBDIR= VapourSynth Index: multimedia/vapoursynth-vmaf/Makefile =================================================================== --- multimedia/vapoursynth-vmaf/Makefile +++ multimedia/vapoursynth-vmaf/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/vapoursynth/VSHelper.h:multimedia/vapoursynth LIB_DEPENDS= libvmaf.so:multimedia/vmaf -USES= compiler:c++17-lang meson pkgconfig +USES= compiler:c++17-lang meson USE_GITHUB= yes GH_ACCOUNT= HomeOfVapourSynthEvolution GH_PROJECT= VapourSynth-${PORTNAME:tu} Index: multimedia/vapoursynth/Makefile =================================================================== --- multimedia/vapoursynth/Makefile +++ multimedia/vapoursynth/Makefile @@ -10,7 +10,7 @@ USE_GITHUB= yes -USES= autoreconf gmake libtool localbase pathfix pkgconfig +USES= autoreconf gmake libtool localbase pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: multimedia/vcdimager/Makefile =================================================================== --- multimedia/vcdimager/Makefile +++ multimedia/vcdimager/Makefile @@ -14,7 +14,7 @@ libxml2.so:textproc/libxml2 \ libcdio.so:sysutils/libcdio -USES= gmake libtool localbase makeinfo pathfix pkgconfig +USES= gmake libtool localbase makeinfo pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: multimedia/vdpauinfo/Makefile =================================================================== --- multimedia/vdpauinfo/Makefile +++ multimedia/vdpauinfo/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libvdpau.so:multimedia/libvdpau -USES= autoreconf pkgconfig xorg +USES= autoreconf xorg USE_XORG= x11 USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org Index: multimedia/vdr-plugin-epgsearch/Makefile =================================================================== --- multimedia/vdr-plugin-epgsearch/Makefile +++ multimedia/vdr-plugin-epgsearch/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libtre.so:textproc/libtre -USES= pkgconfig tar:bzip2 +USES= tar:bzip2 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/vdr-plugin-${PLUGIN} MAKE_ARGS= INCLUDES="-I${LOCALBASE}/include -I${LOCALBASE}/include/vdr -I${WRKSRC}" Index: multimedia/vdr-plugin-markad/Makefile =================================================================== --- multimedia/vdr-plugin-markad/Makefile +++ multimedia/vdr-plugin-markad/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -USES= compiler:c++11-lang pkgconfig tar:tgz +USES= compiler:c++11-lang tar:tgz WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION} VDR_PLUGIN_MAKEFILES= ${WRKSRC}/command/Makefile ${WRKSRC}/plugin/Makefile DEFINES= -DDATADIR=\\\"${DATADIR}\\\" -DPREFIX=\\\"${PREFIX}\\\" Index: multimedia/vdr-plugin-osdpip/Makefile =================================================================== --- multimedia/vdr-plugin-osdpip/Makefile +++ multimedia/vdr-plugin-osdpip/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg -USES= pkgconfig tar:tgz +USES= tar:tgz PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION} Index: multimedia/vdr-plugin-skinenigmang/Makefile =================================================================== --- multimedia/vdr-plugin-skinenigmang/Makefile +++ multimedia/vdr-plugin-skinenigmang/Makefile @@ -14,8 +14,6 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig - PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/${PORTNAME} Index: multimedia/vdr-plugin-vnsiserver/Makefile =================================================================== --- multimedia/vdr-plugin-vnsiserver/Makefile +++ multimedia/vdr-plugin-vnsiserver/Makefile @@ -13,7 +13,6 @@ GH_ACCOUNT= FernetMenta GH_TAGNAME= 36e2b61 -USES= pkgconfig PATCH_STRIP= -p1 MAKE_ARGS= LIBDIR=${WRKDIR}/lib \ Index: multimedia/vdr-plugin-xineliboutput/Makefile =================================================================== --- multimedia/vdr-plugin-xineliboutput/Makefile +++ multimedia/vdr-plugin-xineliboutput/Makefile @@ -17,7 +17,7 @@ libvdpau.so:multimedia/libvdpau \ libxine.so:multimedia/libxine -USES= compiler:c++11-lang gl pkgconfig tar:bzip2 xorg +USES= compiler:c++11-lang gl tar:bzip2 xorg USE_GL= gl glu glut USE_XORG= xrandr xrender Index: multimedia/vdr/Makefile =================================================================== --- multimedia/vdr/Makefile +++ multimedia/vdr/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig \ xorg-fonts-truetype>=0:x11-fonts/xorg-fonts-truetype -USES= cpe gettext gmake iconv:wchar_t jpeg pkgconfig shebangfix tar:bzip2 +USES= cpe gettext gmake iconv:wchar_t jpeg shebangfix tar:bzip2 CPE_VENDOR= tvdr SHEBANG_FILES= svdrpsend CONFDIR= ${ETCDIR} Index: multimedia/vlc/Makefile =================================================================== --- multimedia/vlc/Makefile +++ multimedia/vlc/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ffmpeg>=3.4.1,1:multimedia/ffmpeg USES= compiler:c++17-lang cpe desktop-file-utils gettext-tools gmake gnome \ - iconv:wchar_t libtool localbase pathfix pkgconfig tar:xz + iconv:wchar_t libtool localbase pathfix tar:xz CPE_VENDOR= videolan Index: multimedia/webcamd/Makefile =================================================================== --- multimedia/webcamd/Makefile +++ multimedia/webcamd/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= v4l_compat>=1.0.20100321:multimedia/v4l_compat -USES= pkgconfig tar:bzip2 uidfix +USES= tar:bzip2 uidfix MAKE_ARGS= LIBDIR="${LOCALBASE}/lib" HAVE_CUSE="YES" USE_RC_SUBR= webcamd SUB_FILES= webcamd.conf Index: multimedia/webcamoid/Makefile =================================================================== --- multimedia/webcamoid/Makefile +++ multimedia/webcamoid/Makefile @@ -16,7 +16,7 @@ libpulse.so:audio/pulseaudio \ libv4l2.so:multimedia/libv4l -USES= compiler:c++11-lang gl gnome gstreamer pkgconfig qmake qt:5 xorg +USES= compiler:c++11-lang gl gnome gstreamer qmake qt:5 xorg USE_GITHUB= yes USE_GNOME= glib20 USE_GL= gl Index: multimedia/wf-recorder/Makefile =================================================================== --- multimedia/wf-recorder/Makefile +++ multimedia/wf-recorder/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ libwayland-client.so:graphics/wayland -USES= compiler:c++11-lang meson pkgconfig tar:xz +USES= compiler:c++11-lang meson tar:xz PLIST_FILES= bin/wf-recorder \ man/man1/wf-recorder.1.gz Index: multimedia/wlrobs/Makefile =================================================================== --- multimedia/wlrobs/Makefile +++ multimedia/wlrobs/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libobs.so:multimedia/obs-studio -USES= compiler:c11 gl meson pkgconfig +USES= compiler:c11 gl meson USE_GL= egl DATADIR= ${PREFIX}/lib/obs-plugins PORTDATA= lib${PORTNAME}.so Index: multimedia/x264/Makefile =================================================================== --- multimedia/x264/Makefile +++ multimedia/x264/Makefile @@ -35,7 +35,6 @@ X264_REV= 3060 X264_GITVER= ${GL_COMMIT:C/^(.{7}).*/\1/} -USES?= pkgconfig USES+= compiler:c11 gmake localbase shebangfix USE_GITLAB= yes USE_LDCONFIG= yes Index: multimedia/xawtv/Makefile =================================================================== --- multimedia/xawtv/Makefile +++ multimedia/xawtv/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/misc/led-iso8859-1.pcf.gz:x11-fonts/tv-fonts LIB_DEPENDS= libpng.so:graphics/png -USES= cpe gmake iconv jpeg motif ncurses perl5 tar:bzip2 pkgconfig xorg +USES= cpe gmake iconv jpeg motif ncurses perl5 tar:bzip2 xorg CPE_VENDOR= linuxtv Index: multimedia/xfce4-parole/Makefile =================================================================== --- multimedia/xfce4-parole/Makefile +++ multimedia/xfce4-parole/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= xdg-screensaver:devel/xdg-utils USES= compiler:c++11-lang desktop-file-utils gettext-tools \ - gmake gnome gstreamer libtool pkgconfig tar:bzip2 xfce xorg + gmake gnome gstreamer libtool tar:bzip2 xfce xorg USE_GNOME= cairo gtk30 glib20 intltool USE_GSTREAMER= core faad flac wavpack rtmp x USE_XFCE= panel Index: multimedia/xine/Makefile =================================================================== --- multimedia/xine/Makefile +++ multimedia/xine/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libxine.so:multimedia/libxine -USES= cpe desktop-file-utils gmake gnome iconv jpeg localbase pkgconfig \ +USES= cpe desktop-file-utils gmake gnome iconv jpeg localbase \ readline shared-mime-info tar:xz xorg USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm GNU_CONFIGURE= yes Index: multimedia/zart/Makefile =================================================================== --- multimedia/zart/Makefile +++ multimedia/zart/Makefile @@ -20,7 +20,7 @@ libopencv_core.so:graphics/opencv \ libfftw3.so:math/fftw3 -USES= compiler:c++11-lang pkgconfig qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= c-koi GH_TAGNAME= 099554f Index: net-im/beebeep/Makefile =================================================================== --- net-im/beebeep/Makefile +++ net-im/beebeep/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++17-lang pkgconfig \ +USES= compiler:c++17-lang \ qmake qt:5 zip USE_QT= core gui multimedia network printsupport widgets x11extras xml \ buildtools_build linguist_build Index: net-im/biboumi/Makefile =================================================================== --- net-im/biboumi/Makefile +++ net-im/biboumi/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libuuid.so:misc/e2fsprogs-libuuid -USES= cmake iconv localbase:ldflags pkgconfig python:build tar:xz +USES= cmake iconv localbase:ldflags python:build tar:xz USE_GITHUB= nodefault GH_TUPLE= catchorg:Catch2:v2.2.1:catch/external/src/catch Index: net-im/cawbird/Makefile =================================================================== --- net-im/cawbird/Makefile +++ net-im/cawbird/Makefile @@ -14,7 +14,7 @@ librest-0.7.so:devel/librest \ libsoup-gnome-2.4.so:devel/libsoup -USES= gettext gnome meson pkgconfig sqlite:3 vala:build +USES= gettext gnome meson sqlite:3 vala:build USE_GITHUB= yes GH_ACCOUNT= IBBoard Index: net-im/centerim/Makefile =================================================================== --- net-im/centerim/Makefile +++ net-im/centerim/Makefile @@ -15,7 +15,7 @@ libcurl.so:ftp/curl \ libgpg-error.so:security/libgpg-error -USES= cpe iconv gmake ncurses pkgconfig python shebangfix ssl +USES= cpe iconv gmake ncurses python shebangfix ssl USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net-im/chatterino2/Makefile =================================================================== --- net-im/chatterino2/Makefile +++ net-im/chatterino2/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libqt5keychain.so:security/qtkeychain@qt5 -USES= compiler:c++17-lang gl pkgconfig qmake qt:5 ssl +USES= compiler:c++17-lang gl qmake qt:5 ssl USE_QT= concurrent core gui multimedia network svg widgets \ buildtools_build qmake_build USE_GL= gl Index: net-im/climm/Makefile =================================================================== --- net-im/climm/Makefile +++ net-im/climm/Makefile @@ -9,7 +9,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= CLI-based Multi-Messenger -USES= gmake pkgconfig +USES= gmake GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/coyim/Makefile =================================================================== --- net-im/coyim/Makefile +++ net-im/coyim/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gnome go pkgconfig +USES= gnome go USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango USE_GITHUB= yes GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} Index: net-im/dino/Makefile =================================================================== --- net-im/dino/Makefile +++ net-im/dino/Makefile @@ -21,7 +21,7 @@ libsrtp2.so:net/libsrtp2 USES= cmake cpe desktop-file-utils gettext-tools gnome \ - ninja pkgconfig vala:build + ninja vala:build USE_GITHUB= yes Index: net-im/ejabberd/Makefile =================================================================== --- net-im/ejabberd/Makefile +++ net-im/ejabberd/Makefile @@ -23,7 +23,7 @@ libpng.so:graphics/png \ libwebp.so:graphics/webp -USES= compiler:c11 cpe gmake pkgconfig shebangfix ssl jpeg \ +USES= compiler:c11 cpe gmake shebangfix ssl jpeg \ autoreconf:build USERS= ejabberd Index: net-im/farstream/Makefile =================================================================== --- net-im/farstream/Makefile +++ net-im/farstream/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= libnice-gst1>=0:net-im/libnice-gst1 USES= gettext gmake gnome gstreamer libtool localbase:ldflags pathfix \ - pkgconfig python + python USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build USE_GSTREAMER= good bad Index: net-im/folks/Makefile =================================================================== --- net-im/folks/Makefile +++ net-im/folks/Makefile @@ -20,7 +20,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus -USES= gettext gnome localbase meson python:3.5+,build pkgconfig \ +USES= gettext gnome localbase meson python:3.5+,build \ readline sqlite tar:xz vala:build USE_GNOME= evolutiondataserver3 intlhack introspection:build USE_LDCONFIG= yes Index: net-im/fractal/Makefile =================================================================== --- net-im/fractal/Makefile +++ net-im/fractal/Makefile @@ -21,7 +21,7 @@ libgspell-1.so:textproc/gspell \ libhandy-0.0.so:x11-toolkits/libhandy0 -USES= cpe gettext gnome gstreamer meson pkgconfig python:3.5+,build ssl tar:xz +USES= cpe gettext gnome gstreamer meson python:3.5+,build ssl tar:xz CPE_VENDOR= gnome USE_GNOME= cairo gtk30 gtksourceview4 USE_GSTREAMER= bad editing-services Index: net-im/freetalk/Makefile =================================================================== --- net-im/freetalk/Makefile +++ net-im/freetalk/Makefile @@ -17,7 +17,7 @@ libguile-2.2.so:lang/guile2 \ libgc-threaded.so:devel/boehm-gc-threaded -USES= autoreconf gettext-runtime gnome localbase makeinfo pkgconfig \ +USES= autoreconf gettext-runtime gnome localbase makeinfo \ readline USE_GNOME= glib20 GNU_CONFIGURE= yes Index: net-im/gloox/Makefile =================================================================== --- net-im/gloox/Makefile +++ net-im/gloox/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libidn.so:dns/libidn \ libgnutls.so:security/gnutls -USES= libtool localbase pathfix pkgconfig tar:bzip2 +USES= libtool localbase pathfix tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: net-im/gotktrix/Makefile =================================================================== --- net-im/gotktrix/Makefile +++ net-im/gotktrix/Makefile @@ -13,7 +13,7 @@ libharfbuzz.so:print/harfbuzz \ libvulkan.so:graphics/vulkan-loader -USES= gnome go:modules pkgconfig +USES= gnome go:modules USE_GNOME= cairo gdkpixbuf2 glib20 gtk40 introspection pango GO_MODULE= github.com/diamondburned/gotktrix Index: net-im/jabberd/Makefile =================================================================== --- net-im/jabberd/Makefile +++ net-im/jabberd/Makefile @@ -15,7 +15,7 @@ libidn.so:dns/libidn \ libudns.so:dns/udns -USES= autoreconf compiler:c11 iconv libtool perl5 pkgconfig \ +USES= autoreconf compiler:c11 iconv libtool perl5 \ ssl tar:xz OPTIONS_DEFINE= MYSQL PGSQL LDAP BDB SQLITE PAM PIPE ANON FS DEBUG REQUIRES \ Index: net-im/jggtrans/Makefile =================================================================== --- net-im/jggtrans/Makefile +++ net-im/jggtrans/Makefile @@ -14,7 +14,7 @@ libgadu.so:polish/libgadu GNU_CONFIGURE= yes -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: net-im/kaccounts-integration/Makefile =================================================================== --- net-im/kaccounts-integration/Makefile +++ net-im/kaccounts-integration/Makefile @@ -12,7 +12,7 @@ libkeyring-kwallet.so:sysutils/signon-kwallet-extension RUN_DEPENDS= signon-ui:sysutils/signon-ui -USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ +USES= cmake compiler:c++11-lang gettext kde:5 \ qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ i18n iconthemes kcmutils kdeclarative kio service wallet widgetsaddons \ Index: net-im/kaccounts-providers/Makefile =================================================================== --- net-im/kaccounts-providers/Makefile +++ net-im/kaccounts-providers/Makefile @@ -12,7 +12,7 @@ libsignon-qt5.so:sysutils/signon-qt5 USES= cmake compiler:c++11-lang gettext gnome kde:5 \ - pkgconfig qt:5 tar:xz + qt:5 tar:xz USE_GNOME= intltool USE_KDE= config coreaddons i18n kdeclarative kio package service USE_QT= concurrent core dbus declarative gui location network \ Index: net-im/kaidan/Makefile =================================================================== --- net-im/kaidan/Makefile +++ net-im/kaidan/Makefile @@ -10,7 +10,7 @@ libZXing.so:textproc/zxing-cpp USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ - pkgconfig qt:5 tar:xz + qt:5 tar:xz USE_KDE= ecm kirigami2 notifications qqc2-desktop-style USE_QT= core dbus declarative gui location multimedia network \ quickcontrols2 sql svg widgets xml \ Index: net-im/ktp-accounts-kcm/Makefile =================================================================== --- net-im/ktp-accounts-kcm/Makefile +++ net-im/ktp-accounts-kcm/Makefile @@ -20,7 +20,7 @@ accounts-qml-module>=0:sysutils/accounts-qml-module USES= compiler:c++11-lang cmake gettext gnome kde:5 \ - pkgconfig qt:5 tar:xz + qt:5 tar:xz USE_GNOME= intltool USE_KDE= auth codecs config configwidgets coreaddons i18n \ iconthemes itemviews kcmutils kio notifications notifyconfig \ Index: net-im/ktp-auth-handler/Makefile =================================================================== --- net-im/ktp-auth-handler/Makefile +++ net-im/ktp-auth-handler/Makefile @@ -15,7 +15,7 @@ libkaccounts.so:net-im/kaccounts-integration \ libsignon-qt5.so:sysutils/signon-qt5 -USES= compiler:c++11-lang cmake gettext kde:5 pkgconfig \ +USES= compiler:c++11-lang cmake gettext kde:5 \ qca qt:5 tar:xz xorg USE_KDE= completion config coreaddons i18n jobwidgets kdewebkit \ kio wallet service solid widgetsaddons windowsystem \ Index: net-im/ktp-call-ui/Makefile =================================================================== --- net-im/ktp-call-ui/Makefile +++ net-im/ktp-call-ui/Makefile @@ -18,7 +18,7 @@ libtelepathy-glib.so:net-im/telepathy-glib \ libtelepathy-qt5-farstream.so:net-im/telepathy-qt -USES= cmake compiler:c++11-lang gettext gnome gstreamer kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang gettext gnome gstreamer kde:5 \ python qt:5 tar:xz USE_GNOME= glib20 USE_KDE= auth codecs config configwidgets coreaddons iconthemes \ Index: net-im/ktp-common-internals/Makefile =================================================================== --- net-im/ktp-common-internals/Makefile +++ net-im/ktp-common-internals/Makefile @@ -19,7 +19,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ +USES= cmake compiler:c++11-lang gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons i18n iconthemes itemviews jobwidgets kcmutils \ Index: net-im/libaccounts-glib/Makefile =================================================================== --- net-im/libaccounts-glib/Makefile +++ net-im/libaccounts-glib/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= checkmk:devel/check LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= gnome libtool meson pathfix pkgconfig python sqlite:3 vala:build +USES= gnome libtool meson pathfix python sqlite:3 vala:build USE_GNOME= pygobject3 introspection libxml2 USE_PYTHON= py3kplist Index: net-im/libaccounts-qt5/Makefile =================================================================== --- net-im/libaccounts-qt5/Makefile +++ net-im/libaccounts-qt5/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib USES= compiler:c++17-lang gettext-runtime gnome qmake \ - pathfix pkgconfig python qt:5 tar:bz2 + pathfix python qt:5 tar:bz2 USE_GNOME= glib20 USE_QT= buildtools_build core qmake_build testlib xml Index: net-im/libmesode/Makefile =================================================================== --- net-im/libmesode/Makefile +++ net-im/libmesode/Makefile @@ -12,7 +12,7 @@ USE_GITHUB= yes GH_ACCOUNT= boothj5 -USES= libtool pkgconfig autoreconf ssl +USES= libtool autoreconf ssl GNU_CONFIGURE= yes INSTALL_TARGET=install-strip CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig Index: net-im/libnice/Makefile =================================================================== --- net-im/libnice/Makefile +++ net-im/libnice/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS?= libgnutls.so:security/gnutls -USES= gettext gmake gnome libtool localbase:ldflags pathfix pkgconfig meson python +USES= gettext gmake gnome libtool localbase:ldflags pathfix meson python USE_LDCONFIG= yes USE_GNOME= glib20 introspection:build CPPFLAGS+= -DHAVE_GETIFADDRS Index: net-im/libpurple/Makefile =================================================================== --- net-im/libpurple/Makefile +++ net-im/libpurple/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3 -USES+= cpe gettext gmake gnome libtool localbase pathfix pkgconfig \ +USES+= cpe gettext gmake gnome libtool localbase pathfix \ tar:bzip2 USE_GNOME?= gnomeprefix intltool glib20 libxml2 GNU_CONFIGURE= yes Index: net-im/libsignon-glib/Makefile =================================================================== --- net-im/libsignon-glib/Makefile +++ net-im/libsignon-glib/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= signond:sysutils/signon-qt5 RUN_DEPENDS= signond:sysutils/signon-qt5 -USES= gnome libtool meson pathfix pkgconfig python tar:bz2 vala:build +USES= gnome libtool meson pathfix python tar:bz2 vala:build USE_GNOME= introspection pygobject3 USE_PYTHON= py3kplist Index: net-im/libstrophe/Makefile =================================================================== --- net-im/libstrophe/Makefile +++ net-im/libstrophe/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= libtool pkgconfig autoreconf ssl +USES= libtool autoreconf ssl USE_GITHUB= yes GH_ACCOUNT= strophe GNU_CONFIGURE= yes Index: net-im/loudmouth/Makefile =================================================================== --- net-im/loudmouth/Makefile +++ net-im/loudmouth/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libidn.so:dns/libidn -USES= gettext gmake gnome libtool pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net-im/mbpurple/Makefile =================================================================== --- net-im/mbpurple/Makefile +++ net-im/mbpurple/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= dos2unix gmake pkgconfig +USES= dos2unix gmake DOS2UNIX_GLOB= *.c MAKE_ARGS= PREFIX="${PREFIX}" LIBDIR="${PREFIX}/lib" \ PURPLE_DATAROOT_DIR="${PREFIX}/share" Index: net-im/mcabber/Makefile =================================================================== --- net-im/mcabber/Makefile +++ net-im/mcabber/Makefile @@ -15,7 +15,7 @@ libcharset.so:converters/libiconv USES= cpe gettext gnome iconv:wchar_t libtool localbase ncurses pathfix \ - pkgconfig tar:bzip2 + tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-hgcset Index: net-im/meanwhile/Makefile =================================================================== --- net-im/meanwhile/Makefile +++ net-im/meanwhile/Makefile @@ -7,7 +7,7 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net-im/mtxclient/Makefile =================================================================== --- net-im/mtxclient/Makefile +++ net-im/mtxclient/Makefile @@ -17,7 +17,7 @@ libsodium.so:security/libsodium \ libspdlog.so:devel/spdlog -USES= cmake compiler:c++17-lang pkgconfig ssl \ +USES= cmake compiler:c++17-lang ssl \ tar:xz CMAKE_OFF= BUILD_LIB_TESTS Index: net-im/neochat/Makefile =================================================================== --- net-im/neochat/Makefile +++ net-im/neochat/Makefile @@ -18,7 +18,7 @@ # Quotient is a static lib, doesn't need to be in RUN_DEPENDS RUN_DEPENDS= kquickimageeditor>=0.2.0:graphics/kquickimageeditor -USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++17-lang gl kde:5 qt:5 tar:xz USE_GL= gl USE_QT= core dbus declarative graphicaleffects gui imageformats \ multimedia network quickcontrols quickcontrols2 \ Index: net-im/nheko/Makefile =================================================================== --- net-im/nheko/Makefile +++ net-im/nheko/Makefile @@ -25,7 +25,7 @@ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang desktop-file-utils \ - localbase:ldflags pkgconfig qt:5 ssl tar:xz + localbase:ldflags qt:5 ssl tar:xz USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 svg widgets \ graphicaleffects_run \ Index: net-im/pidgin-bot-sentry/Makefile =================================================================== --- net-im/pidgin-bot-sentry/Makefile +++ net-im/pidgin-bot-sentry/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpurple.so:net-im/libpurple RUN_DEPENDS= pidgin:net-im/pidgin -USES= gettext gmake gnome libtool pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool tar:bzip2 USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Index: net-im/pidgin-fetion/Makefile =================================================================== --- net-im/pidgin-fetion/Makefile +++ net-im/pidgin-fetion/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpurple.so:net-im/libpurple GNU_CONFIGURE= yes -USES= libtool pkgconfig tar:bzip2 +USES= libtool tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip Index: net-im/pidgin-hotkeys/Makefile =================================================================== --- net-im/pidgin-hotkeys/Makefile +++ net-im/pidgin-hotkeys/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: net-im/pidgin-icyque/Makefile =================================================================== --- net-im/pidgin-icyque/Makefile +++ net-im/pidgin-icyque/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= gnome gmake localbase:ldflags pkgconfig +USES= gnome gmake localbase:ldflags PLIST_FILES= lib/purple-2/libicyque.so Index: net-im/pidgin-latex/Makefile =================================================================== --- net-im/pidgin-latex/Makefile +++ net-im/pidgin-latex/Makefile @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} -USES= gmake gnome magick:6,run pkgconfig tar:bzip2 +USES= gmake gnome magick:6,run tar:bzip2 USE_TEX= latex USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" Index: net-im/pidgin-libnotify/Makefile =================================================================== --- net-im/pidgin-libnotify/Makefile +++ net-im/pidgin-libnotify/Makefile @@ -15,7 +15,7 @@ libpurple.so:net-im/libpurple GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_LDCONFIG= yes USE_GNOME= gtk20 intltool Index: net-im/pidgin-manualsize/Makefile =================================================================== --- net-im/pidgin-manualsize/Makefile +++ net-im/pidgin-manualsize/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= lib/pidgin/manualsize.so -USES= pkgconfig tar:bzip2 +USES= tar:bzip2 ALL_TARGET= manualsize.so post-patch: Index: net-im/pidgin-sipe/Makefile =================================================================== --- net-im/pidgin-sipe/Makefile +++ net-im/pidgin-sipe/Makefile @@ -23,7 +23,7 @@ libfarstream-0.2.so:net-im/farstream RUN_DEPENDS= pidgin:net-im/pidgin -USES= compiler:c11 gmake gnome gstreamer libtool localbase pkgconfig tar:bzip2 ssl +USES= compiler:c11 gmake gnome gstreamer libtool localbase tar:bzip2 ssl USE_GNOME= gtk20 intltool libxml2 USE_LDCONFIG= yes Index: net-im/pidgin-skypeweb/Makefile =================================================================== --- net-im/pidgin-skypeweb/Makefile +++ net-im/pidgin-skypeweb/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= cmake dos2unix gettext-runtime gnome localbase:ldflags \ - pkgconfig +USES= cmake dos2unix gettext-runtime gnome localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_PROJECT= skype4pidgin Index: net-im/pidgin-twitter/Makefile =================================================================== --- net-im/pidgin-twitter/Makefile +++ net-im/pidgin-twitter/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes Index: net-im/pidgin-window_merge/Makefile =================================================================== --- net-im/pidgin-window_merge/Makefile +++ net-im/pidgin-window_merge/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -USES= autoreconf gmake gnome libtool localbase:ldflags pkgconfig +USES= autoreconf gmake gnome libtool localbase:ldflags USE_GNOME= intltool INSTALL_TARGET= install-strip Index: net-im/profanity/Makefile =================================================================== --- net-im/profanity/Makefile +++ net-im/profanity/Makefile @@ -20,7 +20,7 @@ libsignal-protocol-c.so:net/libsignal-protocol-c \ libstrophe.so:net-im/libstrophe -USES= cpe ncurses pkgconfig ssl python:3.8+ readline autoreconf libtool gnome \ +USES= cpe ncurses ssl python:3.8+ readline autoreconf libtool gnome \ sqlite:3 CPE_VENDOR= ${PORTNAME}_project USE_GNOME= glib20 Index: net-im/psi/Makefile =================================================================== --- net-im/psi/Makefile +++ net-im/psi/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libidn.so:dns/libidn -USES= cmake compiler:c++11-lang desktop-file-utils minizip pkgconfig \ +USES= cmake compiler:c++11-lang desktop-file-utils minizip \ qca qt:5 tar:xz xorg USE_QT= concurrent core dbus gui multimedia network svg widgets \ x11extras xml buildtools_build qmake_build imageformats_run Index: net-im/purple-discord/Makefile =================================================================== --- net-im/purple-discord/Makefile +++ net-im/purple-discord/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= dos2unix gettext gmake gnome magick:6,build pkgconfig +USES= dos2unix gettext gmake gnome magick:6,build USE_GNOME= glib20 USE_LDCONFIG= yes USE_GITHUB= yes Index: net-im/purple-facebook/Makefile =================================================================== --- net-im/purple-facebook/Makefile +++ net-im/purple-facebook/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpurple.so:net-im/libpurple \ libjson-glib-1.0.so:devel/json-glib -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gnome libtool PLIST_FILES= lib/purple-2/libfacebook.so GNU_CONFIGURE= yes USE_GNOME= glib20 Index: net-im/purple-googlechat/Makefile =================================================================== --- net-im/purple-googlechat/Makefile +++ net-im/purple-googlechat/Makefile @@ -11,7 +11,7 @@ libprotobuf-c.so:devel/protobuf-c \ libpurple.so:net-im/libpurple -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_TAGNAME= 56ba7f7 Index: net-im/purple-hangouts/Makefile =================================================================== --- net-im/purple-hangouts/Makefile +++ net-im/purple-hangouts/Makefile @@ -12,7 +12,7 @@ libjson-glib-1.0.so:devel/json-glib \ libprotobuf-c.so:devel/protobuf-c -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_TAGNAME= 55b9f01 # Change accordingly with PORTVERSION Index: net-im/purple-mattermost/Makefile =================================================================== --- net-im/purple-mattermost/Makefile +++ net-im/purple-mattermost/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= gettext gmake gnome localbase pkgconfig +USES= gettext gmake gnome localbase USE_GNOME= glib20 USE_LDCONFIG= yes USE_GITHUB= yes Index: net-im/purple-plugin-pack/Makefile =================================================================== --- net-im/purple-plugin-pack/Makefile +++ net-im/purple-plugin-pack/Makefile @@ -14,6 +14,6 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= gettext meson pkgconfig tar:xz +USES= gettext meson tar:xz .include Index: net-im/purple-rocketchat/Makefile =================================================================== --- net-im/purple-rocketchat/Makefile +++ net-im/purple-rocketchat/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libpurple.so:net-im/libpurple -USES= dos2unix gmake gnome pkgconfig +USES= dos2unix gmake gnome USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_TAGNAME= 5c08ad0eacd39914d27b692d7eb42a94a991fb4c Index: net-im/purple-slack/Makefile =================================================================== --- net-im/purple-slack/Makefile +++ net-im/purple-slack/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpurple.so:net-im/libpurple BUILD_DEPENDS= bash:shells/bash -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= glib20 USE_LDCONFIG= yes MAKE_ARGS= CC="${CC}" SHELL="${LOCALBASE}/bin/bash" Index: net-im/py-slixmpp/Makefile =================================================================== --- net-im/py-slixmpp/Makefile +++ net-im/py-slixmpp/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} TEST_DEPENDS= gpg:security/gnupg -USES= cpe pkgconfig python:3.7+ +USES= cpe python:3.7+ CPE_VENDOR= ${PORTNAME}_project USE_PYTHON= distutils autoplist cython Index: net-im/qTox/Makefile =================================================================== --- net-im/qTox/Makefile +++ net-im/qTox/Makefile @@ -23,7 +23,7 @@ libtoxext.so:net-im/toxext \ libvpx.so:multimedia/libvpx -USES= cmake compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig qt:5 +USES= cmake compiler:c++11-lib desktop-file-utils gettext openal:soft qt:5 USE_GITHUB= yes USE_QT= core gui network xml opengl sql sql-sqlite3_run widgets svg \ concurrent_build buildtools_build linguisttools_build qmake_build testlib_build Index: net-im/qxmpp-qt5/Makefile =================================================================== --- net-im/qxmpp-qt5/Makefile +++ net-im/qxmpp-qt5/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL -USES= cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5 +USES= cmake compiler:c++17-lang libtool pathfix qt:5 USE_QT= core gui network xml \ buildtools_build qmake_build testlib_build Index: net-im/ricochet/Makefile =================================================================== --- net-im/ricochet/Makefile +++ net-im/ricochet/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf -USES= compiler:c++11-lib gl gmake pkgconfig qmake qt:5 ssl +USES= compiler:c++11-lib gl gmake qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= ricochet-im USE_QT= core declarative gui multimedia network quickcontrols widgets \ Index: net-im/sayaka/Makefile =================================================================== --- net-im/sayaka/Makefile +++ net-im/sayaka/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libmbedtls.so:security/mbedtls -USES= compiler:c++17-lang iconv jpeg pkgconfig +USES= compiler:c++17-lang iconv jpeg GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= isaki68k Index: net-im/spectral/Makefile =================================================================== --- net-im/spectral/Makefile +++ net-im/spectral/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ libcmark.so:textproc/cmark -USES= cmake compiler:c++17-lang gl pkgconfig qt:5 tar:bz2 +USES= cmake compiler:c++17-lang gl qt:5 tar:bz2 USE_GL= gl USE_QT= core dbus declarative graphicaleffects gui imageformats \ multimedia network quickcontrols quickcontrols2 svg widgets \ Index: net-im/talkatu/Makefile =================================================================== --- net-im/talkatu/Makefile +++ net-im/talkatu/Makefile @@ -18,7 +18,7 @@ libgumbo.so:devel/gumbo \ libcmark.so:textproc/cmark -USES= gettext-runtime gnome meson pkgconfig +USES= gettext-runtime gnome meson USE_LDCONFIG= yes MESON_ARGS= -Dtests=false Index: net-im/telegram-cli/Makefile =================================================================== --- net-im/telegram-cli/Makefile +++ net-im/telegram-cli/Makefile @@ -13,7 +13,7 @@ libevent.so:devel/libevent \ libjansson.so:devel/jansson -USES= gmake lua pkgconfig readline ssl +USES= gmake lua readline ssl USE_GITHUB= yes GH_ACCOUNT= kenorb-contrib GH_PROJECT= tg Index: net-im/telegram-desktop/Makefile =================================================================== --- net-im/telegram-desktop/Makefile +++ net-im/telegram-desktop/Makefile @@ -49,7 +49,7 @@ qt6_CONFLICTS_INSTALL= ${PORTNAME} USES= cmake compiler:c++17-lang desktop-file-utils gl \ - gnome pkgconfig python:3.7+,build ssl xorg + gnome python:3.7+,build ssl xorg USE_GITHUB= nodefault GH_ACCOUNT= telegramdesktop Index: net-im/telegram-purple/Makefile =================================================================== --- net-im/telegram-purple/Makefile +++ net-im/telegram-purple/Makefile @@ -18,7 +18,7 @@ libpurple.so:net-im/libpurple \ libpng.so:graphics/png -USES= gmake gnome pkgconfig localbase:ldflags +USES= gmake gnome localbase:ldflags USE_GNOME= glib20 GNU_CONFIGURE= yes Index: net-im/telepathy-accounts-signon/Makefile =================================================================== --- net-im/telepathy-accounts-signon/Makefile +++ net-im/telepathy-accounts-signon/Makefile @@ -15,7 +15,7 @@ libsignon-glib.so:net-im/libsignon-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gettext gnome meson pkgconfig tar:bz2 +USES= gettext gnome meson tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= YES Index: net-im/telepathy-farstream/Makefile =================================================================== --- net-im/telepathy-farstream/Makefile +++ net-im/telepathy-farstream/Makefile @@ -15,7 +15,7 @@ libtelepathy-glib.so:net-im/telepathy-glib \ libfarstream-0.2.so:net-im/farstream -USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig python +USES= gmake gnome libtool localbase:ldflags pathfix python USE_GNOME= glib20 libxslt:build introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net-im/telepathy-gabble/Makefile =================================================================== --- net-im/telepathy-gabble/Makefile +++ net-im/telepathy-gabble/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even -USES= alias gmake gnome libtool pathfix pkgconfig python:build \ +USES= alias gmake gnome libtool pathfix python:build \ shebangfix sqlite ssl USE_GNOME= glib20 gtksourceview3 libxslt:build GNU_CONFIGURE= yes Index: net-im/telepathy-glib/Makefile =================================================================== --- net-im/telepathy-glib/Makefile +++ net-im/telepathy-glib/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= gmake gnome libtool pathfix pkgconfig python:build +USES= gmake gnome libtool pathfix python:build USE_GNOME= glib20 introspection:build libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net-im/telepathy-idle/Makefile =================================================================== --- net-im/telepathy-idle/Makefile +++ net-im/telepathy-idle/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gmake gnome libtool pathfix pkgconfig python:build ssl +USES= gmake gnome libtool pathfix python:build ssl USE_GNOME= glib20 libxslt:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net-im/telepathy-logger-qt5/Makefile =================================================================== --- net-im/telepathy-logger-qt5/Makefile +++ net-im/telepathy-logger-qt5/Makefile @@ -19,7 +19,7 @@ libtelepathy-qt5.so:net-im/telepathy-qt USES= bison:build cmake compiler:c++11-lang gnome kde:5 \ - pkgconfig python:3.5+,build qt:5 tar:xz + python:3.5+,build qt:5 tar:xz USE_GNOME= glib20 libxml2 USE_KDE= ecm USE_QT= core buildtools_build dbus network qmake_build xml Index: net-im/telepathy-logger/Makefile =================================================================== --- net-im/telepathy-logger/Makefile +++ net-im/telepathy-logger/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libtelepathy-glib.so:net-im/telepathy-glib -USES= gettext-tools gmake gnome libtool pathfix pkgconfig \ +USES= gettext-tools gmake gnome libtool pathfix \ python:build sqlite tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net-im/telepathy-mission-control/Makefile =================================================================== --- net-im/telepathy-mission-control/Makefile +++ net-im/telepathy-mission-control/Makefile @@ -11,7 +11,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus -USES= gmake gnome libtool pathfix pkgconfig python:build +USES= gmake gnome libtool pathfix python:build USE_GNOME= glib20 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net-im/telepathy-qt/Makefile =================================================================== --- net-im/telepathy-qt/Makefile +++ net-im/telepathy-qt/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:devel/py-dbus@${PY_FLAVOR} USES= cmake compiler:c++11-lang gettext gnome gstreamer localbase:ldflags pathfix \ - pkgconfig python:3.5+,build qt:5 + python:3.5+,build qt:5 USE_GNOME= glib20 libxslt:build USE_QT= core dbus gui network xml \ buildtools_build qmake_build testlib_build widgets_build Index: net-im/telepathy-salut/Makefile =================================================================== --- net-im/telepathy-salut/Makefile +++ net-im/telepathy-salut/Makefile @@ -15,7 +15,7 @@ libsoup-2.4.so:devel/libsoup GNU_CONFIGURE= yes -USES= gmake gnome libtool pathfix pkgconfig python:build sqlite ssl +USES= gmake gnome libtool pathfix python:build sqlite ssl USE_GNOME= glib20 libxslt:build CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no LDFLAGS+= -lpthread Index: net-im/telepathy-sofiasip/Makefile =================================================================== --- net-im/telepathy-sofiasip/Makefile +++ net-im/telepathy-sofiasip/Makefile @@ -12,7 +12,7 @@ libdbus-glib-1.so:devel/dbus-glib GNU_CONFIGURE= yes -USES= gmake gnome pkgconfig ssl +USES= gmake gnome ssl USE_GNOME= glib20 .include Index: net-im/tg_owt/Makefile =================================================================== --- net-im/tg_owt/Makefile +++ net-im/tg_owt/Makefile @@ -17,7 +17,7 @@ libopus.so:audio/opus \ libpipewire-0.3.so:multimedia/pipewire -USES= cmake gl pkgconfig xorg +USES= cmake gl xorg USE_XORG= x11 xcomposite xdamage xrender xrandr xtst USE_GL= gbm USE_GITHUB= yes Index: net-im/tox/Makefile =================================================================== --- net-im/tox/Makefile +++ net-im/tox/Makefile @@ -29,7 +29,7 @@ CPE_VENDOR= toktok -USES= cmake compiler:c11 cpe libtool pathfix pkgconfig +USES= cmake compiler:c11 cpe libtool pathfix USE_LDCONFIG= yes PLIST_SUB= VER=${PORTVERSION:C/0.//}.0 SO=2 Index: net-im/tox_extension_messages/Makefile =================================================================== --- net-im/tox_extension_messages/Makefile +++ net-im/tox_extension_messages/Makefile @@ -15,7 +15,7 @@ libtoxext.so:net-im/toxext \ libvpx.so:multimedia/libvpx -USES= cmake localbase:ldflags pkgconfig +USES= cmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= toxext Index: net-im/toxbot/Makefile =================================================================== --- net-im/toxbot/Makefile +++ net-im/toxbot/Makefile @@ -16,7 +16,7 @@ GH_PROJECT= ToxBot GH_TAGNAME= 1e4af05 -USES= gmake pkgconfig +USES= gmake PLIST_FILES= bin/${PORTNAME} Index: net-im/toxext/Makefile =================================================================== --- net-im/toxext/Makefile +++ net-im/toxext/Makefile @@ -14,7 +14,7 @@ libtoxcore.so:net-im/tox \ libvpx.so:multimedia/libvpx -USES= cmake:testing localbase:ldflags pkgconfig +USES= cmake:testing localbase:ldflags USE_GITHUB= yes CMAKE_ON= BUILD_SHARED_LIBS Index: net-im/toxic/Makefile =================================================================== --- net-im/toxic/Makefile +++ net-im/toxic/Makefile @@ -20,7 +20,7 @@ libconfig.so:devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:net-im/tox -USES= compiler:c11 desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig +USES= compiler:c11 desktop-file-utils gettext-runtime gmake ncurses openal:al,alut USE_GITHUB= yes GH_ACCOUNT= JFreegman Index: net-im/toxins/Makefile =================================================================== --- net-im/toxins/Makefile +++ net-im/toxins/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium \ libtoxcore.so:net-im/tox -USES= gmake pkgconfig +USES= gmake USE_CSTD= gnu99 USE_GITHUB= yes GH_ACCOUNT= TokTok Index: net-im/uTox/Makefile =================================================================== --- net-im/uTox/Makefile +++ net-im/uTox/Makefile @@ -23,7 +23,7 @@ libvpx.so:multimedia/libvpx TEST_DEPENDS= check>=0:devel/check -USES= cmake compiler:c11 desktop-file-utils openal pkgconfig xorg +USES= cmake compiler:c11 desktop-file-utils openal xorg USE_XORG= ice sm x11 xext xrender CMAKE_OFF= ENABLE_LTO ENABLE_TESTS Index: net-im/vqcc-gtk/Makefile =================================================================== --- net-im/vqcc-gtk/Makefile +++ net-im/vqcc-gtk/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification -USES= pathfix gmake gnome gettext pkgconfig xorg +USES= pathfix gmake gnome gettext xorg USE_GNOME= gnomeprefix gtk20 USE_XORG= x11 xext xscrnsaver GNU_CONFIGURE= yes Index: net-mgmt/aircrack-ng/Makefile =================================================================== --- net-mgmt/aircrack-ng/Makefile +++ net-mgmt/aircrack-ng/Makefile @@ -15,7 +15,7 @@ BROKEN_armv7= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major BROKEN_i386= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major -USES= autoreconf cpe dos2unix gmake libtool pkgconfig +USES= autoreconf cpe dos2unix gmake libtool USE_GCC= yes USE_LDCONFIG= yes Index: net-mgmt/bwm-ng/Makefile =================================================================== --- net-mgmt/bwm-ng/Makefile +++ net-mgmt/bwm-ng/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libstatgrab.so:devel/libstatgrab GNU_CONFIGURE= yes -USES= ncurses pkgconfig +USES= ncurses USE_CSTD= gnu89 PLIST_FILES= bin/bwm-ng man/man1/bwm-ng.1.gz Index: net-mgmt/collectd5/Makefile =================================================================== --- net-mgmt/collectd5/Makefile +++ net-mgmt/collectd5/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cpe gmake libtool pkgconfig shebangfix tar:bzip2 +USES= autoreconf cpe gmake libtool shebangfix tar:bzip2 GNU_CONFIGURE= yes Index: net-mgmt/driftnet/Makefile =================================================================== --- net-mgmt/driftnet/Makefile +++ net-mgmt/driftnet/Makefile @@ -16,7 +16,7 @@ libwebsockets.so:net/libwebsockets USES= autoreconf gettext-runtime gmake gnome jpeg localbase:ldflags \ - pkgconfig xorg + xorg USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= deiv Index: net-mgmt/etherape/Makefile =================================================================== --- net-mgmt/etherape/Makefile +++ net-mgmt/etherape/Makefile @@ -16,7 +16,7 @@ libgoocanvas-2.0.so:graphics/goocanvas2 \ libpopt.so:devel/popt -USES= gettext gmake gnome iconv localbase pathfix pkgconfig +USES= gettext gmake gnome iconv localbase pathfix USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango GNU_CONFIGURE= yes Index: net-mgmt/ettercap/Makefile =================================================================== --- net-mgmt/ettercap/Makefile +++ net-mgmt/ettercap/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libnet.so:net/libnet -USES= bison cmake cpe iconv localbase:ldflags pkgconfig +USES= bison cmake cpe iconv localbase:ldflags CMAKE_ARGS= -DHAVE_PCAP=${LIBDIR} \ -DHAVE_RESOLV=${LIBDIR} \ Index: net-mgmt/gnu-ipcalc/Makefile =================================================================== --- net-mgmt/gnu-ipcalc/Makefile +++ net-mgmt/gnu-ipcalc/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= localbase meson pkgconfig +USES= localbase meson USE_GITLAB= yes GL_ACCOUNT= ipcalc GL_COMMIT= 8dfa28013234755ef3ce3e157b3940eeaaa2b7df Index: net-mgmt/gsnmp/Makefile =================================================================== --- net-mgmt/gsnmp/Makefile +++ net-mgmt/gsnmp/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgnet-2.0.so:net/gnet2 -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net-mgmt/jnettop/Makefile =================================================================== --- net-mgmt/jnettop/Makefile +++ net-mgmt/jnettop/Makefile @@ -9,7 +9,7 @@ COMMENT= Traffic visualizer, similar to nettop GNU_CONFIGURE= yes -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= glib20 LICENSE= GPLv2 Index: net-mgmt/libsmi/Makefile =================================================================== --- net-mgmt/libsmi/Makefile +++ net-mgmt/libsmi/Makefile @@ -8,7 +8,7 @@ MAINTAINER= saper@saper.info COMMENT= Library to access SMI MIB information -USES= cpe gmake libtool pathfix pkgconfig +USES= cpe gmake libtool pathfix CPE_VENDOR= tu-braunschweig USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: net-mgmt/lldpd/Makefile =================================================================== --- net-mgmt/lldpd/Makefile +++ net-mgmt/lldpd/Makefile @@ -47,7 +47,6 @@ DTRACE_CONFIGURE_ENABLE= dtrace JSON_LIB_DEPENDS= libjansson.so:devel/jansson -JSON_USES= pkgconfig JSON_CONFIGURE_WITH= json PIE_CONFIGURE_ENABLE= pie PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp Index: net-mgmt/mbrowse/Makefile =================================================================== --- net-mgmt/mbrowse/Makefile +++ net-mgmt/mbrowse/Makefile @@ -13,7 +13,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gnome pkgconfig ssl +USES= gnome ssl USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes Index: net-mgmt/metronome/Makefile =================================================================== --- net-mgmt/metronome/Makefile +++ net-mgmt/metronome/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= autoreconf:build compiler:c++11-lang eigen:3 libtool:build \ - pathfix pkgconfig + pathfix USE_GITHUB= yes GH_ACCOUNT= ahupowerdns Index: net-mgmt/netdata/Makefile =================================================================== --- net-mgmt/netdata/Makefile +++ net-mgmt/netdata/Makefile @@ -25,7 +25,7 @@ bash:shells/bash \ curl:ftp/curl -USES= autoreconf cpe gmake pathfix pkgconfig:both python shebangfix \ +USES= autoreconf cpe gmake pathfix python shebangfix \ ssl USE_RC_SUBR= ${PORTNAME} SHEBANG_GLOB= * Index: net-mgmt/nfdump/Makefile =================================================================== --- net-mgmt/nfdump/Makefile +++ net-mgmt/nfdump/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/BSD-license.txt -USES= autoreconf compiler:c11 cpe libtool pkgconfig +USES= autoreconf compiler:c11 cpe libtool USE_CSTD= gnu89 USE_LDCONFIG= yes USE_GITHUB= yes Index: net-mgmt/pmacct/Makefile =================================================================== --- net-mgmt/pmacct/Makefile +++ net-mgmt/pmacct/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= gmake libtool pkgconfig localbase autoreconf +USES= gmake libtool localbase autoreconf USE_RC_SUBR= pmacctd nfacctd sfacctd SUB_FILES= pkg-message GNU_CONFIGURE= yes Index: net-mgmt/resource-agents/Makefile =================================================================== --- net-mgmt/resource-agents/Makefile +++ net-mgmt/resource-agents/Makefile @@ -13,7 +13,7 @@ redis-cli:databases/redis RUN_DEPENDS= bash:shells/bash -USES= autoreconf gmake gnome pkgconfig python shebangfix +USES= autoreconf gmake gnome python shebangfix USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= ClusterLabs Index: net-mgmt/riemann-c-client/Makefile =================================================================== --- net-mgmt/riemann-c-client/Makefile +++ net-mgmt/riemann-c-client/Makefile @@ -16,7 +16,7 @@ libjson-c.so:devel/json-c \ libprotobuf-c.so:devel/protobuf-c -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf gmake libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net-mgmt/seafile-client/Makefile =================================================================== --- net-mgmt/seafile-client/Makefile +++ net-mgmt/seafile-client/Makefile @@ -20,7 +20,7 @@ bash:shells/bash USES= autoreconf gnome iconv libarchive libtool localbase \ - pathfix pkgconfig python:3.6+ shebangfix sqlite ssl vala:build + pathfix python:3.6+ shebangfix sqlite ssl vala:build USE_GITHUB= yes GH_ACCOUNT= haiwen GH_PROJECT= seafile Index: net-mgmt/seafile-gui/Makefile =================================================================== --- net-mgmt/seafile-gui/Makefile +++ net-mgmt/seafile-gui/Makefile @@ -16,7 +16,7 @@ libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c++11-lang cmake gnome pkgconfig qt:5 shebangfix ssl +USES= compiler:c++11-lang cmake gnome qt:5 shebangfix ssl SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \ scripts/*.py Index: net-mgmt/seafile-server/Makefile =================================================================== --- net-mgmt/seafile-server/Makefile +++ net-mgmt/seafile-server/Makefile @@ -26,7 +26,7 @@ CONFLICTS= seafile USES= autoreconf compiler:c11 gnome iconv libarchive libtool localbase mysql \ - pathfix pgsql pkgconfig python:3.7+ shebangfix sqlite ssl vala:build + pathfix pgsql python:3.7+ shebangfix sqlite ssl vala:build USE_GITHUB= yes GH_ACCOUNT= haiwen USE_GNOME= glib20 Index: net-mgmt/spectools/Makefile =================================================================== --- net-mgmt/spectools/Makefile +++ net-mgmt/spectools/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL -USES= gmake localbase:ldflags ncurses pkgconfig +USES= gmake localbase:ldflags ncurses GNU_CONFIGURE= yes ALL_TARGET= spectool_net spectool_raw Index: net-mgmt/super_mediator/Makefile =================================================================== --- net-mgmt/super_mediator/Makefile +++ net-mgmt/super_mediator/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c11 gnome libtool pathfix perl5 pkgconfig ssl +USES= compiler:c11 gnome libtool pathfix perl5 ssl USE_GNOME= glib20 PLIST_SUB+= PORTVERSION="${PORTVERSION}" Index: net-mgmt/tcpreplay/Makefile =================================================================== --- net-mgmt/tcpreplay/Makefile +++ net-mgmt/tcpreplay/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdnet.so:net/libdnet \ libopts.so:devel/autogen -USES= cpe gmake libtool pkgconfig tar:xz +USES= cpe gmake libtool tar:xz CPE_VENDOR= broadcom GNU_CONFIGURE= yes Index: net-mgmt/virt-viewer/Makefile =================================================================== --- net-mgmt/virt-viewer/Makefile +++ net-mgmt/virt-viewer/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2 USES= cpe desktop-file-utils gettext gettext-tools gmake gnome \ - libtool meson perl5 pkgconfig python:3.6+,build \ + libtool meson perl5 python:3.6+,build \ shared-mime-info tar:xz xorg CPE_VENDOR= redhat USE_GNOME= gtk30 libxml2 Index: net-mgmt/wifimgr/Makefile =================================================================== --- net-mgmt/wifimgr/Makefile +++ net-mgmt/wifimgr/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= desktop-file-utils gnome pkgconfig tar:xz xorg +USES= desktop-file-utils gnome tar:xz xorg USE_GNOME= cairo USE_XORG= x11 Index: net-mgmt/yaf/Makefile =================================================================== --- net-mgmt/yaf/Makefile +++ net-mgmt/yaf/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gnome libtool pathfix perl5 pkgconfig +USES= gnome libtool pathfix perl5 USE_GNOME= glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --sysconfdir="${ETCDIR}" Index: net-mgmt/zabbix4-server/Makefile =================================================================== --- net-mgmt/zabbix4-server/Makefile +++ net-mgmt/zabbix4-server/Makefile @@ -29,7 +29,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d .endif -USES= iconv pkgconfig +USES= iconv USERS= zabbix GROUPS= zabbix Index: net-mgmt/zabbix5-server/Makefile =================================================================== --- net-mgmt/zabbix5-server/Makefile +++ net-mgmt/zabbix5-server/Makefile @@ -27,7 +27,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d .endif -USES= pkgconfig iconv +USES= iconv USERS= zabbix GROUPS= zabbix Index: net-mgmt/zabbix6-server/Makefile =================================================================== --- net-mgmt/zabbix6-server/Makefile +++ net-mgmt/zabbix6-server/Makefile @@ -27,7 +27,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d .endif -USES= pkgconfig iconv +USES= iconv USERS= zabbix GROUPS= zabbix Index: net-mgmt/zabbix62-server/Makefile =================================================================== --- net-mgmt/zabbix62-server/Makefile +++ net-mgmt/zabbix62-server/Makefile @@ -27,7 +27,7 @@ USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d .endif -USES= pkgconfig iconv +USES= iconv USERS= zabbix GROUPS= zabbix Index: net-p2p/amule-devel/Makefile =================================================================== --- net-p2p/amule-devel/Makefile +++ net-p2p/amule-devel/Makefile @@ -17,7 +17,7 @@ CONFLICTS= amule USES= bison compiler:c++11-lang cpe desktop-file-utils desktop-file-utils \ - gmake localbase:ldflags perl5 pkgconfig shebangfix tar:bzip2 + gmake localbase:ldflags perl5 shebangfix tar:bzip2 USE_PERL5= build USE_WX= 2.8 WX_CONF_ARGS= absolute Index: net-p2p/amule/Makefile =================================================================== --- net-p2p/amule/Makefile +++ net-p2p/amule/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcryptopp.so:security/cryptopp USES= bison compiler:c++11-lang cpe desktop-file-utils gmake \ - localbase:ldflags perl5 pkgconfig shebangfix tar:xz + localbase:ldflags perl5 shebangfix tar:xz USE_PERL5= build USE_WX= 3.0 WX_CONF_ARGS= absolute Index: net-p2p/bitcoin/Makefile =================================================================== --- net-p2p/bitcoin/Makefile +++ net-p2p/bitcoin/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libevent.so:devel/libevent -USES= autoreconf compiler:c++11-lib cpe gmake libtool pkgconfig qt:5 shebangfix +USES= autoreconf compiler:c++11-lib cpe gmake libtool qt:5 shebangfix GNU_CONFIGURE= yes Index: net-p2p/bitmark/Makefile =================================================================== --- net-p2p/bitmark/Makefile +++ net-p2p/bitmark/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libargon2.so:security/libargon2 \ libzmq.so:net/libzmq4 -USES= go:modules pkgconfig +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= bitmark-inc:DEFAULT GH_PROJECT= bitmarkd Index: net-p2p/cardano-db-sync/Makefile =================================================================== --- net-p2p/cardano-db-sync/Makefile +++ net-p2p/cardano-db-sync/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= cardano-node:net-p2p/cardano-node \ bash:shells/bash -USES= autoreconf:build cabal gmake libtool pkgconfig pgsql:14 +USES= autoreconf:build cabal gmake libtool pgsql:14 WANT_PGSQL= server Index: net-p2p/cardano-node/Makefile =================================================================== --- net-p2p/cardano-node/Makefile +++ net-p2p/cardano-node/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= ghc-8.10.7:lang/ghc810 -USES= autoreconf:build cabal gmake libtool pkgconfig +USES= autoreconf:build cabal gmake libtool USE_GITHUB= yes GH_ACCOUNT= input-output-hk Index: net-p2p/cncli/Makefile =================================================================== --- net-p2p/cncli/Makefile +++ net-p2p/cncli/Makefile @@ -13,7 +13,7 @@ NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= cryptoxide Rust crate uses AVX2 instructions -USES= autoreconf:build cargo gmake libtool pkgconfig ssl +USES= autoreconf:build cargo gmake libtool ssl USE_GITHUB= yes GH_ACCOUNT= cardano-community input-output-hk:sodium Index: net-p2p/gtk-gnutella/Makefile =================================================================== --- net-p2p/gtk-gnutella/Makefile +++ net-p2p/gtk-gnutella/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= gmake gnome iconv localbase:ldflags pkgconfig tar:xz +USES= gmake gnome iconv localbase:ldflags tar:xz USE_GNOME= glib20 libxml2 HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure Index: net-p2p/gtorrentviewer/Makefile =================================================================== --- net-p2p/gtorrentviewer/Makefile +++ net-p2p/gtorrentviewer/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= desktop-file-utils gmake gnome pkgconfig +USES= desktop-file-utils gmake gnome USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ Index: net-p2p/jigdo/Makefile =================================================================== --- net-p2p/jigdo/Makefile +++ net-p2p/jigdo/Makefile @@ -26,7 +26,6 @@ GUI_CONFIGURE_WITH= gui GUI_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 \ libcurl.so:ftp/curl -GUI_USES= pkgconfig BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME} BDB_CONFIGURE_OFF= --without-libdb Index: net-p2p/libtorrent-rasterbar/Makefile =================================================================== --- net-p2p/libtorrent-rasterbar/Makefile +++ net-p2p/libtorrent-rasterbar/Makefile @@ -15,7 +15,7 @@ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs -USES= cmake compiler:c++11-lib iconv:wchar_t libtool localbase:ldflags pathfix pkgconfig python:test shebangfix ssl +USES= cmake compiler:c++11-lib iconv:wchar_t libtool localbase:ldflags pathfix python:test shebangfix ssl SHEBANG_FILES= test/socks.py test/web_server.py USE_LDCONFIG= yes Index: net-p2p/libtorrent-rasterbar2/Makefile =================================================================== --- net-p2p/libtorrent-rasterbar2/Makefile +++ net-p2p/libtorrent-rasterbar2/Makefile @@ -17,7 +17,7 @@ libboost_system.so:devel/boost-libs USES= cmake:testing compiler:c++11-lib iconv:wchar_t libtool \ - localbase:ldflags pathfix pkgconfig python:test shebangfix ssl + localbase:ldflags pathfix python:test shebangfix ssl USE_LDCONFIG= yes SHEBANG_GLOB= *.py Index: net-p2p/libtorrent/Makefile =================================================================== --- net-p2p/libtorrent/Makefile +++ net-p2p/libtorrent/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c++11-lang cpe libtool localbase:ldflags pathfix pkgconfig ssl +USES= autoreconf compiler:c++11-lang cpe libtool localbase:ldflags pathfix ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug Index: net-p2p/linuxdcpp/Makefile =================================================================== --- net-p2p/linuxdcpp/Makefile +++ net-p2p/linuxdcpp/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs USES= compiler:c++11-lang gettext gnome iconv localbase:ldflags \ - pkgconfig scons ssl tar:bzip2 + scons ssl tar:bzip2 USE_GNOME= cairo libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT Index: net-p2p/litecoin/Makefile =================================================================== --- net-p2p/litecoin/Makefile +++ net-p2p/litecoin/Makefile @@ -13,7 +13,7 @@ libfmt.so:devel/libfmt \ libevent.so:devel/libevent -USES= autoreconf compiler:c++11-lib cpe gmake libtool localbase pkgconfig qt:5 shebangfix ssl +USES= autoreconf compiler:c++11-lib cpe gmake libtool localbase qt:5 shebangfix ssl USE_GITHUB= yes GNU_CONFIGURE= yes Index: net-p2p/minder/Makefile =================================================================== --- net-p2p/minder/Makefile +++ net-p2p/minder/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libSockets.so:net/Sockets -USES= gmake gnome pkgconfig ssl +USES= gmake gnome ssl USE_GNOME= libxml2 CFLAGS+= -DHAVE_OPENSSL Index: net-p2p/mldonkey/Makefile =================================================================== --- net-p2p/mldonkey/Makefile +++ net-p2p/mldonkey/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/nums.cma:math/ocaml-num -USES= compiler:c++11-lang cpe gmake iconv pkgconfig tar:bzip2 +USES= compiler:c++11-lang cpe gmake iconv tar:bzip2 USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes Index: net-p2p/monero-cli/Makefile =================================================================== --- net-p2p/monero-cli/Makefile +++ net-p2p/monero-cli/Makefile @@ -34,7 +34,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/rapidjson/document.h:devel/rapidjson \ ${LOCALBASE}/include/zmq.hpp:net/cppzmq -USES= cmake compiler:c++11-lib pkgconfig readline ssl +USES= cmake compiler:c++11-lib readline ssl USE_GITHUB= yes .if defined(PKGNAMESUFFIX) GIT_COMMIT= ${PKGNAMESUFFIX:C/-git-//} Index: net-p2p/namecoin/Makefile =================================================================== --- net-p2p/namecoin/Makefile +++ net-p2p/namecoin/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libevent.so:devel/libevent -USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig ssl +USES= autoreconf compiler:c++11-lib gmake libtool ssl GNU_CONFIGURE= yes USE_GITHUB= yes Index: net-p2p/ncdc/Makefile =================================================================== --- net-p2p/ncdc/Makefile +++ net-p2p/ncdc/Makefile @@ -17,7 +17,7 @@ libnettle.so:security/nettle \ libp11-kit.so:security/p11-kit -USES= compiler:c11 gmake gnome pkgconfig ncurses +USES= compiler:c11 gmake gnome ncurses USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= bin/ncdc \ Index: net-p2p/ogmios/Makefile =================================================================== --- net-p2p/ogmios/Makefile +++ net-p2p/ogmios/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ghc-8.10.7:lang/ghc810 RUN_DEPENDS= cardano-node:net-p2p/cardano-node -USES= autoreconf:build cabal gmake libtool pkgconfig +USES= autoreconf:build cabal gmake libtool USE_GITHUB= yes GH_ACCOUNT= cardanosolutions Index: net-p2p/qbittorrent/Makefile =================================================================== --- net-p2p/qbittorrent/Makefile +++ net-p2p/qbittorrent/Makefile @@ -18,7 +18,7 @@ nox_PKGNAMESUFFIX= -nox nox_PLIST= ${MASTERDIR}/pkg-plist-nox -USES= compiler:c++14-lang cpe pkgconfig qmake:no_env qt:5 ssl tar:xz +USES= compiler:c++14-lang cpe qmake:no_env qt:5 ssl tar:xz GNU_CONFIGURE= yes USE_QT= core network sql xml buildtools_build linguisttools_build qmake_build DESTDIRNAME= INSTALL_ROOT Index: net-p2p/qtum/Makefile =================================================================== --- net-p2p/qtum/Makefile +++ net-p2p/qtum/Makefile @@ -21,7 +21,7 @@ libprotobuf.so:devel/protobuf \ libqrencode.so:graphics/libqrencode -USES= autoreconf bdb:5+ compiler:c++14-lang cpe gmake libtool pkgconfig qt:5 ssl +USES= autoreconf bdb:5+ compiler:c++14-lang cpe gmake libtool qt:5 ssl GNU_CONFIGURE= yes CONFIGURE_ENV+= BDB_CFLAGS="-I${BDB_INCLUDE_DIR}" \ Index: net-p2p/retroshare/Makefile =================================================================== --- net-p2p/retroshare/Makefile +++ net-p2p/retroshare/Makefile @@ -20,7 +20,7 @@ libminiupnpc.so:net/miniupnpc USES= compiler:features desktop-file-utils dos2unix \ - gl gnome pkgconfig qmake qt:5 ssl + gl gnome qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= RetroShare GH_PROJECT= RetroShare Index: net-p2p/rtorrent/Makefile =================================================================== --- net-p2p/rtorrent/Makefile +++ net-p2p/rtorrent/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libtorrent.so:net-p2p/libtorrent -USES= compiler:c++11-lang ncurses pkgconfig +USES= compiler:c++11-lang ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug Index: net-p2p/transmission-cli/Makefile =================================================================== --- net-p2p/transmission-cli/Makefile +++ net-p2p/transmission-cli/Makefile @@ -30,7 +30,7 @@ libutp.so:net/libutp \ libminiupnpc.so:net/miniupnpc -USES+= cmake iconv libtool localbase pkgconfig ssl +USES+= cmake iconv libtool localbase ssl # Workaround: PR 248326 # https://github.com/transmission/transmission/issues/1359 Index: net-p2p/zetacoin/Makefile =================================================================== --- net-p2p/zetacoin/Makefile +++ net-p2p/zetacoin/Makefile @@ -14,7 +14,7 @@ BROKEN= error: use of undeclared identifier '_1' -USES= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl +USES= autoreconf compiler:c++11-lib gmake libtool shebangfix ssl USE_GITHUB= yes Index: net/addrwatch/Makefile =================================================================== --- net/addrwatch/Makefile +++ net/addrwatch/Makefile @@ -12,7 +12,7 @@ libpcap.so:net/libpcap \ libargp.so:devel/argp-standalone -USES= autoreconf gmake pkgconfig +USES= autoreconf gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" USE_GITHUB= yes Index: net/asterisk16/Makefile =================================================================== --- net/asterisk16/Makefile +++ net/asterisk16/Makefile @@ -19,7 +19,7 @@ libjansson.so:devel/jansson USES= bison compiler:c11 cpe gmake gnome iconv libedit localbase \ - pkgconfig shebangfix sqlite ssl ncurses + shebangfix sqlite ssl ncurses USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= asterisk Index: net/asterisk18/Makefile =================================================================== --- net/asterisk18/Makefile +++ net/asterisk18/Makefile @@ -19,7 +19,7 @@ libjansson.so:devel/jansson USES= bison compiler:c11 cpe gmake gnome iconv libedit localbase \ - pkgconfig shebangfix sqlite ssl ncurses + shebangfix sqlite ssl ncurses USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= asterisk Index: net/avahi-app/Makefile =================================================================== --- net/avahi-app/Makefile +++ net/avahi-app/Makefile @@ -23,7 +23,7 @@ USERS?= ${PORTNAME} GROUPS?= ${USERS} -USES+= alias cpe gettext gmake gnome libtool pathfix pkgconfig +USES+= alias cpe gettext gmake gnome libtool pathfix USE_GNOME+= glib20 intltool introspection:build USE_GNOME_SUBR= yes USE_LDCONFIG= yes Index: net/axa/Makefile =================================================================== --- net/axa/Makefile +++ net/axa/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= sie-nmsg>0:net/sie-nmsg USES= autoreconf compiler gmake libedit libtool pathfix \ - pkgconfig shebangfix ssl + shebangfix ssl GNU_CONFIGURE= yes CONFIGURE_SHELL= ${LOCALBASE}/bin/bash Index: net/bmon/Makefile =================================================================== --- net/bmon/Makefile +++ net/bmon/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= tgraf GNU_CONFIGURE= yes -USES= autoreconf ncurses pkgconfig:build +USES= autoreconf ncurses:build OPTIONS_DEFINE= DOCS Index: net/boinc-client/Makefile =================================================================== --- net/boinc-client/Makefile +++ net/boinc-client/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL3 USES= autoreconf compiler:c++11-lang dos2unix gettext gmake libtool \ - pkgconfig ssl tar:xz + ssl tar:xz INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_GITHUB= yes Index: net/ceph14/Makefile =================================================================== --- net/ceph14/Makefile +++ net/ceph14/Makefile @@ -60,7 +60,7 @@ ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes@${PY_FLAVOR} USES= cmake:noninja compiler:c++17-lang cpe dos2unix fuse gettext-runtime gmake ncurses \ - pkgconfig python:3.8-3.9 readline shebangfix ssl + python:3.8-3.9 readline shebangfix ssl CPE_VENDOR= linuxfoundation USE_PYTHON= cython py3kplist USE_OPENLDAP= yes Index: net/chrony/Makefile =================================================================== --- net/chrony/Makefile +++ net/chrony/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe gmake libedit pkgconfig +USES= cpe gmake libedit CPE_VENDOR= tuxfamily Index: net/cppzmq/Makefile =================================================================== --- net/cppzmq/Makefile +++ net/cppzmq/Makefile @@ -12,7 +12,7 @@ NO_ARCH= yes -USES= cmake pkgconfig +USES= cmake CMAKE_ARGS= --no-warn-unused-cli \ -DCPPZMQ_BUILD_TESTS:BOOL=OFF \ -DCPPZMQ_CMAKECONFIG_INSTALL_DIR:PATH="lib/cmake/${PORTNAME}" \ Index: net/csync2/Makefile =================================================================== --- net/csync2/Makefile +++ net/csync2/Makefile @@ -13,7 +13,7 @@ librsync.so:net/librsync \ libsqlite3.so:databases/sqlite3 -USES= autoreconf cpe pkgconfig shebangfix +USES= autoreconf cpe shebangfix CPE_VENDOR= linbit USE_GITHUB= yes GH_ACCOUNT= LINBIT Index: net/czmq/Makefile =================================================================== --- net/czmq/Makefile +++ net/czmq/Makefile @@ -11,12 +11,12 @@ LIB_DEPENDS= libzmq.so:net/libzmq4 -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} \ - --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ + --with-pkgconfigdir=${LOCALBASE}/libdata/\ --without-docs INSTALL_TARGET= install-strip Index: net/czmq4/Makefile =================================================================== --- net/czmq4/Makefile +++ net/czmq4/Makefile @@ -14,7 +14,7 @@ xmlto:textproc/xmlto LIB_DEPENDS= libzmq.so:net/libzmq4 -USES= autoreconf libtool pkgconfig shebangfix +USES= autoreconf libtool shebangfix USE_GITHUB= yes GH_ACCOUNT= zeromq USE_LDCONFIG= yes Index: net/dhcpcd-ui/Makefile =================================================================== --- net/dhcpcd-ui/Makefile +++ net/dhcpcd-ui/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify -USES= pkgconfig tar:xz +USES= tar:xz GNU_CONFIGURE= yes Index: net/dpdk-20.11/Makefile =================================================================== --- net/dpdk-20.11/Makefile +++ net/dpdk-20.11/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= objdump:devel/binutils LIB_DEPENDS= libjansson.so:devel/jansson -USES= meson kmod pkgconfig:both shebangfix tar:xz python:3.5+ +USES= meson kmod shebangfix tar:xz python:3.5+ USE_LDCONFIG= yes MESON_ARGS= -Dmachine=default -Ddefault_library=shared -Denable_kmods=true SHEBANG_FILES= usertools/dpdk-pmdinfo.py \ Index: net/dpdk/Makefile =================================================================== --- net/dpdk/Makefile +++ net/dpdk/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson BUILD_DEPENDS= objdump:devel/binutils -USES= meson kmod pkgconfig:both shebangfix tar:xz python:3.5+ +USES= meson kmod shebangfix tar:xz python:3.5+ WRKSRC= ${WRKDIR}/${PORTNAME}-stable-${PORTVERSION} MESON_ARGS= -Dmachine=default -Ddefault_library=shared -Denable_kmods=true USE_LDCONFIG= yes Index: net/echoping/Makefile =================================================================== --- net/echoping/Makefile +++ net/echoping/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpopt.so:devel/popt \ libidn.so:dns/libidn -USES= autoreconf cpe libtool pkgconfig ssl +USES= autoreconf cpe libtool ssl CPE_VENDOR= echoping_project GNU_CONFIGURE= yes Index: net/fort/Makefile =================================================================== --- net/fort/Makefile +++ net/fort/Makefile @@ -13,7 +13,7 @@ libxml2.so:textproc/libxml2 RUN_DEPENDS= ${LOCALBASE}/bin/rsync:net/rsync -USES= autoreconf compiler:c11 pkgconfig ssl +USES= autoreconf compiler:c11 ssl USE_GITHUB= yes USE_RC_SUBR= fort Index: net/freerdp/Makefile =================================================================== --- net/freerdp/Makefile +++ net/freerdp/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim -USES= alias cmake compiler:c++11-lib cpe gettext localbase pathfix pkgconfig ssl +USES= alias cmake compiler:c++11-lib cpe gettext localbase pathfix ssl USE_LDCONFIG= yes PATCHVERSION= ${PORTVERSION} Index: net/freeswitch/Makefile =================================================================== --- net/freeswitch/Makefile +++ net/freeswitch/Makefile @@ -31,7 +31,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= compiler:c11 cpe gmake iconv jpeg libedit autoreconf libtool lua \ - perl5 pkgconfig shebangfix ssl + perl5 shebangfix ssl USE_LDCONFIG= yes USE_RC_SUBR= freeswitch BINARY_ALIAS= diff=gdiff @@ -44,7 +44,7 @@ CONFLICTS_BUILD= xmlrpc-c GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/\ --enable-zrtp CFLAGS+= -Wno-error -I${LUA_INCDIR} Index: net/frr7/Makefile =================================================================== --- net/frr7/Makefile +++ net/frr7/Makefile @@ -39,7 +39,7 @@ libpcre.so:devel/pcre \ libcares.so:dns/c-ares -USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \ +USES= autoreconf bison compiler:c++11-lang gmake libtool \ makeinfo python:build,3.6+ readline shebangfix BINARY_ALIAS= python=${PYTHON_VERSION} Index: net/frr8/Makefile =================================================================== --- net/frr8/Makefile +++ net/frr8/Makefile @@ -41,7 +41,7 @@ libcares.so:dns/c-ares \ libpcre2-8.so:devel/pcre2 -USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \ +USES= autoreconf bison compiler:c++11-lang gmake libtool \ makeinfo python:build,3.6+ readline shebangfix BINARY_ALIAS= python=${PYTHON_VERSION} Index: net/geoclue/Makefile =================================================================== --- net/geoclue/Makefile +++ net/geoclue/Makefile @@ -12,7 +12,7 @@ libsoup-2.4.so:devel/libsoup \ libnotify.so:devel/libnotify -USES= gettext gnome meson pkgconfig tar:xz vala:build +USES= gettext gnome meson tar:xz vala:build USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes Index: net/geocode-glib/Makefile =================================================================== --- net/geocode-glib/Makefile +++ net/geocode-glib/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig tar:xz +USES= gettext gnome localbase meson tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Denable-installed-tests=false Index: net/gerbera/Makefile =================================================================== --- net/gerbera/Makefile +++ net/gerbera/Makefile @@ -15,7 +15,7 @@ libinotify.so:devel/libinotify USES= cmake compiler:c++17-lang iconv localbase:ldflags \ - pkgconfig sqlite + sqlite USE_GITHUB= yes USE_RC_SUBR= gerbera Index: net/gfbgraph/Makefile =================================================================== --- net/gfbgraph/Makefile +++ net/gfbgraph/Makefile @@ -14,7 +14,7 @@ libsoup-2.4.so:devel/libsoup USES= autoreconf cpe gettext gmake gnome libtool localbase:ldflags pathfix \ - pkgconfig tar:xz + tar:xz CPE_VENDOR= gnome CPE_PRODUCT= lib${PORTNAME} USE_GNOME= glib20 intlhack introspection:build libxml2 Index: net/glib-networking/Makefile =================================================================== --- net/glib-networking/Makefile +++ net/glib-networking/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext gnome localbase meson \ python:3.6+,build tar:xz USE_GNOME= glib20 Index: net/glusterfs/Makefile =================================================================== --- net/glusterfs/Makefile +++ net/glusterfs/Makefile @@ -21,7 +21,7 @@ liburcu-bp.so:sysutils/liburcu \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf bison compiler:c11 cpe gettext gnome libtool pkgconfig python \ +USES= autoreconf bison compiler:c11 cpe gettext gnome libtool python \ readline shebangfix sqlite ssl CPE_VENDOR= gluster @@ -59,7 +59,7 @@ --disable-georeplication \ --localstatedir=/var \ --with-mountutildir=${PREFIX}/sbin \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --with-pkgconfigdir=${PREFIX}/libdata/\ ac_cv_func_fallocate=no \ ac_cv_func_fdatasync=no \ ac_cv_func_llistxattr=no \ Index: net/gmid/Makefile =================================================================== --- net/gmid/Makefile +++ net/gmid/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \ libtls.so:security/libressl -USES= localbase pkgconfig ssl +USES= localbase ssl USE_RC_SUBR= gmid HAS_CONFIGURE= yes Index: net/gnet2/Makefile =================================================================== --- net/gnet2/Makefile +++ net/gnet2/Makefile @@ -8,7 +8,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple network library built upon Glib-2 -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/gnome-connections/Makefile =================================================================== --- net/gnome-connections/Makefile +++ net/gnome-connections/Makefile @@ -17,7 +17,7 @@ libsecret-1.so:security/libsecret USES= desktop-file-utils shared-mime-info gettext gnome meson \ - python:env pkgconfig tar:xz vala:build + python:env tar:xz vala:build USE_GNOME= glib20 gtk30 BINARY_ALIAS= python3=${PYTHON_VERSION} Index: net/gnome-nettool/Makefile =================================================================== --- net/gnome-nettool/Makefile +++ net/gnome-nettool/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgtop-2.0.so:devel/libgtop RUN_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools -USES= gettext gmake gnome meson pathfix pkgconfig python:3.8+ tar:xz +USES= gettext gmake gnome meson pathfix python:3.8+ tar:xz USE_GNOME= gtk30 intlhack libxml2:build GLIB_SCHEMAS= org.gnome.gnome-nettool.gschema.xml Index: net/gnome-online-accounts/Makefile =================================================================== --- net/gnome-online-accounts/Makefile +++ net/gnome-online-accounts/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gmake gnome libtool \ - localbase pathfix pkgconfig tar:xz vala:build + localbase pathfix tar:xz vala:build USE_GNOME= cairo gtk30 introspection:build libxml2 libxslt:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net/gnome-online-miners/Makefile =================================================================== --- net/gnome-online-miners/Makefile +++ net/gnome-online-miners/Makefile @@ -20,7 +20,7 @@ libzapojit-0.0.so:net/libzapojit \ libgrilo-0.3.so:net/grilo -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix tar:xz USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net/gnu-dico/Makefile =================================================================== --- net/gnu-dico/Makefile +++ net/gnu-dico/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl -USES= gmake libtool localbase pkgconfig tar:xz +USES= gmake libtool localbase tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/gq/Makefile =================================================================== --- net/gq/Makefile +++ net/gq/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring -USES= desktop-file-utils gettext gmake gnome pkgconfig \ +USES= desktop-file-utils gettext gmake gnome \ shared-mime-info ssl USE_GNOME= intltool libglade2 USE_OPENLDAP= yes Index: net/grilo-plugins/Makefile =================================================================== --- net/grilo-plugins/Makefile +++ net/grilo-plugins/Makefile @@ -23,7 +23,7 @@ libgmime-2.6.so:mail/gmime26 \ libjson-glib-1.0.so:devel/json-glib -USES= gettext gperf gnome gstreamer libarchive meson pathfix pkgconfig sqlite tar:xz +USES= gettext gperf gnome gstreamer libarchive meson pathfix sqlite tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 intlhack libxml2 USE_GSTREAMER= chromaprint Index: net/grilo/Makefile =================================================================== --- net/grilo/Makefile +++ net/grilo/Makefile @@ -14,7 +14,7 @@ liboauth.so:net/liboauth \ libtotem-plparser.so:multimedia/totem-pl-parser -USES= cpe gettext gnome localbase meson pathfix pkgconfig \ +USES= cpe gettext gnome localbase meson pathfix \ python:3.4+,build tar:xz vala:build CPE_VENDOR= gnome USE_LDCONFIG= yes Index: net/grive2/Makefile =================================================================== --- net/grive2/Makefile +++ net/grive2/Makefile @@ -17,7 +17,7 @@ libgpg-error.so:security/libgpg-error \ libyajl.so:devel/yajl -USES= cmake compiler:c++11-lang localbase pkgconfig +USES= cmake compiler:c++11-lang localbase CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing Index: net/grsync/Makefile =================================================================== --- net/grsync/Makefile +++ net/grsync/Makefile @@ -16,7 +16,7 @@ libfreetype.so:print/freetype2 USES= desktop-file-utils gettext gmake gnome \ - pkgconfig shared-mime-info shebangfix + shared-mime-info shebangfix USE_GNOME= cairo gtk30 intltool GNU_CONFIGURE= yes Index: net/gsk/Makefile =================================================================== --- net/gsk/Makefile +++ net/gsk/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pathfix perl5 pkgconfig ssl +USES= gnome libtool pathfix perl5 ssl USE_PERL5= build USE_GNOME= glib20 GNU_CONFIGURE= yes Index: net/gssdp/Makefile =================================================================== --- net/gssdp/Makefile +++ net/gssdp/Makefile @@ -14,7 +14,7 @@ libsoup3>=2.99.0:devel/libsoup3 LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 -USES= gnome meson pkgconfig tar:xz +USES= gnome meson tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true Index: net/gssdp14/Makefile =================================================================== --- net/gssdp14/Makefile +++ net/gssdp14/Makefile @@ -15,7 +15,7 @@ libsoup>=2.26.1:devel/libsoup LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= gnome meson pkgconfig tar:xz +USES= gnome meson tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true Index: net/gtk-vnc/Makefile =================================================================== --- net/gtk-vnc/Makefile +++ net/gtk-vnc/Makefile @@ -14,7 +14,7 @@ libgpg-error.so:security/libgpg-error \ libsasl2.so:security/cyrus-sasl2 -USES= gettext gnome localbase meson perl5 pkgconfig python \ +USES= gettext gnome localbase meson perl5 python \ tar:xz vala:build xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_XORG= x11 Index: net/guacamole-server/Makefile =================================================================== --- net/guacamole-server/Makefile +++ net/guacamole-server/Makefile @@ -13,7 +13,7 @@ CONFLICTS_BUILD=pulseaudio-*+jack_* ffmpeg-*+jack_* -USES= autoreconf compiler:c11 gnome jpeg libtool localbase pkgconfig \ +USES= autoreconf compiler:c11 gnome jpeg libtool localbase \ shebangfix USE_GITHUB= yes Index: net/gupnp-av/Makefile =================================================================== --- net/gupnp-av/Makefile +++ net/gupnp-av/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= glib>=2.58:devel/glib20 \ gobject-introspection>=1.36:devel/gobject-introspection -USES= compiler:c11 gnome meson pkgconfig tar:xz +USES= compiler:c11 gnome meson tar:xz USE_GNOME= glib20 introspection:build libxml2 MESON_ARGS= -Dgtk_doc=false -Dintrospection=true Index: net/gupnp-dlna/Makefile =================================================================== --- net/gupnp-dlna/Makefile +++ net/gupnp-dlna/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --enable-introspection \ --enable-gstreamer-metadata-backend -USES= gmake gnome gstreamer libtool pathfix pkgconfig tar:xz vala:build +USES= gmake gnome gstreamer libtool pathfix tar:xz vala:build USE_GNOME= glib20 introspection:build libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net/gupnp-igd/Makefile =================================================================== --- net/gupnp-igd/Makefile +++ net/gupnp-igd/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgssdp-1.2.so:net/gssdp14 \ libgupnp-1.2.so:net/gupnp14 -USES= compiler:c11 gnome meson pkgconfig tar:xz +USES= compiler:c11 gnome meson tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= -Dgtk_doc=false -Dintrospection=true Index: net/gupnp-tools/Makefile =================================================================== --- net/gupnp-tools/Makefile +++ net/gupnp-tools/Makefile @@ -18,7 +18,7 @@ libgupnp-1.2.so:net/gupnp14 \ libsoup-2.4.so:devel/libsoup -USES= gettext-tools gnome meson pkgconfig tar:xz +USES= gettext-tools gnome meson tar:xz USE_GNOME= glib20 gtk30 libxml2 USE_LDCONFIG= yes Index: net/gupnp-ui/Makefile =================================================================== --- net/gupnp-ui/Makefile +++ net/gupnp-ui/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 \ libsoup-2.4.so:devel/libsoup -USES= compiler:c++11-lang gnome libtool pathfix pkgconfig python +USES= compiler:c++11-lang gnome libtool pathfix python USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: net/gupnp/Makefile =================================================================== --- net/gupnp/Makefile +++ net/gupnp/Makefile @@ -20,7 +20,7 @@ libsoup-3.0.so:devel/libsoup3 \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 cpe gnome meson pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 cpe gnome meson python:run shebangfix tar:xz USE_GNOME= glib20 introspection:build libxml2 MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true Index: net/gupnp14/Makefile =================================================================== --- net/gupnp14/Makefile +++ net/gupnp14/Makefile @@ -18,7 +18,7 @@ libsoup-2.4.so:devel/libsoup \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 cpe gnome meson pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 cpe gnome meson python:run shebangfix tar:xz USE_GNOME= glib20 introspection:build libxml2 MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true Index: net/iipsrv/Makefile =================================================================== --- net/iipsrv/Makefile +++ net/iipsrv/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libtiff.so:graphics/tiff -USES= autoreconf jpeg libtool pkgconfig +USES= autoreconf jpeg libtool USE_GITHUB= yes GH_ACCOUNT= ruven USE_RC_SUBR= ${PORTNAME} Index: net/jose/Makefile =================================================================== --- net/jose/Makefile +++ net/jose/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc LIB_DEPENDS= libjansson.so:devel/jansson -USES= compiler:c11 meson ninja pkgconfig ssl +USES= compiler:c11 meson ninja ssl USE_GITHUB= yes GH_ACCOUNT= latchset GH_TAGNAME= v11 Index: net/kamailio/Makefile =================================================================== --- net/kamailio/Makefile +++ net/kamailio/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -USES= compiler:c11 cpe gmake ncurses pkgconfig python:3.5+ readline \ +USES= compiler:c11 cpe gmake ncurses python:3.5+ readline \ shebangfix USE_LDCONFIG= yes Index: net/kcat/Makefile =================================================================== --- net/kcat/Makefile +++ net/kcat/Makefile @@ -14,7 +14,7 @@ liblz4.so:archivers/liblz4 \ libzstd.so:archivers/zstd -USES= gmake pkgconfig ssl +USES= gmake ssl USE_GITHUB= yes GH_ACCOUNT= edenhill Index: net/kf5-kcontacts/Makefile =================================================================== --- net/kf5-kcontacts/Makefile +++ net/kf5-kcontacts/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= iso-codes>=0:misc/iso-codes RUN_DEPENDS= iso-codes>=0:misc/iso-codes -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= codecs config coreaddons i18n \ ecm_build USE_QT= core gui \ Index: net/kio-gdrive/Makefile =================================================================== --- net/kio-gdrive/Makefile +++ net/kio-gdrive/Makefile @@ -14,7 +14,7 @@ libkaccounts.so:net-im/kaccounts-integration RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers -USES= cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz +USES= cmake gettext gnome kde:5 qt:5 tar:xz USE_GNOME= intltool USE_KDE= completion config coreaddons i18n jobwidgets kio \ notifications service solid widgetsaddons windowsystem \ Index: net/kitinerary/Makefile =================================================================== --- net/kitinerary/Makefile +++ net/kitinerary/Makefile @@ -12,7 +12,7 @@ libpoppler.so:graphics/poppler \ libZXing.so:textproc/zxing-cpp -USES= compiler:c++11-lang cmake gettext gnome kde:5 pkgconfig qt:5 \ +USES= compiler:c++11-lang cmake gettext gnome kde:5 qt:5 \ shared-mime-info ssl tar:xz USE_GNOME= libxml2 USE_KDE= archive codecs coreaddons i18n \ Index: net/knxd/Makefile =================================================================== --- net/knxd/Makefile +++ net/knxd/Makefile @@ -13,7 +13,7 @@ libev.so:devel/libev \ libfmt.so:devel/libfmt -USES= autoreconf compiler:c11 gmake libtool pkgconfig +USES= autoreconf compiler:c11 gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-systemd --disable-usb \ CPPFLAGS="-I${LOCALBASE}/include" \ Index: net/krfb/Makefile =================================================================== --- net/krfb/Makefile +++ net/krfb/Makefile @@ -9,7 +9,7 @@ libxcb-image.so:x11/xcb-util-image USES= alias cmake compiler:c++11-lib gettext jpeg \ - kde:5 pkgconfig qt:5 tar:xz xorg + kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons dnssd doctools i18n notifications \ wallet wayland widgetsaddons windowsystem xmlgui \ Index: net/ladvd/Makefile =================================================================== --- net/ladvd/Makefile +++ net/ladvd/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= sspans -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-chroot-dir=/var/empty Index: net/libcmis/Makefile =================================================================== --- net/libcmis/Makefile +++ net/libcmis/Makefile @@ -19,7 +19,7 @@ libcurl.so:ftp/curl USES= compiler:c++11-lib gmake gnome libtool localbase pathfix \ - pkgconfig tar:xz + tar:xz USE_GNOME= libxml2 CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man Index: net/libcoap/Makefile =================================================================== --- net/libcoap/Makefile +++ net/libcoap/Makefile @@ -13,7 +13,7 @@ gsed:textproc/gsed LIB_DEPENDS= libgnutls.so:security/gnutls -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= obgm Index: net/libdaq/Makefile =================================================================== --- net/libdaq/Makefile +++ net/libdaq/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcap.so:net/libpcap # avoid base libpcap -USES= autoreconf compiler:c++11-lang libtool pkgconfig +USES= autoreconf compiler:c++11-lang libtool USE_GITHUB= yes USE_LDCONFIG= yes Index: net/libdmapsharing/Makefile =================================================================== --- net/libdmapsharing/Makefile +++ net/libdmapsharing/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libgee-0.8.so:devel/libgee -USES= gettext gnome gmake gstreamer libtool pathfix pkgconfig vala:build +USES= gettext gnome gmake gstreamer libtool pathfix vala:build USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 introspection:build USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-tests \ Index: net/libfabric/Makefile =================================================================== --- net/libfabric/Makefile +++ net/libfabric/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim -USES= gmake libtool pkgconfig tar:bz2 +USES= gmake libtool tar:bz2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/libfixbuf/Makefile =================================================================== --- net/libfixbuf/Makefile +++ net/libfixbuf/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gnome libtool pathfix perl5 pkgconfig +USES= gnome libtool pathfix perl5 USE_GNOME= glib20 USE_PERL5= build USE_LDCONFIG= yes Index: net/libgrss/Makefile =================================================================== --- net/libgrss/Makefile +++ net/libgrss/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libxml2.so:textproc/libxml2 -USES= cpe gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool localbase pathfix tar:xz CPE_VENDOR= gnome USE_GNOME= glib20 intlhack introspection:build USE_LDCONFIG= yes Index: net/libgweather/Makefile =================================================================== --- net/libgweather/Makefile +++ net/libgweather/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ +USES= gettext gnome localbase meson python:3.6+,build \ shebangfix tar:xz vala:build USE_GNOME= gtk30 libxml2 pygobject3 introspection:build USE_LDCONFIG= yes Index: net/libgweather4/Makefile =================================================================== --- net/libgweather4/Makefile +++ net/libgweather4/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python:3.6+,build \ +USES= gettext gnome localbase meson python:3.6+,build \ shebangfix tar:xz vala:build USE_GNOME= gtk30 libxml2 pygobject3 introspection:build USE_LDCONFIG= yes Index: net/liblinphone/Makefile =================================================================== --- net/liblinphone/Makefile +++ net/liblinphone/Makefile @@ -24,7 +24,7 @@ libsoci_core.so:databases/soci \ libxerces-c.so:textproc/xerces-c3 -USES= cmake gnome iconv pkgconfig python:build sqlite +USES= cmake gnome iconv python:build sqlite USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public Index: net/libmateweather/Makefile =================================================================== --- net/libmateweather/Makefile +++ net/libmateweather/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix tar:xz USE_GNOME= cairo gnomeprefix gtk30 intltool libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/libmdf/Makefile =================================================================== --- net/libmdf/Makefile +++ net/libmdf/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pkgconfig ssl +USES= libtool ssl GNU_CONFIGURE= yes Index: net/libmms/Makefile =================================================================== --- net/libmms/Makefile +++ net/libmms/Makefile @@ -12,7 +12,7 @@ DEPRECATED= Obsolete, Microsoft deprecated MMS protocol in favour of RTSP in 2003 EXPIRATION_DATE=2022-09-30 -USES= cpe gettext libtool pathfix pkgconfig +USES= cpe gettext libtool pathfix CPE_VENDOR= libmms_project GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: net/libnfs/Makefile =================================================================== --- net/libnfs/Makefile +++ net/libnfs/Makefile @@ -10,7 +10,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= sahlberg USE_LDCONFIG= yes Index: net/libngtcp2/Makefile =================================================================== --- net/libngtcp2/Makefile +++ net/libngtcp2/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++17-lang libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++17-lang libtool pathfix ssl tar:xz CONFIGURE_ARGS= --enable-lib-only --with-jemalloc GNU_CONFIGURE= yes Index: net/libnids/Makefile =================================================================== --- net/libnids/Makefile +++ net/libnids/Makefile @@ -20,7 +20,7 @@ GLIB2_USE= gnome=glib20 GLIB2_CONFIGURE_ENABLE= libglib -USES= cpe pkgconfig +USES= cpe CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes Index: net/libnpupnp/Makefile =================================================================== --- net/libnpupnp/Makefile +++ net/libnpupnp/Makefile @@ -13,7 +13,7 @@ libexpat.so:textproc/expat2 \ libmicrohttpd.so:www/libmicrohttpd -USES= compiler:c++14-lang libtool localbase pkgconfig +USES= compiler:c++14-lang libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net/liboauth/Makefile =================================================================== --- net/liboauth/Makefile +++ net/liboauth/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= libtool pkgconfig ssl +USES= libtool ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/libosip2/Makefile =================================================================== --- net/libosip2/Makefile +++ net/libosip2/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL21 -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/libproxy/Makefile =================================================================== --- net/libproxy/Makefile +++ net/libproxy/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES+= cmake cpe pathfix pkgconfig tar:xz +USES+= cmake cpe pathfix tar:xz CPE_VENDOR= libproxy_project PATHFIX_CMAKELISTSTXT= devfiles.cmk Index: net/libslirp/Makefile =================================================================== --- net/libslirp/Makefile +++ net/libslirp/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= cpe gnome meson pkgconfig tar:bz2 +USES= cpe gnome meson tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: net/libsrtp2/Makefile =================================================================== --- net/libsrtp2/Makefile +++ net/libsrtp2/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --enable-openssl \ crypto_CFLAGS="-I${OPENSSLINC}" \ crypto_LIBS="${OPENSSLLIB}/libcrypto.so" -USES= cpe gmake pkgconfig ssl +USES= cpe gmake ssl CPE_VENDOR= cisco USE_LDCONFIG= yes Index: net/libvncserver/Makefile =================================================================== --- net/libvncserver/Makefile +++ net/libvncserver/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ liblzo2.so:archivers/lzo2 -USES= cmake cpe jpeg libtool pathfix pkgconfig +USES= cmake cpe jpeg libtool pathfix USE_LDCONFIG= yes CPE_VENDOR= libvncserver_project Index: net/libwebsockets/Makefile =================================================================== --- net/libwebsockets/Makefile +++ net/libwebsockets/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake localbase pkgconfig tar:xz +USES= cmake localbase tar:xz USE_LDCONFIG= yes CMAKE_ARGS= -DLWS_BUILD_HASH:STRING="${BUILDINFO}" Index: net/libyang/Makefile =================================================================== --- net/libyang/Makefile +++ net/libyang/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre TEST_DEPENDS= cmocka>0:sysutils/cmocka -USES= cmake compiler:c++11-lang cpe pkgconfig +USES= cmake compiler:c++11-lang cpe CPE_VENDOR= cesnet USE_LDCONFIG= yes Index: net/libyang2/Makefile =================================================================== --- net/libyang2/Makefile +++ net/libyang2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 TEST_DEPENDS= cmocka>0:sysutils/cmocka -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_LDCONFIG= yes USE_GITHUB= yes Index: net/libzapojit/Makefile =================================================================== --- net/libzapojit/Makefile +++ net/libzapojit/Makefile @@ -13,7 +13,7 @@ libjson-glib-1.0.so:devel/json-glib \ librest-0.7.so:devel/librest -USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool pathfix tar:xz CPE_VENDOR= gnome USE_GNOME= gnomeprefix intltool GNU_CONFIGURE= yes Index: net/libzmq3/Makefile =================================================================== --- net/libzmq3/Makefile +++ net/libzmq3/Makefile @@ -26,7 +26,6 @@ DEBUG_CONFIGURE_ON= --enable-debug PGM_CONFIGURE_ON= --with-system-pgm PGM_LIB_DEPENDS= libpgm.so:net/openpgm -PGM_USES= pkgconfig MAKE_ENV= V=1 INSTALL_TARGET= install-strip Index: net/libzmq4/Makefile =================================================================== --- net/libzmq4/Makefile +++ net/libzmq4/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes CONFLICTS= zmq libzmq[^4] @@ -55,7 +55,7 @@ TWEETNACL_PLIST_FILES= bin/curve_keygen -CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ +CONFIGURE_ARGS+= --with-pkgconfigdir=${PREFIX}/libdata/\ --disable-static \ --disable-Werror \ --disable-silent-rules Index: net/liferea/Makefile =================================================================== --- net/liferea/Makefile +++ net/liferea/Makefile @@ -19,7 +19,7 @@ USES= compiler:c++11-lang cpe desktop-file-utils gettext \ gmake gnome libtool localbase \ - pathfix pkgconfig python:3.4+ sqlite tar:bzip2 + pathfix python:3.4+ sqlite tar:bzip2 USE_GNOME= cairo dconf:run gtk30 intltool introspection \ libxslt libxml2 Index: net/linknx/Makefile =================================================================== --- net/linknx/Makefile +++ net/linknx/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpthsem.so:devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone -USES= compiler gmake autoreconf pkgconfig +USES= compiler gmake autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-I${LOCALBASE}/include -L/${LOCALBASE}/lib" Index: net/linphone/Makefile =================================================================== --- net/linphone/Makefile +++ net/linphone/Makefile @@ -15,7 +15,7 @@ libmediastreamer.so:net/mediastreamer \ libortp.so:net/ortp -USES= cmake compiler:c++11-lib pkgconfig qt:5 +USES= cmake compiler:c++11-lib qt:5 USE_GITLAB= yes GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public Index: net/luasocket/Makefile =================================================================== --- net/luasocket/Makefile +++ net/luasocket/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake lua:module pkgconfig +USES= gmake lua:module CFLAGS+= -DLUA_COMPAT_APIINTCASTS `pkgconf --cflags lua-${LUA_VER}` INSTALL_TARGET= install-unix Index: net/megatools/Makefile =================================================================== --- net/megatools/Makefile +++ net/megatools/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= compiler:c11 gettext-runtime gmake gnome libtool pathfix \ - pkgconfig ssl + ssl USE_GNOME= glib20 GNU_CONFIGURE= yes Index: net/mlvpn/Makefile =================================================================== --- net/mlvpn/Makefile +++ net/mlvpn/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libev.so:devel/libev \ libsodium.so:security/libsodium -USES= autoreconf libtool pkgconfig localbase +USES= autoreconf libtool localbase USE_GITHUB= yes GH_PROJECT= MLVPN Index: net/mod_amd/Makefile =================================================================== --- net/mod_amd/Makefile +++ net/mod_amd/Makefile @@ -10,7 +10,6 @@ LIB_DEPENDS= libfreeswitch.so:net/freeswitch -USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= seanbright GH_TAGNAME= 60daa7e Index: net/mosh/Makefile =================================================================== --- net/mosh/Makefile +++ net/mosh/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" \ TINFO_CFLAGS="-I/usr/include" INSTALL_TARGET= install-strip -USES= compiler:c++11-lang ncurses perl5 pkgconfig ssl +USES= compiler:c++11-lang ncurses perl5 ssl USE_CXXSTD= c++11 CONFLICTS_INSTALL= mosh-0.[2-9].* Index: net/mpich/Makefile =================================================================== --- net/mpich/Makefile +++ net/mpich/Makefile @@ -23,7 +23,7 @@ CONFLICTS= mpd mpich2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c11 libtool perl5 pkgconfig +USES= compiler:c11 libtool perl5 USE_LDCONFIG= yes TEST_TARGET= check Index: net/mtr/Makefile =================================================================== --- net/mtr/Makefile +++ net/mtr/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf ncurses pkgconfig +USES= autoreconf ncurses GNU_CONFIGURE= yes LDFLAGS+= -lncurses Index: net/nbd-server/Makefile =================================================================== --- net/nbd-server/Makefile +++ net/nbd-server/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= bison:wrapper cpe gnome pkgconfig +USES= bison:wrapper cpe gnome CPE_VENDOR= wouter_verhelst USE_GNOME= glib20 Index: net/nbdkit/Makefile =================================================================== --- net/nbdkit/Makefile +++ net/nbdkit/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= bash:shells/bash \ bash-completion>0:shells/bash-completion -USES= compiler:c11 cpe gmake libtool pkgconfig +USES= compiler:c11 cpe gmake libtool CPE_VENDOR= nbdkit_project Index: net/ndpi/Makefile =================================================================== --- net/ndpi/Makefile +++ net/ndpi/Makefile @@ -14,8 +14,7 @@ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= autoreconf compiler:c++11-lang cpe libtool localbase:ldflags pathfix \ - pkgconfig +USES= autoreconf compiler:c++11-lang cpe libtool localbase:ldflags pathfix CPE_VENDOR= ntop USE_LDCONFIG= yes Index: net/neatvnc/Makefile =================================================================== --- net/neatvnc/Makefile +++ net/neatvnc/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm LIB_DEPENDS= libaml.so:devel/aml -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_GITHUB= yes USE_XORG= pixman USE_LDCONFIG= yes Index: net/net6/Makefile =================================================================== --- net/net6/Makefile +++ net/net6/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= cpe libtool pathfix pkgconfig compiler:c++11-lang +USES= cpe libtool pathfix compiler:c++11-lang USE_CXXSTD= c++11 USE_LDCONFIG= yes Index: net/netatalk3/Makefile =================================================================== --- net/netatalk3/Makefile +++ net/netatalk3/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent -USES= bdb:5+ cpe gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 +USES= bdb:5+ cpe gettext gmake iconv libtool perl5 shebangfix ssl tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= netatalk Index: net/netembryo/Makefile =================================================================== --- net/netembryo/Makefile +++ net/netembryo/Makefile @@ -20,7 +20,7 @@ IPV6_CONFIGURE_ENABLE= ipv6 SCTP_CONFIGURE_ENABLE= sctp -USES= gmake gnome libtool pathfix pkgconfig tar:bzip2 +USES= gmake gnome libtool pathfix tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/nmsg/Makefile =================================================================== --- net/nmsg/Makefile +++ net/nmsg/Makefile @@ -14,7 +14,7 @@ libwdns.so:dns/wdns GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pkgconfigdir='$${exec_prefix}/libdata/pkgconfig' INSTALL_TARGET= install-strip Index: net/ns3/Makefile =================================================================== --- net/ns3/Makefile +++ net/ns3/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= compiler:c++11-lib gettext gnome pkgconfig python sqlite \ +USES= compiler:c++11-lib gettext gnome python sqlite \ tar:bzip2 waf USE_GNOME= libxml2 USE_LDCONFIG= yes Index: net/ntopng/Makefile =================================================================== --- net/ntopng/Makefile +++ net/ntopng/Makefile @@ -24,7 +24,7 @@ BUILD_DEPENDS= bash:shells/bash USES= autoreconf compiler:c++11-lang cpe gmake libtool localbase \ - lua:54 mysql pathfix pkgconfig shebangfix sqlite ssl + lua:54 mysql pathfix shebangfix sqlite ssl USE_OPENLDAP= yes SUB_FILES= ntopng-geoip2update.sh pkg-deinstall Index: net/ntp/Makefile =================================================================== --- net/ntp/Makefile +++ net/ntp/Makefile @@ -14,8 +14,7 @@ CONFLICTS= ntp-devel ntpsec openntpd -USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ - pkgconfig +USES= cpe pathfix shebangfix libedit libtool localbase:ldflags USES+= autoreconf # until rlimit_memlock changes accepted upstream GNU_CONFIGURE= yes Index: net/ntpa/Makefile =================================================================== --- net/ntpa/Makefile +++ net/ntpa/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= newtonsoft-json>=0:devel/newtonsoft-json RUN_DEPENDS= newtonsoft-json>=0:devel/newtonsoft-json -USES= mono pkgconfig autoreconf gmake +USES= mono autoreconf gmake GNU_CONFIGURE= yes NO_ARCH= yes OPTIONS_SUB= yes Index: net/ntpsec/Makefile =================================================================== --- net/ntpsec/Makefile +++ net/ntpsec/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdns_sd.so:net/mDNSResponder -USES= cpe bison gettext-runtime pkgconfig python shebangfix ssl waf +USES= cpe bison gettext-runtime python shebangfix ssl waf USE_GITHUB= yes USE_LDCONFIG= ${PREFIX}/lib/ntp Index: net/nylon/Makefile =================================================================== --- net/nylon/Makefile +++ net/nylon/Makefile @@ -11,8 +11,6 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= pkgconfig - USE_RC_SUBR= nylon GNU_CONFIGURE= yes Index: net/ocserv/Makefile =================================================================== --- net/ocserv/Makefile +++ net/ocserv/Makefile @@ -23,7 +23,7 @@ libtasn1.so:security/libtasn1 USES= autoreconf cpe gperf libtool localbase ncurses pathfix \ - pkgconfig readline tar:xz + readline tar:xz CPE_VENDOR= infradead USE_RC_SUBR= ocserv Index: net/onedrive/Makefile =================================================================== --- net/onedrive/Makefile +++ net/onedrive/Makefile @@ -14,7 +14,7 @@ libinotify.so:devel/libinotify RUN_DEPENDS= ${LOCALBASE}/sbin/logrotate:sysutils/logrotate -USES= autoreconf gmake pkgconfig sqlite +USES= autoreconf gmake sqlite USE_GITHUB= yes GH_ACCOUNT= abraunegg Index: net/opal/Makefile =================================================================== --- net/opal/Makefile +++ net/opal/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpt.so:devel/ptlib -USES= compiler:c11 gmake pathfix pkgconfig tar:xz +USES= compiler:c11 gmake pathfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net/openmpi/Makefile =================================================================== --- net/openmpi/Makefile +++ net/openmpi/Makefile @@ -16,7 +16,7 @@ # :keepla because port uses lt_dlopen USES= fortran gmake libtool:keepla localbase perl5 \ - pkgconfig shebangfix tar:bzip2 + shebangfix tar:bzip2 HAS_CONFIGURE= yes USE_PERL5= build Index: net/openmpi3/Makefile =================================================================== --- net/openmpi3/Makefile +++ net/openmpi3/Makefile @@ -21,7 +21,7 @@ # :keepla because port uses lt_dlopen USES= fortran gmake libtool:keepla localbase perl5 \ - pkgconfig shebangfix tar:bzip2 + shebangfix tar:bzip2 HAS_CONFIGURE= yes INSTALL_TARGET= install-strip Index: net/opensips31/Makefile =================================================================== --- net/opensips31/Makefile +++ net/opensips31/Makefile @@ -20,7 +20,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= gettext-runtime gmake gnome localbase:ldflags ncurses perl5 \ - pkgconfig shebangfix ssl + shebangfix ssl USE_GNOME= libxml2 SHEBANG_GLOB= *.pl *.sh Index: net/openvswitch/Makefile =================================================================== --- net/openvswitch/Makefile +++ net/openvswitch/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= compiler:c11 cpe gmake libtool perl5 pkgconfig python \ +USES= compiler:c11 cpe gmake libtool perl5 python \ shebangfix ssl SHEBANG_FILES= ipsec/ovs-monitor-ipsec.in \ utilities/bugtool/ovs-bugtool-get-port-stats \ Index: net/p5-Mojo-RabbitMQ-Client/Makefile =================================================================== --- net/p5-Mojo-RabbitMQ-Client/Makefile +++ net/p5-Mojo-RabbitMQ-Client/Makefile @@ -16,7 +16,7 @@ p5-Mojolicious>=7.53:www/p5-Mojolicious \ p5-Net-AMQP>=0.06:net/p5-Net-AMQP -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure modbuild .include Index: net/p5-ZMQ-FFI/Makefile =================================================================== --- net/p5-ZMQ-FFI/Makefile +++ net/p5-ZMQ-FFI/Makefile @@ -20,7 +20,7 @@ p5-namespace-clean>=0.27:devel/p5-namespace-clean LIB_DEPENDS= libzmq.so:net/libzmq4 -USES= pkgconfig perl5 +USES= perl5 USE_PERL5= configure .include Index: net/packter-agent/Makefile =================================================================== --- net/packter-agent/Makefile +++ net/packter-agent/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= gnome pkgconfig +USES= gnome USE_GNOME= glib20 CFLAGS+= -Wno-return-type Index: net/pecl-xmlrpc/Makefile =================================================================== --- net/pecl-xmlrpc/Makefile +++ net/pecl-xmlrpc/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE IGNORE_WITH_PHP= 74 -USES= iconv:translit gnome php:pecl pkgconfig +USES= iconv:translit gnome php:pecl USE_PHP= xml:build USE_GNOME= libxml2 Index: net/pecl-zmq/Makefile =================================================================== --- net/pecl-zmq/Makefile +++ net/pecl-zmq/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libzmq.so:net/libzmq4 -USES= php:pecl pkgconfig +USES= php:pecl IGNORE_WITH_PHP= 80 81 82 .include Index: net/py-pyfixbuf/Makefile =================================================================== --- net/py-pyfixbuf/Makefile +++ net/py-pyfixbuf/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfixbuf.so:net/libfixbuf -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= distutils autoplist .include Index: net/py-pynmsg/Makefile =================================================================== --- net/py-pynmsg/Makefile +++ net/py-pynmsg/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libnmsg.so:net/nmsg -USES= pkgconfig python:3.6+ shebangfix uniquefiles:dirs +USES= python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= autoplist cython distutils SHEBANG_FILES= examples/*.py Index: net/quiterss/Makefile =================================================================== --- net/quiterss/Makefile +++ net/quiterss/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gl \ qmake:outsource qt:5 sqlite USE_QT= buildtools_build linguisttools_build core xml gui widgets \ network multimedia printsupport webkit sql sql-sqlite3_run Index: net/radcli/Makefile =================================================================== --- net/radcli/Makefile +++ net/radcli/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libnettle.so:security/nettle -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: net/radvd/Makefile =================================================================== --- net/radvd/Makefile +++ net/radvd/Makefile @@ -13,7 +13,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake CONFIGURE_ARGS= --program-transform-name= USE_RC_SUBR= radvd Index: net/rclone-browser/Makefile =================================================================== --- net/rclone-browser/Makefile +++ net/rclone-browser/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= rclone:net/rclone -USES= cmake pkgconfig qt:5 +USES= cmake qt:5 USE_GITHUB= yes GH_ACCOUNT= kapitainsky GH_PROJECT= RcloneBrowser Index: net/rdesktop/Makefile =================================================================== --- net/rdesktop/Makefile +++ net/rdesktop/Makefile @@ -13,7 +13,7 @@ libnettle.so:security/nettle \ libtasn1.so:security/libtasn1 -USES= autoreconf cpe gmake iconv pkgconfig xorg +USES= autoreconf cpe gmake iconv xorg USE_XORG= x11 xcursor xrandr USE_GITHUB= yes Index: net/remmina/Makefile =================================================================== --- net/remmina/Makefile +++ net/remmina/Makefile @@ -21,7 +21,7 @@ lite_DESCR= ${.CURDIR}/pkg-descr-lite USES= cmake compiler:c11 desktop-file-utils gettext gnome localbase:ldflags pathfix \ - pkgconfig shared-mime-info ssl shebangfix xorg + shared-mime-info ssl shebangfix xorg USE_GITLAB= yes GL_ACCOUNT= Remmina Index: net/rpki-client/Makefile =================================================================== --- net/rpki-client/Makefile +++ net/rpki-client/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ rsync>0:net/rsync -USES= autoreconf libtool pkgconfig ssl +USES= autoreconf libtool ssl USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-portable ${PORTNAME}-openbsd:openbsd Index: net/rubygem-grpc/Makefile =================================================================== --- net/rubygem-grpc/Makefile +++ net/rubygem-grpc/Makefile @@ -14,7 +14,7 @@ rubygem-google-protobuf>=3.19<4:devel/rubygem-google-protobuf \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types -USES= cpe gem gmake pkgconfig +USES= cpe gem gmake USE_RUBY= yes MAKE_JOBS_UNSAFE= yes Index: net/rubygem-grpc142/Makefile =================================================================== --- net/rubygem-grpc142/Makefile +++ net/rubygem-grpc142/Makefile @@ -16,7 +16,7 @@ rubygem-google-protobuf>=3.19<4:devel/rubygem-google-protobuf \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types -USES= cpe gem gmake pkgconfig +USES= cpe gem gmake USE_RUBY= yes MAKE_JOBS_UNSAFE= yes Index: net/samba412/Makefile =================================================================== --- net/samba412/Makefile +++ net/samba412/Makefile @@ -64,7 +64,7 @@ MAKE_ENV+= PYTHONHASHSEED=1 USES+= compiler:c++11-lang iconv localbase:ldflags \ - perl5 pkgconfig shebangfix ssl waf gettext-runtime + perl5 shebangfix ssl waf gettext-runtime USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} WAF_CMD= buildtools/bin/waf Index: net/samba413/Makefile =================================================================== --- net/samba413/Makefile +++ net/samba413/Makefile @@ -67,7 +67,7 @@ MAKE_ENV+= PYTHONHASHSEED=1 USES+= compiler:c++11-lang iconv localbase:ldflags \ - perl5 pkgconfig shebangfix waf gettext-runtime + perl5 shebangfix waf gettext-runtime USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} WAF_CMD= buildtools/bin/waf Index: net/sctplib/Makefile =================================================================== --- net/sctplib/Makefile +++ net/sctplib/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= glib20 USE_LDCONFIG= yes Index: net/sdl_net/Makefile =================================================================== --- net/sdl_net/Makefile +++ net/sdl_net/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig sdl +USES= gmake libtool pathfix sdl USE_LDCONFIG= yes USE_SDL= sdl Index: net/sie-nmsg/Makefile =================================================================== --- net/sie-nmsg/Makefile +++ net/sie-nmsg/Makefile @@ -15,7 +15,7 @@ libwdns.so:dns/wdns GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix INSTALL_TARGET= install-strip Index: net/skstream/Makefile =================================================================== --- net/skstream/Makefile +++ net/skstream/Makefile @@ -7,7 +7,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= iostream based C++ socket library -USES= libtool pathfix pkgconfig compiler:c++11-lib gmake +USES= libtool pathfix compiler:c++11-lib gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: net/sngrep/Makefile =================================================================== --- net/sngrep/Makefile +++ net/sngrep/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf localbase ncurses pkgconfig +USES= autoreconf localbase ncurses GNU_CONFIGURE= yes Index: net/sniproxy/Makefile =================================================================== --- net/sniproxy/Makefile +++ net/sniproxy/Makefile @@ -13,7 +13,7 @@ libpcre.so:devel/pcre \ libudns.so:dns/udns -USES= autoreconf:build gettext pkgconfig +USES= autoreconf:build gettext SUB_FILES= pkg-message USE_RC_SUBR= sniproxy Index: net/sobby/Makefile =================================================================== --- net/sobby/Makefile +++ net/sobby/Makefile @@ -14,7 +14,7 @@ libnet6.so:net/net6 \ libxml++-2.6.so:textproc/libxml++26 -USES= compiler:c++11-lang gnome localbase pkgconfig +USES= compiler:c++11-lang gnome localbase USE_CXXSTD= c++11 USE_GNOME= glibmm GNU_CONFIGURE= yes Index: net/socketapi/Makefile =================================================================== --- net/socketapi/Makefile +++ net/socketapi/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsctplib.so:net/sctplib -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= glib20 USE_LDCONFIG= yes Index: net/sofia-sip/Makefile =================================================================== --- net/sofia-sip/Makefile +++ net/sofia-sip/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake gnome libtool pathfix pkgconfig ssl +USES= autoreconf gmake gnome libtool pathfix ssl USE_GNOME= glib20 USE_LDCONFIG= yes Index: net/spiritvnc/Makefile =================================================================== --- net/spiritvnc/Makefile +++ net/spiritvnc/Makefile @@ -14,7 +14,7 @@ libssh2.so:security/libssh2 \ libvncclient.so:net/libvncserver -USES= jpeg pkgconfig xorg +USES= jpeg xorg USE_GITHUB= yes USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrender Index: net/tapidbus/Makefile =================================================================== --- net/tapidbus/Makefile +++ net/tapidbus/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix GNU_CONFIGURE= yes USE_GNOME= glib20 INSTALL_TARGET= install-strip Index: net/tigervnc-server/Makefile =================================================================== --- net/tigervnc-server/Makefile +++ net/tigervnc-server/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/X11/xkb/rules/base:x11/xkeyboard-config \ xkbcomp:x11/xkbcomp -USES+= autoreconf:build compiler:c11 gl jpeg libtool pkgconfig ssl shebangfix xorg +USES+= autoreconf:build compiler:c11 gl jpeg libtool ssl shebangfix xorg USE_LDCONFIG= yes USE_GL+= gl USE_XORG+= ice pixman sm x11 xau xdamage xdmcp xext xfixes xfont2 \ Index: net/tsclient/Makefile =================================================================== --- net/tsclient/Makefile +++ net/tsclient/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= rdesktop:net/rdesktop -USES= gettext gmake gnome libtool pathfix pkgconfig +USES= gettext gmake gnome libtool pathfix USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome Index: net/turnserver/Makefile =================================================================== --- net/turnserver/Makefile +++ net/turnserver/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= gettext-runtime perl5 pkgconfig shebangfix ssl +USES= gettext-runtime perl5 shebangfix ssl SHEBANG_FILES= examples/scripts/restapi/shared_secret_maintainer.pl HAS_CONFIGURE= yes CONFIGURE_ENV+= PTHREAD_LIBS=-pthread TURN_DISABLE_RPATH=1 Index: net/uget/Makefile =================================================================== --- net/uget/Makefile +++ net/uget/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= aria2c:www/aria2 -USES= compiler:c11 gettext-tools gmake gnome pkgconfig +USES= compiler:c11 gettext-tools gmake gnome GNU_CONFIGURE= yes USE_GNOME= glib20 gtk30 intltool cairo INSTALL_TARGET= install-strip Index: net/uhttpmock/Makefile =================================================================== --- net/uhttpmock/Makefile +++ net/uhttpmock/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz vala:build +USES= gettext gmake gnome libtool pathfix tar:xz vala:build USE_GNOME= gnomeprefix glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/usbredir/Makefile =================================================================== --- net/usbredir/Makefile +++ net/usbredir/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/vinagre/Makefile =================================================================== --- net/vinagre/Makefile +++ net/vinagre/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= autoreconf:2.69 desktop-file-utils gettext gmake gnome \ - localbase pathfix pkgconfig shared-mime-info tar:xz vala:build xorg + localbase pathfix shared-mime-info tar:xz vala:build xorg USE_GNOME= cairo gtk30 intlhack libxml2 vte3 USE_XORG= x11 GNU_CONFIGURE= yes Index: net/vino/Makefile =================================================================== --- net/vino/Makefile +++ net/vino/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even USES= cpe gettext gmake gnome jpeg localbase pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg CPE_VENDOR= david_king USE_GNOME= cairo gtk30 intlhack USE_XORG= ice x11 xdamage xext xfixes sm xtst Index: net/waypipe/Makefile =================================================================== --- net/waypipe/Makefile +++ net/waypipe/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 localbase:ldflags meson pkgconfig +USES= compiler:c11 localbase:ldflags meson USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org GL_ACCOUNT= mstoeckl Index: net/wayvnc/Makefile =================================================================== --- net/wayvnc/Makefile +++ net/wayvnc/Makefile @@ -16,7 +16,7 @@ libneatvnc.so:net/neatvnc \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_GITHUB= yes USE_XORG= pixman USE_LDCONFIG= yes Index: net/whois/Makefile =================================================================== --- net/whois/Makefile +++ net/whois/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libidn2.so:dns/libidn2 -USES= iconv gmake perl5 pkgconfig +USES= iconv gmake perl5 USE_PERL5= build MAKE_ARGS= BASEDIR="${STAGEDIR}" Index: net/wireshark/Makefile =================================================================== --- net/wireshark/Makefile +++ net/wireshark/Makefile @@ -23,7 +23,7 @@ DATADIR= ${PREFIX}/share/${DATADIR_NAME} USES= alias cmake compiler:c++11-lang cpe gettext-runtime gnome \ - libtool localbase pathfix perl5 pkgconfig python:3.4+ ssl \ + libtool localbase pathfix perl5 python:3.4+ ssl \ tar:xz USE_PERL5= build USE_GNOME= glib20 libxml2 Index: net/wlvncc/Makefile =================================================================== --- net/wlvncc/Makefile +++ net/wlvncc/Makefile @@ -21,7 +21,7 @@ libgcrypt.so:security/libgcrypt \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gl jpeg meson pkgconfig xorg +USES= compiler:c11 gl jpeg meson xorg USE_GITHUB= yes USE_GL= egl gbm glesv2 USE_XORG= pixman Index: net/x11vnc/Makefile =================================================================== --- net/x11vnc/Makefile +++ net/x11vnc/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libvncserver.so:net/libvncserver -USES= cpe iconv pkgconfig jpeg ssl gmake autoreconf xorg +USES= cpe iconv jpeg ssl gmake autoreconf xorg USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ xdmcp xi xorgproto # Sets LDFLAGS and adds to CONFIGURE_ENV, therefore we set LDFLAGS Index: net/x2goclient/Makefile =================================================================== --- net/x2goclient/Makefile +++ net/x2goclient/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= nxproxy:net/nxproxy \ x2goclient-cli:net/x2goclient-cli -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 xorg +USES= compiler:c++11-lang gl qmake qt:5 xorg USE_GL= gl USE_XORG= x11 xpm USE_QT= core gui network svg widgets x11extras \ Index: net/xmlrpc-c/Makefile =================================================================== --- net/xmlrpc-c/Makefile +++ net/xmlrpc-c/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD3CLAUSE -USES= gmake pkgconfig tar:tgz +USES= gmake tar:tgz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: net/xrdp-devel/Makefile =================================================================== --- net/xrdp-devel/Makefile +++ net/xrdp-devel/Makefile @@ -20,7 +20,7 @@ ${LOCALBASE}/lib/pulse-14.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= autoreconf:build compiler:c11 cpe jpeg localbase libtool pkgconfig \ +USES= autoreconf:build compiler:c11 cpe jpeg localbase libtool \ ssl xorg CPE_VENDOR= neutrinolabs USE_XORG= ice pixman sm x11 xfixes xrandr @@ -35,7 +35,7 @@ neutrinolabs:ulalaca-xrdp:f683d17:ulalaca/ulalaca CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \ - --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ + --with-pkgconfigdir=${LOCALBASE}/libdata/\ --enable-pam-config=freebsd \ --enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter \ --enable-imlib2 Index: net/xrdp/Makefile =================================================================== --- net/xrdp/Makefile +++ net/xrdp/Makefile @@ -19,7 +19,7 @@ ${LOCALBASE}/lib/pulse-14.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= autoreconf:build compiler:c11 cpe jpeg localbase libtool pkgconfig \ +USES= autoreconf:build compiler:c11 cpe jpeg localbase libtool \ ssl xorg CPE_VENDOR= neutrinolabs USE_XORG= ice pixman sm x11 xfixes xrandr @@ -32,7 +32,7 @@ neutrinolabs:libpainter:v0.1.1:libpainter/libpainter CONFIGURE_ARGS= --localstatedir=/var --enable-strict-locations \ - --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ + --with-pkgconfigdir=${LOCALBASE}/libdata/\ --enable-pam-config=freebsd \ --enable-jpeg --enable-pixman --enable-rfxcodec --enable-painter \ --enable-imlib2 Index: net/yate/Makefile =================================================================== --- net/yate/Makefile +++ net/yate/Makefile @@ -80,7 +80,7 @@ SPANDSP_LIB_DEPENDS= libspandsp.so:comms/spandsp SQLITE_CONFIGURE_WITH= sqlite -SQLITE_USES= pkgconfig sqlite +SQLITE_USES= sqlite post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} Index: net/yaz/Makefile =================================================================== --- net/yaz/Makefile +++ net/yaz/Makefile @@ -14,7 +14,7 @@ libgnutls.so:security/gnutls USES= gnome iconv libtool ncurses pathfix localbase:ldflags \ - pkgconfig readline shebangfix tcl + readline shebangfix tcl SHEBANG_FILES= src/yaz-asncomp GNU_CONFIGURE= yes USE_GNOME= libxml2 libxslt Index: net/zmap/Makefile =================================================================== --- net/zmap/Makefile +++ net/zmap/Makefile @@ -16,7 +16,7 @@ USE_GITHUB= yes -USES= cmake:insource pkgconfig +USES= cmake:insource MANPAGE= zblacklist.1 zmap.1 ztee.1 Index: news/nzbget/Makefile =================================================================== --- news/nzbget/Makefile +++ news/nzbget/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 USES= autoreconf compiler:c++14-lang cpe gmake localbase ncurses \ - pkgconfig python:build shebangfix ssl + python:build shebangfix ssl USE_GITHUB= yes USE_RC_SUBR= nzbget Index: news/pan/Makefile =================================================================== --- news/pan/Makefile +++ news/pan/Makefile @@ -19,7 +19,7 @@ libgmime-2.6.so:mail/gmime26 USES= compiler:c++11-lang desktop-file-utils gettext-tools:build \ - gmake gnome iconv localbase pathfix pkgconfig tar:bzip2 + gmake gnome iconv localbase pathfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 intlhack GNU_CONFIGURE= yes LDFLAGS+= ${ICONV_LIB} Index: polish/gnugadu2/Makefile =================================================================== --- polish/gnugadu2/Makefile +++ polish/gnugadu2/Makefile @@ -17,7 +17,7 @@ libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes -USES= gettext gmake gnome libtool localbase pathfix perl5 pkgconfig \ +USES= gettext gmake gnome libtool localbase pathfix perl5 \ tar:bzip2 xorg USE_GNOME= cairo gtk20 USE_LDCONFIG= yes Index: polish/kadu/Makefile =================================================================== --- polish/kadu/Makefile +++ polish/kadu/Makefile @@ -33,7 +33,7 @@ GG7_EMOTS_DISTFILE= dodatkowe_emoty_GG7.tar.gz USES= cmake:insource compiler:c++17-lang cpe gettext-runtime gnome \ - libarchive pkgconfig qca qt:5 readline tar:bzip2 xorg + libarchive qca qt:5 readline tar:bzip2 xorg USE_XORG= x11 xext xfixes xscrnsaver USE_GNOME= glib20 USE_QT= concurrent core dbus declarative gui multimedia network \ Index: polish/libgadu/Makefile =================================================================== --- polish/libgadu/Makefile +++ polish/libgadu/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= wojtekka -USES= autoreconf gmake libtool localbase pathfix pkgconfig +USES= autoreconf gmake libtool localbase pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-pthread \ --disable-tests Index: polish/qnapi/Makefile =================================================================== --- polish/qnapi/Makefile +++ polish/qnapi/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes -USES= compiler:c++11-lib gl pkgconfig qmake qt:5 +USES= compiler:c++11-lib gl qmake qt:5 USE_GL= gl USE_QT= buildtools_build core gui network widgets xml Index: polish/tleenx2/Makefile =================================================================== --- polish/tleenx2/Makefile +++ polish/tleenx2/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libtlen.so:polish/libtlen -USES= gnome localbase:ldflags pkgconfig xorg +USES= gnome localbase:ldflags xorg USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_XORG= x11 xscrnsaver Index: ports-mgmt/packagekit/Makefile =================================================================== --- ports-mgmt/packagekit/Makefile +++ ports-mgmt/packagekit/Makefile @@ -16,7 +16,7 @@ IGNORE= does not build with new polkit -USES= cpe gettext gmake gnome iconv libtool pathfix pkgconfig \ +USES= cpe gettext gmake gnome iconv libtool pathfix \ python:build shared-mime-info shebangfix sqlite:3 CPE_VENDOR= packagekit_project SHEBANG_FILES= backends/test/helpers/search-name.sh \ Index: ports-mgmt/parfetch-overlay/Makefile =================================================================== --- ports-mgmt/parfetch-overlay/Makefile +++ ports-mgmt/parfetch-overlay/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= compiler:c11 ninja pkgconfig ssl tar:lz +USES= compiler:c11 ninja ssl tar:lz HAS_CONFIGURE= yes CONFIGURE_ARGS= AR="${AR}" \ CC="${CC}" \ Index: print/cups-filters/Makefile =================================================================== --- print/cups-filters/Makefile +++ print/cups-filters/Makefile @@ -18,7 +18,7 @@ libfontconfig.so:x11-fonts/fontconfig USES= compiler:c++11-lib cpe gmake gnome iconv libtool localbase \ - pkgconfig shebangfix tar:xz + shebangfix tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes USE_RC_SUBR= cups_browsed Index: print/cups-pk-helper/Makefile =================================================================== --- print/cups-pk-helper/Makefile +++ print/cups-pk-helper/Makefile @@ -12,7 +12,7 @@ libpolkit-gobject-1.so:sysutils/polkit USE_GNOME= glib20 intltool -USES= cpe gettext gmake gnome localbase pkgconfig tar:xz +USES= cpe gettext gmake gnome localbase tar:xz CPE_VENDOR= cups-pk-helper_project GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: print/cups/Makefile =================================================================== --- print/cups/Makefile +++ print/cups/Makefile @@ -9,7 +9,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++11-lang cpe gmake iconv localbase pkgconfig +USES= compiler:c++11-lang cpe gmake iconv localbase CPE_VENDOR= linuxfoundation USE_GITHUB= yes Index: print/deforaos-pdfviewer/Makefile =================================================================== --- print/deforaos-pdfviewer/Makefile +++ print/deforaos-pdfviewer/Makefile @@ -18,7 +18,7 @@ libfreetype.so:print/freetype2 MAKE_ARGS+= PREFIX=${PREFIX} -USES= desktop-file-utils gnome pkgconfig +USES= desktop-file-utils gnome USE_GNOME= gtk20 gdkpixbuf2 cairo MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man Index: print/fontforge/Makefile =================================================================== --- print/fontforge/Makefile +++ print/fontforge/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 USES= compiler:c++11-lang cmake cpe desktop-file-utils gettext gnome \ - iconv:wchar_t pkgconfig shared-mime-info tar:xz + iconv:wchar_t shared-mime-info tar:xz USE_GNOME= cairo glib20 libxml2 USE_LDCONFIG= yes Index: print/foomatic-filters/Makefile =================================================================== --- print/foomatic-filters/Makefile +++ print/foomatic-filters/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf cpe ghostscript perl5 pkgconfig +USES= autoreconf cpe ghostscript perl5 CPE_VENDOR= linuxfoundation GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_A2PS=${LOCALBASE}/bin/a2ps \ Index: print/freetype2/Makefile =================================================================== --- print/freetype2/Makefile +++ print/freetype2/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE_GPLv2+ = ${WRKSRC}/docs/GPLv2.TXT LICENSE_PERMS_FTL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= cmake cpe localbase pathfix pkgconfig tar:xz +USES= cmake cpe localbase pathfix tar:xz CPE_PRODUCT= freetype CPE_VENDOR= freetype Index: print/ghostscript8-base/Makefile =================================================================== --- print/ghostscript8-base/Makefile +++ print/ghostscript8-base/Makefile @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= ghostscript*-base # CHECK -USES= autoreconf cpe gmake pkgconfig shebangfix tar:xz +USES= autoreconf cpe gmake shebangfix tar:xz USE_LDCONFIG= yes CPE_VENDOR= artifex SHEBANG_FILES= ${WRKSRC}/lib/fixmswrd.pl Index: print/ghostscript9-agpl-base/Makefile =================================================================== --- print/ghostscript9-agpl-base/Makefile +++ print/ghostscript9-agpl-base/Makefile @@ -22,7 +22,7 @@ libtiff.so:graphics/tiff RUN_DEPENDS= poppler-data>=0.4.9:graphics/poppler-data -USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz +USES= cpe gmake iconv jpeg localbase tar:xz USE_LDCONFIG= yes CONFLICTS_INSTALL= \ Index: print/ghostscript9-agpl-x11/Makefile =================================================================== --- print/ghostscript9-agpl-x11/Makefile +++ print/ghostscript9-agpl-x11/Makefile @@ -21,7 +21,7 @@ libtiff.so:graphics/tiff RUN_DEPENDS= ghostscript9-agpl-base>=${PORTVERSION}:print/ghostscript9-agpl-base -USES= cpe gmake iconv localbase pkgconfig tar:xz xorg +USES= cpe gmake iconv localbase tar:xz xorg USE_LDCONFIG= yes USE_XORG= ice sm x11 xext xt Index: print/ghostscript9-base/Makefile =================================================================== --- print/ghostscript9-base/Makefile +++ print/ghostscript9-base/Makefile @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= ghostscript*-base # CHECK -USES= autoreconf cpe gmake jpeg pkgconfig:build tar:bzip2 +USES= autoreconf cpe gmake jpeg:build tar:bzip2 USE_LDCONFIG= yes CPE_VENDOR= artifex EXTRACT_AFTER_ARGS= ${EXCLUDE_DIRS:S/^/--exclude /} Index: print/gtklp/Makefile =================================================================== --- print/gtklp/Makefile +++ print/gtklp/Makefile @@ -14,7 +14,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gettext gnome libtool pkgconfig xorg +USES= autoreconf gettext gnome libtool xorg USE_GNOME= cairo gtk20 USE_XORG= x11 Index: print/gutenprint/Makefile =================================================================== --- print/gutenprint/Makefile +++ print/gutenprint/Makefile @@ -18,7 +18,7 @@ --enable-cups-level3-ppds \ --disable-translated-cups-ppds INSTALL_TARGET= install-strip -USES= compiler:c11 cpe gettext gmake libtool pathfix perl5 pkgconfig \ +USES= compiler:c11 cpe gettext gmake libtool pathfix perl5 \ tar:xz CPE_VENDOR= ${PORTNAME}_project Index: print/harfbuzz/Makefile =================================================================== --- print/harfbuzz/Makefile +++ print/harfbuzz/Makefile @@ -14,7 +14,7 @@ libgraphite2.so:graphics/graphite2 USES= compiler:c++11-lib cpe gnome meson \ - pkgconfig python:build shebangfix tar:xz + python:build shebangfix tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes SHEBANG_GLOB= *.py Index: print/hplip/Makefile =================================================================== --- print/hplip/Makefile +++ print/hplip/Makefile @@ -17,7 +17,7 @@ ${PYTHON_PKGNAMEPREFIX}distro>=1.0.1:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gobject3>=0:devel/py-gobject3@${PY_FLAVOR} -USES= dos2unix jpeg libtool localbase pkgconfig python:3.6+ \ +USES= dos2unix jpeg libtool localbase python:3.6+ \ shebangfix USE_LDCONFIG= yes Index: print/libijs/Makefile =================================================================== --- print/libijs/Makefile +++ print/libijs/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: print/libmspub01/Makefile =================================================================== --- print/libmspub01/Makefile +++ print/libmspub01/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: print/libotf/Makefile =================================================================== --- print/libotf/Makefile +++ print/libotf/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf pathfix pkgconfig libtool:keepla +USES= autoreconf pathfix libtool:keepla GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: print/libpagemaker/Makefile =================================================================== --- print/libpagemaker/Makefile +++ print/libpagemaker/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix tar:xz INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs Index: print/libraqm/Makefile =================================================================== --- print/libraqm/Makefile +++ print/libraqm/Makefile @@ -14,7 +14,7 @@ libharfbuzz.so:print/harfbuzz \ libfreetype.so:print/freetype2 -USES= meson pkgconfig python:3.7+,test tar:xz +USES= meson python:3.7+,test tar:xz USE_LDCONFIG= yes Index: print/libspectre/Makefile =================================================================== --- print/libspectre/Makefile +++ print/libspectre/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 -USES= ghostscript gmake gnome libtool localbase pathfix pkgconfig +USES= ghostscript gmake gnome libtool localbase pathfix USE_LDCONFIG= yes USE_GNOME= cairo GNU_CONFIGURE= yes Index: print/lilypond-devel/Makefile =================================================================== --- print/lilypond-devel/Makefile +++ print/lilypond-devel/Makefile @@ -31,7 +31,7 @@ mftrace:print/mftrace USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \ - magick:7,build perl5 pkgconfig python:3.5+ + magick:7,build perl5 python:3.5+ USE_CXXSTD= c++14 USE_GNOME= pango USE_PERL5= build Index: print/lilypond/Makefile =================================================================== --- print/lilypond/Makefile +++ print/lilypond/Makefile @@ -28,7 +28,7 @@ mftrace:print/mftrace USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \ - magick:7,build perl5 pkgconfig python:3.5+ + magick:7,build perl5 python:3.5+ USE_CXXSTD= c++11 USE_GNOME= pango USE_PERL5= build Index: print/lyx/Makefile =================================================================== --- print/lyx/Makefile +++ print/lyx/Makefile @@ -20,7 +20,7 @@ MINOR_VERSION= 6.1 USES= autoreconf compiler:c++11-lang desktop-file-utils gmake iconv \ - pkgconfig perl5 python qt:5 shebangfix tar:xz xorg + perl5 python qt:5 shebangfix tar:xz xorg USE_QT= core concurrent gui svg widgets x11extras buildtools_build qmake_build USE_XORG= xcb GNU_CONFIGURE= yes Index: print/miktex/Makefile =================================================================== --- print/miktex/Makefile +++ print/miktex/Makefile @@ -44,7 +44,7 @@ liburiparser.so:net/uriparser \ libzzip.so:devel/zziplib -USES= bison cmake:noninja gettext-tools gmake gnome jpeg pkgconfig ssl xorg +USES= bison cmake:noninja gettext-tools gmake gnome jpeg ssl xorg USE_GITHUB= yes GH_ACCOUNT= MiKTeX Index: print/p5-Font-FreeType/Makefile =================================================================== --- print/p5-Font-FreeType/Makefile +++ print/p5-Font-FreeType/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure BINARY_ALIAS= freetype-config=true Index: print/panda/Makefile =================================================================== --- print/panda/Makefile +++ print/panda/Makefile @@ -20,7 +20,7 @@ CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include LIBS+= -lz -L${BDB_LIB_DIR} -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= autoreconf bdb dos2unix gmake jpeg libtool pathfix pkgconfig tar:bzip2 +USES= autoreconf bdb dos2unix gmake jpeg libtool pathfix tar:bzip2 DOS2UNIX_GLOB= *.c USE_LDCONFIG= yes Index: print/paps/Makefile =================================================================== --- print/paps/Makefile +++ print/paps/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gettext gnome pkgconfig +USES= autoreconf gettext gnome USE_GITHUB= yes GH_ACCOUNT= dov USE_GNOME= cairo intltool pango Index: print/pdfchain/Makefile =================================================================== --- print/pdfchain/Makefile +++ print/pdfchain/Makefile @@ -9,8 +9,7 @@ LICENSE= GPLv3 -USES= compiler:c++11-lang desktop-file-utils gettext-runtime gnome \ - pkgconfig +USES= compiler:c++11-lang desktop-file-utils gettext-runtime gnome USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk30 gtkmm30 \ libsigc++20 pango pangomm Index: print/photoprint/Makefile =================================================================== --- print/photoprint/Makefile +++ print/photoprint/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USES= compiler:c++11-lang desktop-file-utils gettext gnome jpeg \ - libtool localbase pkgconfig xorg + libtool localbase xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 USE_CXXSTD= gnu++98 Index: print/pslib/Makefile =================================================================== --- print/pslib/Makefile +++ print/pslib/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= gettext gmake gnome jpeg libtool localbase pathfix pkgconfig +USES= gettext gmake gnome jpeg libtool localbase pathfix USE_GNOME= intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: print/qpdfview/Makefile =================================================================== --- print/qpdfview/Makefile +++ print/qpdfview/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake qt:5 +USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 USE_GL= gl USE_LDCONFIG= yes USE_QT= concurrent core dbus gui imageformats linguisttools \ Index: print/scribus-devel/Makefile =================================================================== --- print/scribus-devel/Makefile +++ print/scribus-devel/Makefile @@ -37,7 +37,7 @@ libzmf-0.0.so:graphics/libzmf USES= cmake compiler:c++17-lang desktop-file-utils dos2unix gnome \ - jpeg pkgconfig python:3.6+ qt:5 shared-mime-info tar:xz + jpeg python:3.6+ qt:5 shared-mime-info tar:xz USE_QT= buildtools_build core declarative gui linguisttools_build \ network opengl printsupport qmake_build widgets xml DOS2UNIX_REGEX= .*\.(cpp|h|txt) Index: print/simple-fb2-reader/Makefile =================================================================== --- print/simple-fb2-reader/Makefile +++ print/simple-fb2-reader/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libzip.so:archivers/libzip -USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig \ +USES= cmake desktop-file-utils gettext-runtime gnome \ shared-mime-info sqlite USE_GITHUB= yes GH_ACCOUNT= Cactus64k Index: print/system-config-printer/Makefile =================================================================== --- print/system-config-printer/Makefile +++ print/system-config-printer/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes USES= autoreconf desktop-file-utils gettext gmake gnome pathfix \ - pkgconfig python:3.5+ shebangfix tar:xz + python:3.5+ shebangfix tar:xz USE_GITHUB= yes GH_ACCOUNT= OpenPrinting Index: print/tex-basic-engines/Makefile =================================================================== --- print/tex-basic-engines/Makefile +++ print/tex-basic-engines/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= libtool localbase pkgconfig tar:xz +USES= libtool localbase tar:xz USE_TEX= kpathsea web2c GNU_CONFIGURE= yes Index: print/tex-dvipdfmx/Makefile =================================================================== --- print/tex-dvipdfmx/Makefile +++ print/tex-dvipdfmx/Makefile @@ -18,7 +18,7 @@ libpaper.so:print/libpaper RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ai0/CMap/Identity-H:print/adobe-cmaps -USES= localbase:ldflags pkgconfig tar:xz +USES= localbase:ldflags tar:xz USE_TEX= kpathsea web2c texmf dvipsk luatex texhash TEXHASHDIRS= ${TEXMFDISTDIR} ${TEXMFDIR} EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} Index: print/tex-dvipsk/Makefile =================================================================== --- print/tex-dvipsk/Makefile +++ print/tex-dvipsk/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpaper.so:print/libpaper -USES= gmake localbase:ldflags pkgconfig tar:xz +USES= gmake localbase:ldflags tar:xz USE_TEX= kpathsea texhash texmf web2c GNU_CONFIGURE= yes Index: print/tex-luatex/Makefile =================================================================== --- print/tex-luatex/Makefile +++ print/tex-luatex/Makefile @@ -16,7 +16,7 @@ libmpfr.so:math/mpfr \ libzzip.so:devel/zziplib -USES= gnome libtool pkgconfig shebangfix tar:xz xorg +USES= gnome libtool shebangfix tar:xz xorg USE_TEX= kpathsea web2c texmf formats texlua texluajit fmtutil USE_XORG= pixman USE_GNOME= cairo Index: print/tex-ptexenc/Makefile =================================================================== --- print/tex-ptexenc/Makefile +++ print/tex-ptexenc/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= iconv libtool pathfix pkgconfig tar:xz +USES= iconv libtool pathfix tar:xz USE_TEX= kpathsea USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc Index: print/tex-xdvik/Makefile =================================================================== --- print/tex-xdvik/Makefile +++ print/tex-xdvik/Makefile @@ -13,7 +13,7 @@ libpaper.so:print/libpaper RUN_DEPENDS= tex-dvipsk>=5.995:print/tex-dvipsk -USES= iconv motif pkgconfig xorg +USES= iconv motif xorg USE_TEX= kpathsea texhash texmf web2c USE_XORG= ice sm x11 xext xi xmu xpm xt Index: print/tex-xetex/Makefile =================================================================== --- print/tex-xetex/Makefile +++ print/tex-xetex/Makefile @@ -22,7 +22,7 @@ libpng.so:graphics/png \ libTECkit.so:textproc/teckit -USES= compiler:c++11-lib gnome perl5 pkgconfig python:build tar:xz xorg +USES= compiler:c++11-lib gnome perl5 python:build tar:xz xorg USE_CXXSTD= gnu++11 USE_GNOME= cairo USE_PERL5= build Index: print/texlive-base/Makefile =================================================================== --- print/texlive-base/Makefile +++ print/texlive-base/Makefile @@ -26,7 +26,7 @@ p5-YAML-Tiny>=0:textproc/p5-YAML-Tiny \ psbook:print/psutils -USES= compiler:c++11-lib cpe ghostscript gnome localbase pkgconfig perl5 \ +USES= compiler:c++11-lib cpe ghostscript gnome localbase perl5 \ python:run shebangfix tar:xz xorg CPE_VENDOR= tug USE_CXXSTD= gnu++11 Index: print/ttf2pt1/Makefile =================================================================== --- print/ttf2pt1/Makefile +++ print/ttf2pt1/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= t1asm:print/t1utils -USES= pkgconfig shebangfix perl5 uidfix tar:tgz +USES= shebangfix perl5 uidfix tar:tgz MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LIBS}" \ INSTDIR="${STAGEDIR}${PREFIX}" LIBXDIR="${STAGEDIR}${PREFIX}/bin" \ OWNER=${BINOWN} GROUP=${BINGRP} Index: print/ttfautohint/Makefile =================================================================== --- print/ttfautohint/Makefile +++ print/ttfautohint/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lang gmake libtool pkgconfig +USES= compiler:c++11-lang gmake libtool CONFIGURE_ARGS= --with-doc=no --with-qt=no GNU_CONFIGURE= yes Index: print/xreader/Makefile =================================================================== --- print/xreader/Makefile +++ print/xreader/Makefile @@ -15,7 +15,7 @@ itstool:textproc/itstool LIB_DEPENDS= libxapp.so:x11/xapp -USES= desktop-file-utils gettext-tools gnome meson pkgconfig xorg +USES= desktop-file-utils gettext-tools gnome meson xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_LDCONFIG= yes Index: science/InsightToolkit/Makefile =================================================================== --- science/InsightToolkit/Makefile +++ science/InsightToolkit/Makefile @@ -20,7 +20,7 @@ libsz.so:science/libaec \ libtiff.so:graphics/tiff -USES= cmake compiler:c++11-lang eigen:3 jpeg pkgconfig +USES= cmake compiler:c++11-lang eigen:3 jpeg USE_GITHUB= yes GH_ACCOUNT= InsightSoftwareConsortium GH_PROJECT= ITK Index: science/cdcl/Makefile =================================================================== --- science/cdcl/Makefile +++ science/cdcl/Makefile @@ -21,7 +21,7 @@ BROKEN_armv7= fails to link: final link failed: Nonrepresentable section on output OPTIONS_DEFINE= DOCS EXAMPLES -USES= desthack gnome pkgconfig xorg +USES= desthack gnome xorg USE_XORG= x11 xext USE_GNOME= gtk20 gdkpixbuf2 GNU_CONFIGURE= yes Index: science/chemical-mime-data/Makefile =================================================================== --- science/chemical-mime-data/Makefile +++ science/chemical-mime-data/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of chemical MIME types for UNIX desktops -USES= gettext-tools gmake gnome pathfix pkgconfig shared-mime-info \ +USES= gettext-tools gmake gnome pathfix shared-mime-info \ tar:bzip2 USE_GNOME= gnomemimedata intlhack librsvg2:build libxslt:build GNU_CONFIGURE= yes Index: science/chemtool-devel/Makefile =================================================================== --- science/chemtool-devel/Makefile +++ science/chemtool-devel/Makefile @@ -17,7 +17,7 @@ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= fig2dev:print/fig2dev -USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz xorg +USES= compiler:c++11-lang gettext gmake gnome tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 GNU_CONFIGURE= yes Index: science/chemtool/Makefile =================================================================== --- science/chemtool/Makefile +++ science/chemtool/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= fig2dev:print/fig2dev -USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USES= compiler:c++11-lang gmake gnome xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-emf=yes --with-localedir=${PREFIX} USE_GNOME= cairo gdkpixbuf2 gtk20 Index: science/dakota/Makefile =================================================================== --- science/dakota/Makefile +++ science/dakota/Makefile @@ -27,7 +27,7 @@ libsz.so:science/libaec RUN_DEPENDS= bash:shells/bash -USES= cmake compiler:c++11-lang fortran gettext-runtime jpeg motif perl5 pkgconfig python shebangfix xorg +USES= cmake compiler:c++11-lang fortran gettext-runtime jpeg motif perl5 python shebangfix xorg USE_XORG= ice sm x11 xau xcb xdmcp xext xft xmu xrender xt USE_LDCONFIG= yes Index: science/dcl/Makefile =================================================================== --- science/dcl/Makefile +++ science/dcl/Makefile @@ -18,7 +18,7 @@ BROKEN= fails to fetch from mastersite (newest release is 7.4.0 of 2020611) MAKE_JOBS_UNSAFE= yes -USES= desthack fortran gnome pkgconfig xorg +USES= desthack fortran gnome xorg USE_XORG= x11 xext USE_GNOME= gtk20 gdkpixbuf2 GNU_CONFIGURE= yes Index: science/dftbplus/Makefile =================================================================== --- science/dftbplus/Makefile +++ science/dftbplus/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} TEST_DEPENDS= bash:shells/bash -USES= cmake compiler:gcc-c++11-lib fortran pkgconfig python:build shebangfix +USES= cmake compiler:gcc-c++11-lib fortran python:build shebangfix USE_LDCONFIG= yes SHEBANG_FILES= tools/dptools/bin/* tools/misc/* utils/srcmanip/* utils/build/* external/fypp/bin/* utils/get_opt_externals \ Index: science/dimod/Makefile =================================================================== --- science/dimod/Makefile +++ science/dimod/Makefile @@ -10,7 +10,7 @@ TEST_DEPENDS= catch>0:devel/catch -USES= compiler:c++11-lang pkgconfig +USES= compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= dwavesystems Index: science/dlib-cpp/Makefile =================================================================== --- science/dlib-cpp/Makefile +++ science/dlib-cpp/Makefile @@ -10,7 +10,7 @@ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/dlib/LICENSE.txt -USES= cmake compiler:c++11-lang pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lang tar:bzip2 USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS Index: science/dwave-preprocessing/Makefile =================================================================== --- science/dwave-preprocessing/Makefile +++ science/dwave-preprocessing/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= dimod>0:science/dimod TEST_DEPENDS= catch>0:devel/catch -USES= compiler:c++11-lang pkgconfig +USES= compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= dwavesystems Index: science/erkale/Makefile =================================================================== --- science/erkale/Makefile +++ science/erkale/Makefile @@ -24,7 +24,7 @@ FLAVOR?= ${FLAVORS:[1]} serial_PKGNAMESUFFIX= -serial -USES= cmake:noninja compiler:c11 fortran pkgconfig +USES= cmake:noninja compiler:c11 fortran USE_LDCONFIG= yes USE_GITHUB= yes Index: science/gabedit/Makefile =================================================================== --- science/gabedit/Makefile +++ science/gabedit/Makefile @@ -20,7 +20,7 @@ libfreetype.so:print/freetype2 \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -USES= compiler:c++11-lang gettext-runtime gl gmake gnome pkgconfig \ +USES= compiler:c++11-lang gettext-runtime gl gmake gnome \ xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat USE_GL= gl glu Index: science/gchemutils/Makefile =================================================================== --- science/gchemutils/Makefile +++ science/gchemutils/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang desktop-file-utils gettext gl gmake gnome \ - libtool:keepla localbase:ldflags pathfix pkgconfig \ + libtool:keepla localbase:ldflags pathfix \ shared-mime-info tar:xz xorg USE_XORG= x11 USE_GNOME= cairo gtk30 intlhack libgsf libxml2 Index: science/ghemical/Makefile =================================================================== --- science/ghemical/Makefile +++ science/ghemical/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USES= compiler:c++11-lang fortran gettext gl gmake gnome pathfix \ - pkgconfig xorg + xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gtk --enable-threads --disable-openbabel # not compatible with OpenBabel-3 so it is disabled USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 intltool pangox-compat Index: science/ghmm/Makefile =================================================================== --- science/ghmm/Makefile +++ science/ghmm/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= libxml2 -USES= autoreconf gnome libtool pkgconfig +USES= autoreconf gnome libtool CONFIGURE_ARGS+= --without-python USE_LDCONFIG= yes Index: science/gnudatalanguage/Makefile =================================================================== --- science/gnudatalanguage/Makefile +++ science/gnudatalanguage/Makefile @@ -25,7 +25,7 @@ USE_GITHUB= yes GH_PROJECT= gdl -USES= cmake compiler:c++11-lang fortran ncurses pkgconfig readline \ +USES= cmake compiler:c++11-lang fortran ncurses readline \ xorg USE_WX= 3.0+ USE_XORG= x11 sm ice xext Index: science/gromacs/Makefile =================================================================== --- science/gromacs/Makefile +++ science/gromacs/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= boost-libs>=1.44:devel/boost-libs LIB_DEPENDS= libhwloc.so:devel/hwloc2 -USES= cmake compiler:c++17-lang fortran gnome perl5 pkgconfig python:build shebangfix xorg +USES= cmake compiler:c++17-lang fortran gnome perl5 python:build shebangfix xorg USE_GNOME= libxml2 USE_LDCONFIG= yes Index: science/gsmc/Makefile =================================================================== --- science/gsmc/Makefile +++ science/gsmc/Makefile @@ -11,7 +11,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes -USES= autoreconf gmake gnome pkgconfig +USES= autoreconf gmake gnome PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz post-patch: Index: science/healpix/Makefile =================================================================== --- science/healpix/Makefile +++ science/healpix/Makefile @@ -21,7 +21,7 @@ cxx_PLIST= ${.CURDIR}/pkg-plist-cxx c_PLIST= ${.CURDIR}/pkg-plist-c -USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig +USES= autoreconf compiler:c++11-lang gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes Index: science/kalzium/Makefile =================================================================== --- science/kalzium/Makefile +++ science/kalzium/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data USES= cmake compiler:c++11-lang desktop-file-utils gettext gl kde:5 \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_GL= gl glew glu USE_KDE= auth archive attica bookmarks codecs completion config configwidgets \ coreaddons crash doctools emoticons guiaddons i18n \ Index: science/kst2/Makefile =================================================================== --- science/kst2/Makefile +++ science/kst2/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgsl.so:math/gsl \ libtiff.so:graphics/tiff -USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ qt:5 shared-mime-info USE_QT= concurrent core gui network printsupport svg widgets xml \ buildtools_build linguisttools_build qmake_build Index: science/lammps/Makefile =================================================================== --- science/lammps/Makefile +++ science/lammps/Makefile @@ -83,7 +83,6 @@ libsz.so:science/libaec KIM_DESC= KIM package based on the OpenKim library/repository -KIM_USES= pkgconfig KIM_CMAKE_BOOL= PKG_KIM KIM_CMAKE_ON= -DDOWNLOAD_KIM:BOOL=OFF KIM_LIB_DEPENDS= libkim-api.so:science/kim-api \ @@ -99,7 +98,6 @@ LATTE_LIB_DEPENDS= liblatte.so:science/latte PLUMED_DESC= plumed package based on the plumed library -PLUMED_USES= pkgconfig PLUMED_CMAKE_BOOL= PKG_USER-PLUMED PLUMED_CMAKE_ON= -DPLUMED_MODE=shared PLUMED_LIB_DEPENDS= libplumed.so:science/plumed Index: science/libctl/Makefile =================================================================== --- science/libctl/Makefile +++ science/libctl/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \ libguile-2.2.so:lang/guile2 -USES= fortran libtool pkgconfig +USES= fortran libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes Index: science/libghemical/Makefile =================================================================== --- science/libghemical/Makefile +++ science/libghemical/Makefile @@ -20,7 +20,7 @@ liblapack.so:math/lapack \ libmpqc.so:science/mpqc -USES= fortran gettext gl gmake libtool localbase pathfix pkgconfig +USES= fortran gettext gl gmake libtool localbase pathfix USE_CXXSTD= c++98 USE_GL= gl GNU_CONFIGURE= yes Index: science/luscus/Makefile =================================================================== --- science/luscus/Makefile +++ science/luscus/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= bash:shells/bash \ obabel:science/openbabel # see https://sourceforge.net/p/luscus/tickets/5/ -USES= cmake compiler:c++11-lang gettext-runtime gl gnome pkgconfig \ +USES= cmake compiler:c++11-lang gettext-runtime gl gnome \ shebangfix xorg SHEBANG_GLOB= *.sh USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat Index: science/molsketch/Makefile =================================================================== --- science/molsketch/Makefile +++ science/molsketch/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libopenbabel.so:science/openbabel USES= cmake:noninja compiler:c++14-lang desktop-file-utils localbase:ldflags \ - pkgconfig qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/ + qt:5 shared-mime-info # build fails with ninja, see https://sourceforge.net/p/molsketch/bugs/41/ USE_QT= core gui network printsupport svg widgets buildtools_build linguisttools_build qmake_build USE_LDCONFIG= ${PREFIX}/lib/molsketch Index: science/mpb/Makefile =================================================================== --- science/mpb/Makefile +++ science/mpb/Makefile @@ -16,7 +16,7 @@ libguile-2.2.so:lang/guile2 \ libhdf5.so:science/hdf5 -USES= fortran libtool pkgconfig readline +USES= fortran libtool readline GNU_CONFIGURE= yes USE_GCC= yes # Do not use --with-mpi, because it is not guaranted Index: science/nest/Makefile =================================================================== --- science/nest/Makefile +++ science/nest/Makefile @@ -17,7 +17,7 @@ libltdl.so:devel/libltdl RUN_DEPENDS= bash:shells/bash -USES= cmake:testing ncurses pkgconfig python readline shebangfix +USES= cmake:testing ncurses python readline shebangfix USE_LDCONFIG= yes USE_GITHUB= yes Index: science/netcdf/Makefile =================================================================== --- science/netcdf/Makefile +++ science/netcdf/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libhdf5.so:science/hdf5 -USES= gmake libtool localbase ncurses pathfix pkgconfig:run +USES= gmake libtool localbase ncurses pathfix:run CONFIGURE_ARGS= --disable-filter-testing --disable-libxml2 \ --enable-byterange --enable-dap --enable-netcdf-4 Index: science/nlcglib/Makefile =================================================================== --- science/nlcglib/Makefile +++ science/nlcglib/Makefile @@ -15,7 +15,7 @@ libopenblas.so:math/openblas TEST_DEPENDS= googletest>0:devel/googletest -USES= cmake:testing pkgconfig +USES= cmake:testing USE_LDCONFIG= yes USE_GITHUB= yes Index: science/openbabel/Makefile =================================================================== --- science/openbabel/Makefile +++ science/openbabel/Makefile @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= babel -USES= cmake compiler:c++11-lang eigen:3 gnome pkgconfig tar:bz2 +USES= cmake compiler:c++11-lang eigen:3 gnome tar:bz2 USE_CXXSTD= gnu++98 USE_GNOME= libxml2 USE_LDCONFIG= yes Index: science/openems/Makefile =================================================================== --- science/openems/Makefile +++ science/openems/Makefile @@ -25,7 +25,7 @@ libtinyxml.so:textproc/tinyxml \ libvtkCommonCore-9.1.so:math/vtk9 -USES= cmake jpeg pkgconfig +USES= cmake jpeg USE_LDCONFIG= yes USE_GITHUB= yes Index: science/openmc/Makefile =================================================================== --- science/openmc/Makefile +++ science/openmc/Makefile @@ -16,7 +16,7 @@ libpugixml.so:textproc/pugixml \ libsz.so:science/libaec -USES= cmake:noninja eigen:3 pkgconfig +USES= cmake:noninja eigen:3 USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-dev Index: science/paraview/Makefile =================================================================== --- science/paraview/Makefile +++ science/paraview/Makefile @@ -59,7 +59,7 @@ ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR} USES= alias cmake compiler:c11 eigen:3 fortran gl gnome jpeg localbase \ - pkgconfig python qt:5 shebangfix tar:xz xorg + python qt:5 shebangfix tar:xz xorg USE_GL= gl glew glu glut USE_GNOME= libxml2 USE_QT= buildtools_build core gui help network opengl qmake_build sql svg \ Index: science/pastix/Makefile =================================================================== --- science/pastix/Makefile +++ science/pastix/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYNUMPY} -USES= cmake blaslapack:openblas fortran pkgconfig python +USES= cmake blaslapack:openblas fortran python USE_GITLAB= yes GL_SITE= https://gitlab.inria.fr/ Index: science/plumed/Makefile =================================================================== --- science/plumed/Makefile +++ science/plumed/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= bash:shells/bash TEST_DEPENDS= gawk:lang/gawk -USES= autoreconf compiler:c++11-lang gmake localbase pkgconfig shebangfix tar:tgz +USES= autoreconf compiler:c++11-lang gmake localbase shebangfix tar:tgz USE_LDCONFIG= yes SHEBANG_GLOB= *.sh Index: science/precice/Makefile =================================================================== --- science/precice/Makefile +++ science/precice/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libmpicxx.so:net/mpich -USES= cmake:noninja,testing compiler:c++14-lang eigen:3 gnome pkgconfig # fails with ninja: phony target 'binprecice' names itself as an input; ignoring +USES= cmake:noninja,testing compiler:c++14-lang eigen:3 gnome # fails with ninja: phony target 'binprecice' names itself as an input; ignoring USE_GNOME= libxml2 USE_LDCONFIG= yes Index: science/pulseview/Makefile =================================================================== --- science/pulseview/Makefile +++ science/pulseview/Makefile @@ -18,7 +18,7 @@ libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode -USES= cmake compiler:c++14-lang desktop-file-utils gnome pkgconfig qt:5 +USES= cmake compiler:c++14-lang desktop-file-utils gnome qt:5 USE_GNOME= glibmm glib20 libsigc++20 USE_QT= buildtools_build core gui linguisttools_build qmake_build svg widgets Index: science/py-dlib/Makefile =================================================================== --- science/py-dlib/Makefile +++ science/py-dlib/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= ${PY_BOOST} \ libpng.so:graphics/png -USES= compiler:c++11-lang pkgconfig python:3.6+ shebangfix \ +USES= compiler:c++11-lang python:3.6+ shebangfix \ tar:bzip2 USE_PYTHON= autoplist distutils SHEBANG_FILES= python_examples/*.py Index: science/py-h5py/Makefile =================================================================== --- science/py-h5py/Makefile +++ science/py-h5py/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.14.5,1:math/py-numpy@${PY_FLAVOR} -USES= localbase pkgconfig python:3.7+ +USES= localbase python:3.7+ USE_PYTHON= autoplist concurrent cython distutils pytest OPTIONS_DEFINE= DOCS EXAMPLES Index: science/py-pyprecice/Makefile =================================================================== --- science/py-pyprecice/Makefile +++ science/py-pyprecice/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libprecice.so:science/precice RUN_DEPENDS= ${PY_DEPENDS} -USES= localbase pkgconfig python:3.6+ +USES= localbase python:3.6+ USE_PYTHON= distutils cython autoplist pytest USE_GITHUB= yes Index: science/qmcpack/Makefile =================================================================== --- science/qmcpack/Makefile +++ science/qmcpack/Makefile @@ -20,7 +20,7 @@ libsz.so:science/libaec TEST_DEPENDS= bash:shells/bash -USES= cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags pkgconfig python shebangfix +USES= cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags python shebangfix USE_GNOME= libxml2 USE_GITHUB= yes Index: science/scidavis/Makefile =================================================================== --- science/scidavis/Makefile +++ science/scidavis/Makefile @@ -15,7 +15,7 @@ libqwtplot3d-qt5.so:math/qwtplot3d \ liborigin.so:math/liborigin -USES= cmake compiler:c++17-lang desktop-file-utils gl pkgconfig \ +USES= cmake compiler:c++17-lang desktop-file-utils gl \ qt:5 shared-mime-info USE_GL= gl glu USE_QT= core gui opengl printsupport svg widgets xml \ Index: science/siconos/Makefile =================================================================== --- science/siconos/Makefile +++ science/siconos/Makefile @@ -20,7 +20,7 @@ libopenblas.so:math/openblas TEST_DEPENDS= cppunit>0:devel/cppunit -USES= cmake:testing compiler:c++17-lang fortran pkgconfig +USES= cmake:testing compiler:c++17-lang fortran USE_GITHUB= yes USE_LDCONFIG= yes Index: science/sigrok-cli/Makefile =================================================================== --- science/sigrok-cli/Makefile +++ science/sigrok-cli/Makefile @@ -13,8 +13,7 @@ libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode -USES= desktop-file-utils gettext-runtime gmake gnome libtool pathfix \ - pkgconfig +USES= desktop-file-utils gettext-runtime gmake gnome libtool pathfix GNU_CONFIGURE= yes Index: science/sirius/Makefile =================================================================== --- science/sirius/Makefile +++ science/sirius/Makefile @@ -23,7 +23,7 @@ libsymspg.so:science/spglib \ libxc.so:science/libxc -USES= cmake:testing compiler:c++14-lang eigen:3,test fortran pkgconfig +USES= cmake:testing compiler:c++14-lang eigen:3,test fortran USE_LDCONFIG= yes USE_GITHUB= yes Index: science/step/Makefile =================================================================== --- science/step/Makefile +++ science/step/Makefile @@ -11,7 +11,7 @@ libqalculate.so:math/libqalculate USES= cmake compiler:c++11-lang desktop-file-utils eigen:3 gettext kde:5 \ - pkgconfig python:3.5+ qt:5 shared-mime-info shebangfix tar:xz xorg + python:3.5+ qt:5 shared-mime-info shebangfix tar:xz xorg USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons crash doctools emoticons guiaddons i18n \ iconthemes init itemmodels itemviews jobwidgets js \ Index: science/v_sim/Makefile =================================================================== --- science/v_sim/Makefile +++ science/v_sim/Makefile @@ -31,7 +31,7 @@ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} USES= autoreconf blaslapack compiler:c11 fortran gl gmake gnome \ - libtool:keepla localbase:ldflags pkgconfig python:3.7+ \ + libtool:keepla localbase:ldflags python:3.7+ \ shebangfix tar:bzip2 xorg SHEBANG_GLOB= *.py USE_XORG= x11 Index: science/votca/Makefile =================================================================== --- science/votca/Makefile +++ science/votca/Makefile @@ -34,7 +34,7 @@ ${PY_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} -USES= cmake compiler:c++14-lang eigen:3 perl5 pkgconfig python:run \ +USES= cmake compiler:c++14-lang eigen:3 perl5 python:run \ shebangfix USE_GITHUB= yes USE_LDCONFIG= yes Index: science/wxmacmolplt/Makefile =================================================================== --- science/wxmacmolplt/Makefile +++ science/wxmacmolplt/Makefile @@ -11,8 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags \ - pkgconfig +USES= autoreconf compiler:c++11-lang gl gmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= brettbode GNU_CONFIGURE= yes Index: security/apache-xml-security-c/Makefile =================================================================== --- security/apache-xml-security-c/Makefile +++ security/apache-xml-security-c/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --without-xalan --with-openssl=${OPENSSLBASE} -USES= cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf +USES= cpe gmake libtool tar:bzip2 ssl autoreconf USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} Index: security/authenticator/Makefile =================================================================== --- security/authenticator/Makefile +++ security/authenticator/Makefile @@ -19,7 +19,7 @@ libgraphene-1.0.so:graphics/graphene \ libzbar.so:graphics/zbar -USES= cargo gettext gnome gstreamer meson pkgconfig python:build shebangfix sqlite ssl +USES= cargo gettext gnome gstreamer meson python:build shebangfix sqlite ssl USE_GITLAB= yes USE_GNOME= gtk40 libadwaita USE_GSTREAMER= gl gtk4 zbar Index: security/axc/Makefile =================================================================== --- security/axc/Makefile +++ security/axc/Makefile @@ -17,7 +17,7 @@ libgpg-error.so:security/libgpg-error \ libsignal-protocol-c.so:net/libsignal-protocol-c -USES= cmake gnome localbase:ldflags pathfix pkgconfig sqlite +USES= cmake gnome localbase:ldflags pathfix sqlite USE_GITHUB= yes GH_ACCOUNT= gkdr USE_GNOME= glib20 Index: security/beid/Makefile =================================================================== --- security/beid/Makefile +++ security/beid/Makefile @@ -21,7 +21,7 @@ GH_PROJECT= eid-mw USES= autoreconf compiler:c++11-lang gettext-tools gmake gnome \ - libtool pkgconfig ssl + libtool ssl USE_GNOME= gtk30 libxml2 GLIB_SCHEMAS= eid-viewer.gschema.xml Index: security/cardpeek/Makefile =================================================================== --- security/cardpeek/Makefile +++ security/cardpeek/Makefile @@ -12,7 +12,7 @@ libcurl.so:ftp/curl RUN_DEPENDS= pcscd:devel/pcsc-lite -USES= gnome iconv localbase lua:52 pkgconfig +USES= gnome iconv localbase lua:52 USE_GNOME= gtk30 GNU_CONFIGURE= yes Index: security/clamav-lts/Makefile =================================================================== --- security/clamav-lts/Makefile +++ security/clamav-lts/Makefile @@ -15,7 +15,7 @@ libltdl.so:devel/libltdl \ libmspack.so:archivers/libmspack -USES= compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl +USES= compiler cpe gmake gnome libtool ncurses pathfix ssl USE_LDCONFIG= yes USE_RC_SUBR= clamav-clamd clamav-freshclam Index: security/clamav/Makefile =================================================================== --- security/clamav/Makefile +++ security/clamav/Makefile @@ -18,7 +18,7 @@ libmspack.so:archivers/libmspack \ libpcre2-8.so:devel/pcre2 -USES= cmake cpe gnome iconv ncurses pkgconfig ssl +USES= cmake cpe gnome iconv ncurses ssl USE_GNOME= libxml2 USE_LDCONFIG= yes USE_RC_SUBR= clamav-clamd clamav-freshclam Index: security/clamfs/Makefile =================================================================== --- security/clamfs/Makefile +++ security/clamfs/Makefile @@ -16,7 +16,7 @@ librlog.so:devel/rlog RUN_DEPENDS= clamd:security/clamav -USES= autoreconf compiler:c++11-lib fuse:3 pkgconfig +USES= autoreconf compiler:c++11-lib fuse:3 GNU_CONFIGURE= yes Index: security/courier-authlib/Makefile =================================================================== --- security/courier-authlib/Makefile +++ security/courier-authlib/Makefile @@ -143,7 +143,7 @@ OPTIONS_DEFINE+= DOCS DOCS= README.authsqlite.html -USES+= pkgconfig sqlite +USES+= sqlite CONFIGURE_ARGS+=--with-authsqlite .else CONFIGURE_ARGS+=--without-authsqlite Index: security/cvechecker/Makefile =================================================================== --- security/cvechecker/Makefile +++ security/cvechecker/Makefile @@ -17,7 +17,7 @@ SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} -USES= autoreconf pkgconfig shebangfix +USES= autoreconf shebangfix SHEBANG_FILES= scripts/cverules scripts/cvegenversdat Index: security/dsniff/Makefile =================================================================== --- security/dsniff/Makefile +++ security/dsniff/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnids.a:net/libnids LIB_DEPENDS= libnet.so:net/libnet -USES= gettext gnome pkgconfig +USES= gettext gnome USE_GNOME= glib20 GNU_CONFIGURE= yes Index: security/esteidfirefoxplugin/Makefile =================================================================== --- security/esteidfirefoxplugin/Makefile +++ security/esteidfirefoxplugin/Makefile @@ -12,7 +12,7 @@ pcscd:devel/pcsc-lite USE_GNOME= gtk20 -USES= gnome pkgconfig ssl webplugin:gecko +USES= gnome ssl webplugin:gecko WEBPLUGIN_DIR= ${PREFIX}/lib WEBPLUGIN_FILES= npesteid-firefox-plugin.so Index: security/fprint_demo/Makefile =================================================================== --- security/fprint_demo/Makefile +++ security/fprint_demo/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfprint.so:security/libfprint -USES= autoreconf desktop-file-utils gnome pkgconfig +USES= autoreconf desktop-file-utils gnome USE_GNOME= atk glib20 gtk20 pango NO_WRKSUBDIR= yes Index: security/fprintd/Makefile =================================================================== --- security/fprintd/Makefile +++ security/fprintd/Makefile @@ -17,7 +17,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libpolkit-gobject-1.so:sysutils/polkit -USES= autoreconf:build gettext gmake gnome libtool pkgconfig +USES= autoreconf:build gettext gmake gnome libtool USE_GNOME= intltool glib20 USE_GITHUB= yes Index: security/gcr/Makefile =================================================================== --- security/gcr/Makefile +++ security/gcr/Makefile @@ -23,7 +23,7 @@ USE_GNOME= cairo gtk30 intlhack introspection:build USES= desktop-file-utils gettext gmake gnome libtool meson pathfix \ - pkgconfig python:3.6+ shared-mime-info tar:xz vala:build + python:3.6+ shared-mime-info tar:xz vala:build USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} INSTALL_TARGET= install-strip Index: security/gnome-keyring-sharp/Makefile =================================================================== --- security/gnome-keyring-sharp/Makefile +++ security/gnome-keyring-sharp/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USES= autoreconf gmake gnome libtool mono pathfix pkgconfig +USES= autoreconf gmake gnome libtool mono pathfix USE_GNOME= gtksharp20 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: security/gnome-keyring/Makefile =================================================================== --- security/gnome-keyring/Makefile +++ security/gnome-keyring/Makefile @@ -26,7 +26,7 @@ USE_GNOME= cairo gtk30 intlhack libxslt:build USES= compiler:c11 cpe gettext gmake gnome libtool localbase \ - pathfix pkgconfig tar:xz + pathfix tar:xz CPE_VENDOR= gnome GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: security/gnome-ssh-askpass/Makefile =================================================================== --- security/gnome-ssh-askpass/Makefile +++ security/gnome-ssh-askpass/Makefile @@ -17,7 +17,7 @@ ALL_TARGET= gnome-ssh-askpass2 PLIST_FILES= bin/gnome-ssh-askpass2 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 CFLAGS+= -lpthread Index: security/gnupg-pkcs11-scd/Makefile =================================================================== --- security/gnupg-pkcs11-scd/Makefile +++ security/gnupg-pkcs11-scd/Makefile @@ -15,7 +15,7 @@ libgpg-error.so:security/libgpg-error \ libpkcs11-helper.so:security/pkcs11-helper -USES= pkgconfig ssl tar:bz2 +USES= ssl tar:bz2 GNU_CONFIGURE= yes Index: security/gnupg/Makefile =================================================================== --- security/gnupg/Makefile +++ security/gnupg/Makefile @@ -19,7 +19,7 @@ libnpth.so:devel/npth RUN_DEPENDS= pinentry:security/pinentry -USES= compiler:c11 cpe gmake iconv makeinfo pkgconfig readline sqlite tar:bzip2 +USES= compiler:c11 cpe gmake iconv makeinfo readline sqlite tar:bzip2 CONFLICTS= dirmngr CPE_VENDOR= gnupg Index: security/gnutls/Makefile =================================================================== --- security/gnutls/Makefile +++ security/gnutls/Makefile @@ -17,7 +17,7 @@ libunistring.so:devel/libunistring USES= compiler:c11 cpe gmake iconv libtool localbase makeinfo \ - pkgconfig tar:xz + tar:xz USE_LDCONFIG= yes CPE_VENDOR= gnu Index: security/gonepass/Makefile =================================================================== --- security/gonepass/Makefile +++ security/gonepass/Makefile @@ -9,7 +9,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang gnome pkgconfig ssl +USES= cmake compiler:c++11-lang gnome ssl USE_GITHUB= yes GH_ACCOUNT= jbreams GH_TAGNAME= 3da5cfa120 Index: security/gpa/Makefile =================================================================== --- security/gpa/Makefile +++ security/gpa/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= gpgv2:security/gnupg RUN_DEPENDS= gpgv2:security/gnupg -USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2 +USES= desktop-file-utils gmake gnome localbase tar:bzip2 USE_GNOME= gdkpixbuf2 gtk20 GNU_CONFIGURE= yes Index: security/gpg-gui/Makefile =================================================================== --- security/gpg-gui/Makefile +++ security/gpg-gui/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= gpg2:security/gnupg -USES= gnome meson pkgconfig vala:build +USES= gnome meson vala:build USE_GNOME= glib20 gtk30 USE_GITHUB= yes Index: security/gpgme/Makefile =================================================================== --- security/gpgme/Makefile +++ security/gpgme/Makefile @@ -65,7 +65,7 @@ . if ${SLAVEPORT} == "qt5" LIB_DEPENDS+= libgpgmepp.so:security/gpgme-cpp -USES+= compiler:c++11-lib pkgconfig qt:5 +USES+= compiler:c++11-lib qt:5 USE_QT= buildtools_build core CONFIGURE_ARGS+=--enable-languages="cpp qt" DOCSDIR= ${PORTNAME}${PKGNAMESUFFIX} Index: security/gsad/Makefile =================================================================== --- security/gsad/Makefile +++ security/gsad/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= doxygen>0:devel/doxygen \ ${PYTHON_PKGNAMEPREFIX}polib>=0:devel/py-polib@${PY_FLAVOR} -USES= cmake gettext-runtime gnome pkgconfig python +USES= cmake gettext-runtime gnome python USE_GNOME= glib20 libxml2 USE_GITHUB= yes Index: security/gsasl/Makefile =================================================================== --- security/gsasl/Makefile +++ security/gsasl/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgsasl.so:security/libgsasl -USES= charsetfix libtool localbase pathfix pkgconfig readline +USES= charsetfix libtool localbase pathfix readline CONFIGURE_ARGS= --disable-rpath \ --without-gssapi-impl Index: security/gtkpasman/Makefile =================================================================== --- security/gtkpasman/Makefile +++ security/gtkpasman/Makefile @@ -9,7 +9,7 @@ RUN_DEPENDS+= gpgv2:security/gnupg -USES= desktop-file-utils gettext gmake gnome pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome tar:xz USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 Index: security/gvm-libs/Makefile =================================================================== --- security/gvm-libs/Makefile +++ security/gvm-libs/Makefile @@ -26,7 +26,7 @@ GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX} -USES= cmake gnome pkgconfig +USES= cmake gnome USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: security/gvmd/Makefile =================================================================== --- security/gvmd/Makefile +++ security/gvmd/Makefile @@ -30,7 +30,7 @@ USE_GITHUB= yes GH_ACCOUNT= greenbone -USES= cmake gnome pkgconfig pgsql python samba:run shebangfix +USES= cmake gnome pgsql python samba:run shebangfix USE_GNOME= glib20 libxslt:build USE_LDCONFIG= yes Index: security/heimdal/Makefile =================================================================== --- security/heimdal/Makefile +++ security/heimdal/Makefile @@ -13,7 +13,7 @@ CONFLICTS= krb5 krb5-* USES= cpe gettext-runtime gssapi:bootstrap,heimdal libtool pathfix \ - pkgconfig readline makeinfo ssl + readline makeinfo ssl CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= ${GSSAPILIBDIR} Index: security/hitch/Makefile =================================================================== --- security/hitch/Makefile +++ security/hitch/Makefile @@ -15,7 +15,7 @@ USERS= hitch GROUPS= hitch -USES= pkgconfig ssl +USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB}" \ Index: security/hydra/Makefile =================================================================== --- security/hydra/Makefile +++ security/hydra/Makefile @@ -32,7 +32,7 @@ FIREBIRD_USES= firebird SUBVERSION_LIB_DEPENDS= libsvn_client-1.so:devel/subversion SSH_LIB_DEPENDS= libssh.so.4:security/libssh -X11_USES= gettext gnome pkgconfig +X11_USES= gettext gnome X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 X11_USE= gnome=atk,cairo,gdkpixbuf2,glib20,gtk20,pango Index: security/kc24/Makefile =================================================================== --- security/kc24/Makefile +++ security/kc24/Makefile @@ -30,7 +30,7 @@ READLINE_USES= readline READLINE_MAKE_ENV+= READLINE=y -USES+= pkgconfig ncurses ssl uidfix +USES+= ncurses ssl uidfix USE_GITHUB= yes GH_ACCOUNT= levaidaniel Index: security/keepassxc/Makefile =================================================================== --- security/keepassxc/Makefile +++ security/keepassxc/Makefile @@ -20,7 +20,7 @@ libqrencode.so:graphics/libqrencode \ libbotan-2.so:security/botan2 -USES= cmake compiler:c++17-lang desktop-file-utils pkgconfig qt:5 \ +USES= cmake compiler:c++17-lang desktop-file-utils qt:5 \ readline shared-mime-info tar:xz xorg USE_QT= concurrent core dbus gui network svg widgets buildtools_build \ linguisttools_build qmake_build testlib_build x11extras Index: security/klee/Makefile =================================================================== --- security/klee/Makefile +++ security/klee/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \ ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} -USES= cmake compiler:c++14-lang localbase pkgconfig python:3.5+,run \ +USES= cmake compiler:c++14-lang localbase python:3.5+,run \ shebangfix sqlite USE_GITHUB= yes SHEBANG_FILES= tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool tools/klee-zesti/klee-zesti Index: security/krb5-118/Makefile =================================================================== --- security/krb5-118/Makefile +++ security/krb5-118/Makefile @@ -23,7 +23,7 @@ KERBEROSV_URL= http://web.mit.edu/kerberos/ USES= compiler:c++11-lang cpe gmake gettext-runtime \ gssapi:bootstrap,mit libtool:build localbase \ - perl5 pkgconfig ssl + perl5 ssl USE_CSTD= gnu99 USE_LDCONFIG= yes USE_PERL5= build Index: security/krb5-119/Makefile =================================================================== --- security/krb5-119/Makefile +++ security/krb5-119/Makefile @@ -20,7 +20,7 @@ KERBEROSV_URL= http://web.mit.edu/kerberos/ USES= compiler:c++11-lang cpe gmake gettext-runtime \ gssapi:bootstrap,mit libtool:build localbase \ - perl5 pkgconfig ssl + perl5 ssl USE_CSTD= gnu99 USE_LDCONFIG= yes USE_PERL5= build Index: security/krb5-120/Makefile =================================================================== --- security/krb5-120/Makefile +++ security/krb5-120/Makefile @@ -22,7 +22,7 @@ KERBEROSV_URL= http://web.mit.edu/kerberos/ USES= compiler:c++11-lang cpe gmake gettext-runtime \ gssapi:bootstrap,mit libtool:build localbase \ - perl5 pkgconfig ssl + perl5 ssl USE_CSTD= gnu99 USE_LDCONFIG= yes USE_PERL5= build Index: security/krb5-devel/Makefile =================================================================== --- security/krb5-devel/Makefile +++ security/krb5-devel/Makefile @@ -26,7 +26,7 @@ USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= autoreconf compiler:c11 cpe gmake localbase perl5 \ - libtool:build gssapi:bootstrap,mit pkgconfig ssl + libtool:build gssapi:bootstrap,mit ssl CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" Index: security/lasso/Makefile =================================================================== --- security/lasso/Makefile +++ security/lasso/Makefile @@ -15,7 +15,7 @@ libxmlsec1-openssl.so:security/xmlsec1 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cpe gnome libtool pkgconfig python ssl +USES= cpe gnome libtool python ssl CPE_VENDOR= entrouvert USE_GNOME= glib20 libxml2 libxslt USE_LDCONFIG= yes Index: security/lastpass-cli/Makefile =================================================================== --- security/lastpass-cli/Makefile +++ security/lastpass-cli/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= cmake:noninja gnome pkgconfig ssl +USES= cmake:noninja gnome ssl USE_GNOME= libxml2 USE_GITHUB= yes Index: security/libcryptui/Makefile =================================================================== --- security/libcryptui/Makefile +++ security/libcryptui/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= seahorse>=3.0.0:security/seahorse \ gpg:security/gnupg -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg +USES= gettext gmake gnome libtool pathfix tar:xz xorg USE_GNOME= intlhack gnomeprefix gtk30 introspection:build USE_XORG= sm ice USE_LDCONFIG= yes Index: security/libfido2/Makefile =================================================================== --- security/libfido2/Makefile +++ security/libfido2/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor -USES= cmake compiler:c11 pkgconfig ssl +USES= cmake compiler:c11 ssl CMAKE_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI USE_WINHELLO CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS Index: security/libfprint/Makefile =================================================================== --- security/libfprint/Makefile +++ security/libfprint/Makefile @@ -17,7 +17,7 @@ libnspr4.so:devel/nspr GNU_CONFIGURE= yes -USES= gnome libtool magick:6 pathfix pkgconfig tar:xz xorg +USES= gnome libtool magick:6 pathfix tar:xz xorg USE_LDCONFIG= yes USE_GNOME= glib20 USE_XORG= pixman Index: security/libgnome-keyring/Makefile =================================================================== --- security/libgnome-keyring/Makefile +++ security/libgnome-keyring/Makefile @@ -12,7 +12,7 @@ USE_GNOME= glib20 gnomeprefix intlhack \ introspection:build -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: security/libgsasl/Makefile =================================================================== --- security/libgsasl/Makefile +++ security/libgsasl/Makefile @@ -14,7 +14,7 @@ libidn.so:dns/libidn \ libntlm.so:security/libntlm -USES= charsetfix libtool pathfix pkgconfig ssl +USES= charsetfix libtool pathfix ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: security/libnitrokey/Makefile =================================================================== --- security/libnitrokey/Makefile +++ security/libnitrokey/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi \ libudev.so:devel/libudev-devd -USES= cmake compiler:c++14-lang pkgconfig +USES= cmake compiler:c++14-lang USE_LDCONFIG= yes Index: security/libntlm/Makefile =================================================================== --- security/libntlm/Makefile +++ security/libntlm/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: security/libomemo/Makefile =================================================================== --- security/libomemo/Makefile +++ security/libomemo/Makefile @@ -14,7 +14,7 @@ GH_ACCOUNT= gkdr -USES= cmake gnome pkgconfig sqlite +USES= cmake gnome sqlite USE_GITHUB= yes USE_GNOME= glib20 USE_LDCONFIG= yes Index: security/libp11/Makefile =================================================================== --- security/libp11/Makefile +++ security/libp11/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl -USES= autoreconf cpe libtool pkgconfig ssl +USES= autoreconf cpe libtool ssl CPE_VENDOR= opensc_project CPE_PRODUCT= opensc Index: security/libprelude/Makefile =================================================================== --- security/libprelude/Makefile +++ security/libprelude/Makefile @@ -13,7 +13,7 @@ libltdl.so:devel/libltdl \ libpcre.so:devel/pcre -USES= libtool localbase pkgconfig +USES= libtool localbase USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: security/libressl-devel/Makefile =================================================================== --- security/libressl-devel/Makefile +++ security/libressl-devel/Makefile @@ -39,7 +39,7 @@ NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed Index: security/libressl/Makefile =================================================================== --- security/libressl/Makefile +++ security/libressl/Makefile @@ -39,7 +39,7 @@ NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed Index: security/libreswan/Makefile =================================================================== --- security/libreswan/Makefile +++ security/libreswan/Makefile @@ -18,7 +18,7 @@ libnss3.so:security/nss \ libunbound.so:dns/unbound -USES= bison cpe gmake pkgconfig python +USES= bison cpe gmake python CFLAGS+= -I${WRKSRC}/include/unbound Index: security/libretls/Makefile =================================================================== --- security/libretls/Makefile +++ security/libretls/Makefile @@ -8,7 +8,7 @@ LICENSE= ISCL -USES= libtool ssl pkgconfig +USES= libtool ssl INSTALL_TARGET= install-strip GNU_CONFIGURE= yes Index: security/libscep/Makefile =================================================================== --- security/libscep/Makefile +++ security/libscep/Makefile @@ -17,7 +17,7 @@ curl>=7.64:ftp/curl \ uriparser>=0.9.1:net/uriparser -USES= cmake:noninja gmake libtool pkgconfig python:build,3.6+ ssl +USES= cmake:noninja gmake libtool python:build,3.6+ ssl USE_GITHUB= yes GH_ACCOUNT= openxpki USE_LDCONFIG= yes Index: security/libsecret/Makefile =================================================================== --- security/libsecret/Makefile +++ security/libsecret/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= gnome meson pkgconfig python:3.8+ tar:xz vala:build +USES= gnome meson python:3.8+ tar:xz vala:build USE_GNOME= glib20 intltool introspection:build libxslt:build .include Index: security/libsodium/Makefile =================================================================== --- security/libsodium/Makefile +++ security/libsodium/Makefile @@ -9,7 +9,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: security/libtasn1/Makefile =================================================================== --- security/libtasn1/Makefile +++ security/libtasn1/Makefile @@ -11,7 +11,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix USE_CSTD= c99 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: security/libu2f-host/Makefile =================================================================== --- security/libu2f-host/Makefile +++ security/libu2f-host/Makefile @@ -17,7 +17,7 @@ libjson-c.so:devel/json-c RUN_DEPENDS= ${LOCALBASE}/etc/devd/u2f.conf:security/u2f-devd -USES= autoreconf pkgconfig gmake libtool +USES= autoreconf gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= -enable-gtk-doc Index: security/libuecc/Makefile =================================================================== --- security/libuecc/Makefile +++ security/libuecc/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium -USES= cmake pkgconfig tar +USES= cmake tar USE_LDCONFIG= yes .include Index: security/lxqt-openssh-askpass/Makefile =================================================================== --- security/lxqt-openssh-askpass/Makefile +++ security/lxqt-openssh-askpass/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ USES= cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \ - pkgconfig qt:5 tar:xz gnome xorg + qt:5 tar:xz gnome xorg USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem Index: security/lxqt-sudo/Makefile =================================================================== --- security/lxqt-sudo/Makefile +++ security/lxqt-sudo/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= sudo:security/sudo USES= cmake compiler:c++14-lang gettext kde:5 lxqt qt:5 \ - pkgconfig tar:xz gnome xorg + tar:xz gnome xorg USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ x11extras xml Index: security/minisign/Makefile =================================================================== --- security/minisign/Makefile +++ security/minisign/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium -USES= cmake localbase pkgconfig +USES= cmake localbase USE_GITHUB= yes GH_ACCOUNT= jedisct1 Index: security/modsecurity3/Makefile =================================================================== --- security/modsecurity3/Makefile +++ security/modsecurity3/Makefile @@ -16,7 +16,7 @@ libyajl.so:devel/yajl \ libmaxminddb.so:net/libmaxminddb -USES= cpe gmake gnome libtool pkgconfig:build +USES= cpe gmake gnome libtool:build USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 USE_LDCONFIG= yes Index: security/nitrokey-app/Makefile =================================================================== --- security/nitrokey-app/Makefile +++ security/nitrokey-app/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libnitrokey.so:security/libnitrokey -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= Nitrokey Index: security/nss_compat_ossl/Makefile =================================================================== --- security/nss_compat_ossl/Makefile +++ security/nss_compat_ossl/Makefile @@ -14,7 +14,7 @@ libnss3.so:security/nss GNU_CONFIGURE= yes -USES= cpe pkgconfig libtool +USES= cpe libtool CPE_VENDOR= ${PORTNAME}_project INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: security/oath-toolkit/Makefile =================================================================== --- security/oath-toolkit/Makefile +++ security/oath-toolkit/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_GNOME= libxslt USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: security/openconnect-gui/Makefile =================================================================== --- security/openconnect-gui/Makefile +++ security/openconnect-gui/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= openconnect:security/openconnect \ vpnc-scripts>=0:sysutils/vpnc-scripts -USES= cmake:insource compiler:c++11-lang pkgconfig qt:5 +USES= cmake:insource compiler:c++11-lang qt:5 USE_GITHUB= nodefault GH_TUPLE= qtproject:qt-solutions:a8dda66d:qtsolutions/external/src/qt-solutions-master USE_QT= buildtools_build concurrent core gui network qmake_build widgets Index: security/openconnect/Makefile =================================================================== --- security/openconnect/Makefile +++ security/openconnect/Makefile @@ -16,10 +16,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --with-pkgconfigdir=${PREFIX}/libdata/\ --without-openssl-version-check --without-libpcsclite \ --without-libpskc -USES= cpe gmake iconv libtool pkgconfig python:build ssl shebangfix +USES= cpe gmake iconv libtool python:build ssl shebangfix CPE_VENDOR= infradead INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: security/openct/Makefile =================================================================== --- security/openct/Makefile +++ security/openct/Makefile @@ -15,7 +15,7 @@ PCSC_DESC= Enable PC/SC support GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig +USES= gmake libtool USE_LDCONFIG= yes USE_RC_SUBR= openct SUB_FILES= etoken.conf Index: security/openfortivpn/Makefile =================================================================== --- security/openfortivpn/Makefile +++ security/openfortivpn/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf cpe pkgconfig ssl +USES= autoreconf cpe ssl CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= adrienverge Index: security/opensaml/Makefile =================================================================== --- security/opensaml/Makefile +++ security/opensaml/Makefile @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-doxygen-doc --disable-dependency-tracking -USES= cpe gmake libtool pkgconfig tar:bzip2 ssl +USES= cpe gmake libtool tar:bzip2 ssl CPE_VENDOR= shibboleth USE_LDCONFIG= yes Index: security/opensc/Makefile =================================================================== --- security/opensc/Makefile +++ security/opensc/Makefile @@ -7,7 +7,7 @@ LICENSE= LGPL21 -USES= autoreconf compiler:c11 cpe gmake libtool pkgconfig ssl +USES= autoreconf compiler:c11 cpe gmake libtool ssl CPE_VENDOR= ${PORTNAME}_project OPTIONS_SINGLE= BACKEND Index: security/openssh-portable/Makefile =================================================================== --- security/openssh-portable/Makefile +++ security/openssh-portable/Makefile @@ -17,7 +17,7 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* openssh-portable-devel USES= alias autoreconf compiler:c11 cpe localbase ncurses \ - pkgconfig ssl + ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-ssl-engine \ Index: security/openssl_tpm_engine/Makefile =================================================================== --- security/openssl_tpm_engine/Makefile +++ security/openssl_tpm_engine/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/tcsd:security/trousers LIB_DEPENDS= libtspi.so:security/trousers -USES= autoreconf gmake libtool localbase ssl pkgconfig +USES= autoreconf gmake libtool localbase ssl USE_GITHUB= yes USE_LDCONFIG= yes Index: security/openvas/Makefile =================================================================== --- security/openvas/Makefile +++ security/openvas/Makefile @@ -28,7 +28,7 @@ GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME}-scanner -USES= bison cmake gnome pkgconfig python:3.5+ +USES= bison cmake gnome python:3.5+ USE_GNOME= glib20 USERS= gvm Index: security/openvpn-admin/Makefile =================================================================== --- security/openvpn-admin/Makefile +++ security/openvpn-admin/Makefile @@ -18,7 +18,7 @@ NO_ARCH= yes PORTSCOUT= skipv:${PORTVERSION}${DISTVERSIONSUFFIX} -USES= gettext gmake gnome pkgconfig +USES= gettext gmake gnome USE_GNOME= gtksharp20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: security/openvpn-devel/Makefile =================================================================== --- security/openvpn-devel/Makefile +++ security/openvpn-devel/Makefile @@ -17,7 +17,7 @@ rst2man:textproc/py-docutils LIB_DEPENDS+= liblzo2.so:archivers/lzo2 -USES= autoreconf cpe libtool pkgconfig shebangfix tar:xz +USES= autoreconf cpe libtool shebangfix tar:xz IGNORE_SSL= libressl libressl-devel USE_GITLAB= yes GL_COMMIT= 734de8f9aa2df56bcb45ebab7cfa799a23f36403 Index: security/openvpn/Makefile =================================================================== --- security/openvpn/Makefile +++ security/openvpn/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYRIGHT.GPL -USES= cpe libtool localbase:ldflags pkgconfig shebangfix ssl tar:xz +USES= cpe libtool localbase:ldflags shebangfix ssl tar:xz USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/verify-cn \ Index: security/ophcrack/Makefile =================================================================== --- security/ophcrack/Makefile +++ security/ophcrack/Makefile @@ -23,7 +23,7 @@ X11_DESC= Build with Qt 5 GUI frontend -X11_USES= pkgconfig qt:5 +X11_USES= qt:5 X11_USE= QT=buildtools_build,qmake_build,charts,core,gui,widgets X11_CONFIGURE_OFF= --disable-gui Index: security/ossec-hids-local/Makefile =================================================================== --- security/ossec-hids-local/Makefile +++ security/ossec-hids-local/Makefile @@ -34,7 +34,6 @@ PRELUDE_LIB_DEPENDS= libprelude.so:security/libprelude ZEROMQ_LIB_DEPENDS= libczmq.so:net/czmq -INOTIFY_USES= pkgconfig LUA_USES= readline MYSQL_USE= mysql PGSQL_USES= pgsql Index: security/osslsigncode/Makefile =================================================================== --- security/osslsigncode/Makefile +++ security/osslsigncode/Makefile @@ -9,7 +9,7 @@ PLIST_FILES= bin/osslsigncode -USES= pkgconfig ssl +USES= ssl GNU_CONFIGURE= yes OPTIONS_DEFINE= CURL GSF Index: security/p11-kit/Makefile =================================================================== --- security/p11-kit/Makefile +++ security/p11-kit/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libffi.so:devel/libffi \ libtasn1.so:security/libtasn1 -USES= cpe localbase meson pkgconfig tar:xz +USES= cpe localbase meson tar:xz USE_LDCONFIG= yes CPE_VENDOR= p11-kit_project Index: security/pam-mysql/Makefile =================================================================== --- security/pam-mysql/Makefile +++ security/pam-mysql/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c11 libtool:keepla mysql pkgconfig +USES= autoreconf compiler:c11 libtool:keepla mysql USE_GITHUB= yes GH_ACCOUNT= NigelCunningham Index: security/pam_p11/Makefile =================================================================== --- security/pam_p11/Makefile +++ security/pam_p11/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libp11.so:security/libp11 -USES= libtool pkgconfig ssl +USES= libtool ssl OPTIONS_DEFINE= DOCS NLS Index: security/pam_pkcs11/Makefile =================================================================== --- security/pam_pkcs11/Makefile +++ security/pam_pkcs11/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= bash:shells/bash -USES= autoreconf gmake libtool pkgconfig shebangfix +USES= autoreconf gmake libtool shebangfix USE_GITHUB= yes GH_ACCOUNT= OpenSC Index: security/pam_yubico/Makefile =================================================================== --- security/pam_yubico/Makefile +++ security/pam_yubico/Makefile @@ -13,7 +13,7 @@ libyubikey.so:security/libyubikey GNU_CONFIGURE= yes -USES= libtool localbase pkgconfig +USES= libtool localbase TEST_TARGET= check PLIST_FILES= lib/security/pam_yubico.so \ Index: security/pcsc-tools/Makefile =================================================================== --- security/pcsc-tools/Makefile +++ security/pcsc-tools/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= p5-PCSC-Card>=0:devel/p5-PCSC-Card \ p5-Gtk3>=0:x11-toolkits/p5-Gtk3 -USES= gmake pkgconfig tar:bzip2 +USES= gmake tar:bzip2 GNU_CONFIGURE= yes Index: security/picocrypt/Makefile =================================================================== --- security/picocrypt/Makefile +++ security/picocrypt/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv3 -USES= gl gnome go:modules pkgconfig xorg +USES= gl gnome go:modules xorg USE_GL= gl USE_GNOME= gtk30 USE_XORG= x11 xau xcb xdmcp Index: security/pidgin-encryption/Makefile =================================================================== --- security/pidgin-encryption/Makefile +++ security/pidgin-encryption/Makefile @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= gettext gmake gnome libtool pkgconfig +USES= gettext gmake gnome libtool USE_GNOME= gtk20 OPTIONS_DEFINE= NLS Index: security/pidgin-otr/Makefile =================================================================== --- security/pidgin-otr/Makefile +++ security/pidgin-otr/Makefile @@ -18,7 +18,7 @@ libgcrypt.so:security/libgcrypt \ libpurple.so:net-im/libpurple -USES= cpe gmake gnome libtool pkgconfig +USES= cpe gmake gnome libtool CPE_VENDOR= cypherpunks CPE_PRODUCT= ${PKGNAMEPREFIX}${PORTNAME} USE_GNOME= gtk20 intltool Index: security/pinentry/Makefile =================================================================== --- security/pinentry/Makefile +++ security/pinentry/Makefile @@ -73,7 +73,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error -USES+= gmake iconv localbase ncurses pkgconfig +USES+= gmake iconv localbase ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pinentry-emacs LDFLAGS+= -Wl,--as-needed Index: security/pkcs11-helper/Makefile =================================================================== --- security/pkcs11-helper/Makefile +++ security/pkcs11-helper/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL GNU_CONFIGURE= yes -USES= libtool:keepla pathfix pkgconfig tar:bzip2 ssl +USES= libtool:keepla pathfix tar:bzip2 ssl USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ Index: security/pkcs11-tools/Makefile =================================================================== --- security/pkcs11-tools/Makefile +++ security/pkcs11-tools/Makefile @@ -15,7 +15,7 @@ flex:textproc/flex RUN_DEPENDS= bash:shells/bash -USES= autoreconf:build bison compiler:c11 libtool:build pkgconfig ssl +USES= autoreconf:build bison compiler:c11 libtool:build ssl USE_GITHUB= yes GH_ACCOUNT= Mastercard Index: security/plasma5-kscreenlocker/Makefile =================================================================== --- security/plasma5-kscreenlocker/Makefile +++ security/plasma5-kscreenlocker/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ck-list-sessions:sysutils/consolekit2\ dbus-send:devel/dbus -USES= cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig qt:5 \ +USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 \ shebangfix tar:xz xorg USE_KDE= auth codecs config configwidgets coreaddons crash emoticons \ globalaccel i18n idletime init itemmodels kcmutils \ Index: security/proxytunnel/Makefile =================================================================== --- security/proxytunnel/Makefile +++ security/proxytunnel/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ minixmlto:textproc/minixmlto -USES= cpe gmake pkgconfig ssl +USES= cpe gmake ssl USE_GITHUB= yes PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz Index: security/putty/Makefile =================================================================== --- security/putty/Makefile +++ security/putty/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${PATCH_WRKSRC}/LICENCE -USES= cmake cpe perl5 pkgconfig +USES= cmake cpe perl5 USE_PERL5= build CONFLICTS_INSTALL?= pssh putty-nogtk Index: security/py-coincurve/Makefile =================================================================== --- security/py-coincurve/Makefile +++ security/py-coincurve/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} -USES= pkgconfig python:3.6+ +USES= python:3.6+ USE_PYTHON= distutils autoplist post-install: Index: security/py-xmlsec/Makefile =================================================================== --- security/py-xmlsec/Makefile +++ security/py-xmlsec/Makefile @@ -17,7 +17,7 @@ libxmlsec1-nss.so:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} -USES= gnome pkgconfig pytest python:3.6+ +USES= gnome pytest python:3.6+ USE_GNOME= libxml2 libxslt USE_PYTHON= autoplist distutils flavors Index: security/qtkeychain/Makefile =================================================================== --- security/qtkeychain/Makefile +++ security/qtkeychain/Makefile @@ -14,7 +14,7 @@ FLAVORS= qt5 qt6 FLAVOR?= qt5 -USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig qt:${FLAVOR:S/qt//} +USES= cmake compiler:c++11-lang localbase:ldflags qt:${FLAVOR:S/qt//} _WITH_QT6_qt5= OFF _WITH_QT6_qt6= ON CMAKE_ARGS= -DBUILD_WITH_QT6=${_WITH_QT6_${FLAVOR}} \ Index: security/rifiuti2/Makefile =================================================================== --- security/rifiuti2/Makefile +++ security/rifiuti2/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/docs/LICENSE.md -USES= gettext gmake gnome localbase pkgconfig tar:xz +USES= gettext gmake gnome localbase tar:xz USE_GNOME= glib20 GNU_CONFIGURE= yes Index: security/rnp/Makefile =================================================================== --- security/rnp/Makefile +++ security/rnp/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libbotan-2.so:security/botan2 \ libjson-c.so:devel/json-c -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= rnpgp USE_LDCONFIG= yes Index: security/seahorse/Makefile =================================================================== --- security/seahorse/Makefile +++ security/seahorse/Makefile @@ -20,7 +20,7 @@ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= gnupg>=2.1.4:security/gnupg -USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ +USES= cpe gettext gnome localbase:ldflags meson \ python:3.5+,build tar:xz vala:build xorg USE_CSTD= c99 USE_GNOME= gtk30 Index: security/sedutil/Makefile =================================================================== --- security/sedutil/Makefile +++ security/sedutil/Makefile @@ -7,7 +7,7 @@ LICENSE= GPLv3+ -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= kendmerry GH_TAGNAME= 3122ba0 Index: security/shibboleth-sp/Makefile =================================================================== --- security/shibboleth-sp/Makefile +++ security/shibboleth-sp/Makefile @@ -19,7 +19,7 @@ libgdbm.so:databases/gdbm \ libexpat.so:textproc/expat2 -USES= gmake tar:bzip2 cpe pkgconfig libtool bdb +USES= gmake tar:bzip2 cpe libtool bdb GNU_CONFIGURE= yes MAKE_ENV= NOKEYGEN=YES USE_LDCONFIG= yes Index: security/silktools/Makefile =================================================================== --- security/silktools/Makefile +++ security/silktools/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-packing-tools USE_LDCONFIG= yes -USES= gmake libtool perl5 pkgconfig +USES= gmake libtool perl5 INSTALL_TARGET= install-strip TEST_TARGET= check Index: security/snort3/Makefile =================================================================== --- security/snort3/Makefile +++ security/snort3/Makefile @@ -17,7 +17,7 @@ libpcre.so:devel/pcre \ libuuid.so:misc/e2fsprogs-libuuid -USES= cmake compiler:c++14-lang cpe iconv localbase pathfix pkgconfig \ +USES= cmake compiler:c++14-lang cpe iconv localbase pathfix \ shebangfix ssl USE_GITHUB= yes Index: security/softether5/Makefile =================================================================== --- security/softether5/Makefile +++ security/softether5/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libsodium.so:security/libsodium USES+= cmake:noninja compiler:c11 iconv:wchar_t \ - localbase:ldflags ncurses pkgconfig readline ssl + localbase:ldflags ncurses readline ssl USE_RC_SUBR= softether_bridge softether_client \ softether_server softether_trafficserver USE_LDCONFIG= yes Index: security/softhsm2/Makefile =================================================================== --- security/softhsm2/Makefile +++ security/softhsm2/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool ssl pkgconfig +USES= compiler:c++11-lang libtool ssl SUB_FILES= pkg-message Index: security/solana/Makefile =================================================================== --- security/solana/Makefile +++ security/solana/Makefile @@ -18,7 +18,7 @@ gmake:devel/gmake LIB_DEPENDS= libhidapi.so:comms/hidapi -USES= cargo pkgconfig ssl +USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= solana-labs Index: security/sslproxy/Makefile =================================================================== --- security/sslproxy/Makefile +++ security/sslproxy/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet -USES= gmake pkgconfig uidfix sqlite ssl +USES= gmake uidfix sqlite ssl USE_GITHUB= yes GH_ACCOUNT= sonertari GH_PROJECT= SSLproxy Index: security/sslsplit/Makefile =================================================================== --- security/sslsplit/Makefile +++ security/sslsplit/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet -USES= gmake pkgconfig tar:bzip2 uidfix ssl +USES= gmake tar:bzip2 uidfix ssl MAKEFILE= GNUmakefile MAKE_ENV= DESTDIR=${STAGEDIR} MANDIR=${PREFIX}/man INSTALLUID=${UID} INSTALLGID=${GID} PLIST_FILES= bin/sslsplit man/man1/sslsplit.1.gz man/man5/sslsplit.conf.5.gz \ Index: security/sssd/Makefile =================================================================== --- security/sssd/Makefile +++ security/sssd/Makefile @@ -60,7 +60,7 @@ TEST_TARGET= check -USES= autoreconf cpe gettext gmake iconv libtool pathfix pkgconfig \ +USES= autoreconf cpe gettext gmake iconv libtool pathfix \ python:3.6+ shebangfix gssapi:mit USE_LDCONFIG= yes USE_OPENLDAP= yes Index: security/stoken/Makefile =================================================================== --- security/stoken/Makefile +++ security/stoken/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libtomcrypt.so:security/libtomcrypt # can alternatively use nettle, potentially port option can be created -USES= gnome libtool localbase pkgconfig +USES= gnome libtool localbase GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes Index: security/strongswan/Makefile =================================================================== --- security/strongswan/Makefile +++ security/strongswan/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe libtool:keepla pkgconfig ssl tar:bzip2 +USES= cpe libtool:keepla ssl tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/ipsec USE_RC_SUBR= strongswan Index: security/suricata/Makefile =================================================================== --- security/suricata/Makefile +++ security/suricata/Makefile @@ -17,8 +17,7 @@ libpcre.so:devel/pcre \ libyaml.so:textproc/libyaml -USES= autoreconf cpe gmake iconv:translit libtool localbase pathfix \ - pkgconfig +USES= autoreconf cpe gmake iconv:translit libtool localbase pathfix CPE_VENDOR= openinfosecfoundation Index: security/tang/Makefile =================================================================== --- security/tang/Makefile +++ security/tang/Makefile @@ -17,7 +17,7 @@ ${LOCALBASE}/libdata/pkgconfig/jose.pc:net/jose \ socat:net/socat -USES= compiler:c11 cpe meson pkgconfig tar:xz +USES= compiler:c11 cpe meson tar:xz CPE_VENDOR= tang_project Index: security/tor-devel/Makefile =================================================================== --- security/tor-devel/Makefile +++ security/tor-devel/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 cpe gmake pkgconfig # should be compiler:c99 or compiler:gnu99 +USES= compiler:c11 cpe gmake # should be compiler:c99 or compiler:gnu99 USE_CSTD= gnu99 # until this bug report is closed: https://trac.torproject.org/projects/tor/ticket/27900 CPE_VENDOR= torproject Index: security/tor/Makefile =================================================================== --- security/tor/Makefile +++ security/tor/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 cpe gmake pkgconfig # should be compiler:c99 or compiler:gnu99 +USES= compiler:c11 cpe gmake # should be compiler:c99 or compiler:gnu99 USE_CSTD= gnu99 # until this bug report is closed: https://trac.torproject.org/projects/tor/ticket/27900 CPE_VENDOR= torproject Index: security/tpm2-abrmd/Makefile =================================================================== --- security/tpm2-abrmd/Makefile +++ security/tpm2-abrmd/Makefile @@ -13,7 +13,7 @@ libgio-2.0.so:devel/glib20 RUN_DEPENDS= dbus-daemon:devel/dbus -USES= gmake libtool pkgconfig gnome +USES= gmake libtool gnome USE_LDCONFIG= yes USE_GNOME= glib20 USE_RC_SUBR= tpm2-abrmd Index: security/tpm2-tools/Makefile =================================================================== --- security/tpm2-tools/Makefile +++ security/tpm2-tools/Makefile @@ -13,7 +13,7 @@ libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid -USES= compiler:c11 gmake libtool pkgconfig ssl +USES= compiler:c11 gmake libtool ssl GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" Index: security/tpm2-tss/Makefile =================================================================== --- security/tpm2-tss/Makefile +++ security/tpm2-tss/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libcurl.so:ftp/curl -USES= compiler:c11 gmake libtool pkgconfig ssl +USES= compiler:c11 gmake libtool ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: security/trousers/Makefile =================================================================== --- security/trousers/Makefile +++ security/trousers/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= tpm-emulator>=0.7.4_1:emulators/tpm-emulator RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cpe dos2unix alias autoreconf gmake iconv libtool pkgconfig ssl +USES= cpe dos2unix alias autoreconf gmake iconv libtool ssl CPE_VENDOR= ${PORTNAME}_project DOS2UNIX_GLOB= *.h *.c NO_WRKSUBDIR= yes Index: security/uacme/Makefile =================================================================== --- security/uacme/Makefile +++ security/uacme/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= ndilieto GNU_CONFIGURE= yes Index: security/veracrypt/Makefile =================================================================== --- security/veracrypt/Makefile +++ security/veracrypt/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${DOCSDIR}/LICENSE -USES= compiler:c++11-lang cpe desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 +USES= compiler:c++11-lang cpe desktop-file-utils fuse gmake iconv tar:bz2 CPE_VENDOR= idrix USE_WX= 3.0+ NO_WRKSUBDIR= yes Index: security/wazuh-agent/Makefile =================================================================== --- security/wazuh-agent/Makefile +++ security/wazuh-agent/Makefile @@ -55,7 +55,6 @@ ZEROMQ_MAKE_ENV= USE_ZEROMQ=yes PRELUDE_MAKE_ENV= USE_PRELUDE=yes INOTIFY_MAKE_ENV= USE_INOTIFY=yes -INOTIFY_USES= pkgconfig WAZUH_USER= wazuh WAZUH_GROUP= wazuh Index: security/wazuh-manager/Makefile =================================================================== --- security/wazuh-manager/Makefile +++ security/wazuh-manager/Makefile @@ -65,7 +65,6 @@ ZEROMQ_MAKE_ENV= USE_ZEROMQ=yes PRELUDE_MAKE_ENV= USE_PRELUDE=yes INOTIFY_MAKE_ENV= USE_INOTIFY=yes -INOTIFY_USES= pkgconfig PGSQL_MAKE_ARGS=DATABASE=pgsql PGSQL_USES= pgsql MYSQL_MAKE_ARGS=DATABASE=mysql Index: security/wpa_supplicant-devel/Makefile =================================================================== --- security/wpa_supplicant-devel/Makefile +++ security/wpa_supplicant-devel/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README -USES= cpe gmake pkgconfig:build readline ssl +USES= cpe gmake:build readline ssl BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS Index: security/wpa_supplicant/Makefile =================================================================== --- security/wpa_supplicant/Makefile +++ security/wpa_supplicant/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README -USES= cpe gmake pkgconfig:build readline ssl +USES= cpe gmake:build readline ssl BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS Index: security/wpa_supplicant29/Makefile =================================================================== --- security/wpa_supplicant29/Makefile +++ security/wpa_supplicant29/Makefile @@ -18,7 +18,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/README -USES= cpe gmake pkgconfig:build readline ssl +USES= cpe gmake:build readline ssl BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant INSTALL_WRKSRC= ${WRKSRC}/src CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS Index: security/xca/Makefile =================================================================== --- security/xca/Makefile +++ security/xca/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl USES= compiler:c++11-lang desktop-file-utils gmake localbase \ - pkgconfig qt:5 shared-mime-info ssl + qt:5 shared-mime-info ssl USE_QT= buildtools_build core gui help linguist_build sql widgets USE_CXXSTD= c++11 Index: security/xmlsec1/Makefile =================================================================== --- security/xmlsec1/Makefile +++ security/xmlsec1/Makefile @@ -16,7 +16,7 @@ libgpg-error.so:security/libgpg-error \ libltdl.so:devel/libltdl -USES= gmake gnome libtool localbase pathfix pkgconfig ssl +USES= gmake gnome libtool localbase pathfix ssl USE_GNOME= libxml2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: security/yapet/Makefile =================================================================== --- security/yapet/Makefile +++ security/yapet/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS+= libargon2.so:security/libargon2 \ libcppunit.so:devel/cppunit -USES= compiler:c++14-lang gmake ncurses ssl pkgconfig +USES= compiler:c++14-lang gmake ncurses ssl GNU_CONFIGURE= yes Index: security/yara/Makefile =================================================================== --- security/yara/Makefile +++ security/yara/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --enable-cuckoo --enable-dex --enable-dotnet --enable-macho --enable-magic INSTALL_TARGET= install-strip TEST_TARGET= check -USES= alias autoreconf cpe libtool localbase pathfix pkgconfig ssl +USES= alias autoreconf cpe libtool localbase pathfix ssl CPE_VENDOR= virustotal USE_LDCONFIG= yes CPPFLAGS+= -isystem ${OPENSSLINC} Index: security/yersinia/Makefile =================================================================== --- security/yersinia/Makefile +++ security/yersinia/Makefile @@ -14,7 +14,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gnome ncurses pkgconfig +USES= autoreconf gnome ncurses USE_GNOME= cairo gdkpixbuf2 gtk20 USE_GITHUB= yes GH_TUPLE= tomac:yersinia:8c0d7c5 Index: security/ykclient/Makefile =================================================================== --- security/ykclient/Makefile +++ security/ykclient/Makefile @@ -14,7 +14,7 @@ help2man:misc/help2man GNU_CONFIGURE= yes -USES= libtool pkgconfig +USES= libtool USE_LDCONFIG= yes TEST_TARGET= check Index: security/ykpers/Makefile =================================================================== --- security/ykpers/Makefile +++ security/ykpers/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libyubikey.so:security/libyubikey -USES= gmake libtool localbase pathfix pkgconfig +USES= gmake libtool localbase pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: security/yubico-piv-tool/Makefile =================================================================== --- security/yubico-piv-tool/Makefile +++ security/yubico-piv-tool/Makefile @@ -15,7 +15,7 @@ help2man:misc/help2man LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite -USES= compiler cmake:noninja gmake libtool pathfix pkgconfig ssl +USES= compiler cmake:noninja gmake libtool pathfix ssl USE_LDCONFIG= yes CMAKE_ARGS= -D LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \ -D LIBCRYPTO_LDFLAGS="-L${OPENSSLLIB} -lcrypto -L${LOCALBASE}/lib -pthread" \ Index: security/yubikey-manager-qt/Makefile =================================================================== --- security/yubikey-manager-qt/Makefile +++ security/yubikey-manager-qt/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \ pyotherside-qt5>0:devel/pyotherside-qt5 -USES= compiler:c++11-lang gl pkgconfig python:3.5+ qt:5 qmake \ +USES= compiler:c++11-lang gl python:3.5+ qt:5 qmake \ shebangfix USE_GL= gl USE_QT= core declarative graphicaleffects gui network quickcontrols \ Index: security/yubikey-personalization-gui/Makefile =================================================================== --- security/yubikey-personalization-gui/Makefile +++ security/yubikey-personalization-gui/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libykpers-1.so:security/ykpers \ libyubikey.so:security/libyubikey -USES= compiler:c++11-lang pkgconfig qmake qt:5 +USES= compiler:c++11-lang qmake qt:5 USE_GITHUB= yes USE_QT= buildtools_build core gui testlib_build widgets Index: shells/bicon/Makefile =================================================================== --- shells/bicon/Makefile +++ shells/bicon/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi -USES= autoreconf libtool pathfix pkgconfig shebangfix +USES= autoreconf libtool pathfix shebangfix SHEBANG_FILES= bin/bicon.in \ font/bicon-bdf2psf.pl USE_LDCONFIG= yes Index: shells/viewglob/Makefile =================================================================== --- shells/viewglob/Makefile +++ shells/viewglob/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash -USES= gnome pkgconfig xorg +USES= gnome xorg USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: sysutils/accounts-qml-module/Makefile =================================================================== --- sysutils/accounts-qml-module/Makefile +++ sysutils/accounts-qml-module/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ libsignon-qt5.so:sysutils/signon-qt5 -USES= compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2 +USES= compiler:c++11-lang gl qmake qt:5 tar:bz2 USE_GL= gl USE_QT= core declarative gui network testlib xml \ buildtools_build qdoc_build qmake_build Index: sysutils/accountsservice/Makefile =================================================================== --- sysutils/accountsservice/Makefile +++ sysutils/accountsservice/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= dbus>0:devel/dbus LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit -USES= cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz +USES= cpe gettext gnome localbase:ldflags meson tar:xz CPE_VENDOR= freedesktop USE_GNOME= glib20 intltool libxslt introspection:build USE_LDCONFIG= yes Index: sysutils/acfgfs/Makefile =================================================================== --- sysutils/acfgfs/Makefile +++ sysutils/acfgfs/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan -USES= cmake compiler:c11 fuse:3 pkgconfig +USES= cmake compiler:c11 fuse:3 USE_GITHUB= yes GH_ACCOUNT= letoram GH_PROJECT= arcan Index: sysutils/android-file-transfer/Makefile =================================================================== --- sysutils/android-file-transfer/Makefile +++ sysutils/android-file-transfer/Makefile @@ -13,7 +13,7 @@ GH_ACCOUNT= whoozle GH_PROJECT= ${PORTNAME}-linux -USES= cmake compiler:c++11-lib pkgconfig +USES= cmake compiler:c++11-lib CMAKE_ON= USB_BACKEND_LIBUSB PLIST_FILES= "@comment lib/libmtp-ng-static.a" Index: sysutils/apcctrl/Makefile =================================================================== --- sysutils/apcctrl/Makefile +++ sysutils/apcctrl/Makefile @@ -53,7 +53,7 @@ CGI_CONFIGURE_ON= --with-cgi-bin=${ETCDIR}/cgi CGI_LIB_DEPENDS= libgd.so:graphics/gd GAPCMON_CONFIGURE_ENABLE= gapcmon -GAPCMON_USES= gnome pkgconfig xorg +GAPCMON_USES= gnome xorg GAPCMON_USE= GNOME=cairo,gconf2,gdkpixbuf2 XORG=x11,xext GAPCMON_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Index: sysutils/apcupsd/Makefile =================================================================== --- sysutils/apcupsd/Makefile +++ sysutils/apcupsd/Makefile @@ -58,7 +58,7 @@ --disable-apcsmart --disable-dumb --disable-usb \ --disable-snmp --disable-test --disable-pcnet GAPCMON_CONFIGURE_ENABLE= gapcmon -GAPCMON_USES= gnome pkgconfig xorg +GAPCMON_USES= gnome xorg GAPCMON_USE= GNOME=cairo,gconf2,gdkpixbuf2 XORG=x11,xext GAPCMON_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 Index: sysutils/archivemount/Makefile =================================================================== --- sysutils/archivemount/Makefile +++ sysutils/archivemount/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse iconv libarchive pkgconfig +USES= fuse iconv libarchive GNU_CONFIGURE= yes PLIST_FILES= bin/archivemount \ Index: sysutils/avfs/Makefile =================================================================== --- sysutils/avfs/Makefile +++ sysutils/avfs/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash -USES= libtool pkgconfig tar:bz2 shebangfix perl5 +USES= libtool tar:bz2 shebangfix perl5 USE_PERL5= run SHEBANG_FILES= extfs/uimg scripts/umountavfs scripts/mountavfs USE_LDCONFIG= yes Index: sysutils/bamf/Makefile =================================================================== --- sysutils/bamf/Makefile +++ sysutils/bamf/Makefile @@ -15,7 +15,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-runtime gmake gnome libtool pathfix \ - pkgconfig python:3.6+,build vala:build xorg + python:3.6+,build vala:build xorg USE_GNOME= gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2 USE_XORG= x11 Index: sysutils/bareos-server/Makefile =================================================================== --- sysutils/bareos-server/Makefile +++ sysutils/bareos-server/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson -USES+= cmake compiler:c++11-lang cpe localbase perl5 pkgconfig readline \ +USES+= cmake compiler:c++11-lang cpe localbase perl5 readline \ shebangfix USE_GITHUB= yes USE_PERL5= run Index: sysutils/bareos-traymonitor/Makefile =================================================================== --- sysutils/bareos-traymonitor/Makefile +++ sysutils/bareos-traymonitor/Makefile @@ -9,7 +9,7 @@ CONFLICTS= bareos18-traymonitor bareos19-traymonitor bareos20-traymonitor -USES= desktop-file-utils gettext-runtime pkgconfig qt:5 +USES= desktop-file-utils gettext-runtime qt:5 USE_QT= buildtools_build qmake_build uitools_build gui core widgets WITH_BAT= yes Index: sysutils/bareos18-server/Makefile =================================================================== --- sysutils/bareos18-server/Makefile +++ sysutils/bareos18-server/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson -USES+= cmake:insource compiler:c++11-lang cpe localbase perl5 pkgconfig \ +USES+= cmake:insource compiler:c++11-lang cpe localbase perl5 \ readline shebangfix USE_GITHUB= yes USE_PERL5= run Index: sysutils/bareos18-traymonitor/Makefile =================================================================== --- sysutils/bareos18-traymonitor/Makefile +++ sysutils/bareos18-traymonitor/Makefile @@ -9,7 +9,7 @@ CONFLICTS= bacula*-bat bareos-traymonitor -USES= pkgconfig gettext-runtime desktop-file-utils qt:5 +USES= gettext-runtime desktop-file-utils qt:5 USE_QT= buildtools_build qmake_build uitools_build gui core widgets WITH_BAT= yes Index: sysutils/bareos19-server/Makefile =================================================================== --- sysutils/bareos19-server/Makefile +++ sysutils/bareos19-server/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson -USES+= cmake compiler:c++11-lang cpe localbase perl5 pkgconfig readline \ +USES+= cmake compiler:c++11-lang cpe localbase perl5 readline \ shebangfix USE_GITHUB= yes USE_PERL5= run Index: sysutils/bareos19-traymonitor/Makefile =================================================================== --- sysutils/bareos19-traymonitor/Makefile +++ sysutils/bareos19-traymonitor/Makefile @@ -9,7 +9,7 @@ CONFLICTS= bareos18-traymonitor bareos17-traymonitor bareos-traymonitor -USES= desktop-file-utils gettext-runtime pkgconfig qt:5 +USES= desktop-file-utils gettext-runtime qt:5 USE_QT= buildtools_build qmake_build uitools_build gui core widgets WITH_BAT= yes Index: sysutils/bareos20-server/Makefile =================================================================== --- sysutils/bareos20-server/Makefile +++ sysutils/bareos20-server/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 \ libjansson.so:devel/jansson -USES+= cmake compiler:c++11-lang cpe localbase perl5 pkgconfig readline \ +USES+= cmake compiler:c++11-lang cpe localbase perl5 readline \ shebangfix USE_GITHUB= yes USE_PERL5= run Index: sysutils/bareos20-traymonitor/Makefile =================================================================== --- sysutils/bareos20-traymonitor/Makefile +++ sysutils/bareos20-traymonitor/Makefile @@ -9,7 +9,7 @@ CONFLICTS= bareos-traymonitor bareos18-traymonitor bareos19-traymonitor -USES= desktop-file-utils gettext-runtime pkgconfig qt:5 +USES= desktop-file-utils gettext-runtime qt:5 USE_QT= buildtools_build qmake_build uitools_build gui core widgets WITH_BAT= yes Index: sysutils/barrier/Makefile =================================================================== --- sysutils/barrier/Makefile +++ sysutils/barrier/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang cpe localbase:ldflags pkgconfig ssl xorg +USES= cmake compiler:c++14-lang cpe localbase:ldflags ssl xorg USE_GITHUB= yes GH_ACCOUNT= debauchee gulrak:gulrak GH_PROJECT= filesystem:gulrak Index: sysutils/batterycat/Makefile =================================================================== --- sysutils/batterycat/Makefile +++ sysutils/batterycat/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= cairo gdkpixbuf2 gtk20 PLIST_FILES= bin/batterycat share/applications/batterycat.desktop \ Index: sysutils/brasero/Makefile =================================================================== --- sysutils/brasero/Makefile +++ sysutils/brasero/Makefile @@ -16,7 +16,7 @@ cdrdao:sysutils/cdrdao USES= desktop-file-utils gettext gmake gnome gstreamer libtool pathfix \ - pkgconfig shared-mime-info tar:xz xorg + shared-mime-info tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 intlhack \ introspection:build libxml2 GNU_CONFIGURE= yes Index: sysutils/burp-devel/Makefile =================================================================== --- sysutils/burp-devel/Makefile +++ sysutils/burp-devel/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= librsync.so:net/librsync RUN_DEPENDS= bash:shells/bash -USES= compiler:c11 cpe libtool ncurses pkgconfig ssl tar:bz2 +USES= compiler:c11 cpe libtool ncurses ssl tar:bz2 CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes Index: sysutils/burp/Makefile =================================================================== --- sysutils/burp/Makefile +++ sysutils/burp/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= librsync.so:net/librsync RUN_DEPENDS= bash:shells/bash -USES= cpe libtool ncurses pkgconfig ssl tar:bz2 +USES= cpe libtool ncurses ssl tar:bz2 CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes Index: sysutils/cbsd/Makefile =================================================================== --- sysutils/cbsd/Makefile +++ sysutils/cbsd/Makefile @@ -15,7 +15,7 @@ sqlite3:databases/sqlite3 \ sudo:security/sudo -USES= compiler:c++11-lang libedit pkgconfig:both +USES= compiler:c++11-lang libedit USE_GITHUB= yes USE_RC_SUBR= cbsdd cbsdrsyncd cbsd-statsd-bhyve cbsd-statsd-hoster \ cbsd-statsd-jail Index: sysutils/cdrdao/Makefile =================================================================== --- sysutils/cdrdao/Makefile +++ sysutils/cdrdao/Makefile @@ -33,7 +33,6 @@ PLIST_SUB+= TOC2MP3="@comment " .endif .if ${PORT_OPTIONS:MMP3OGG} -USES+= pkgconfig LIB_DEPENDS+= libao.so:audio/libao \ libmad.so:audio/libmad \ libvorbis.so:audio/libvorbis Index: sysutils/cinnamon-control-center/Makefile =================================================================== --- sysutils/cinnamon-control-center/Makefile +++ sysutils/cinnamon-control-center/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= iso-codes>0:misc/iso-codes \ cinnamon-settings-daemon>=1.0.0:sysutils/cinnamon-settings-daemon -USES= gettext gnome meson pkgconfig python:3.5+,build shebangfix xorg +USES= gettext gnome meson python:3.5+,build shebangfix xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libgnomekbd libxml2 USE_XORG= x11 xfixes sm Index: sysutils/cinnamon-settings-daemon/Makefile =================================================================== --- sysutils/cinnamon-settings-daemon/Makefile +++ sysutils/cinnamon-settings-daemon/Makefile @@ -34,7 +34,7 @@ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= cinnamon-session:x11/cinnamon-session -USES= compiler:c11 gettext-tools gnome localbase meson pkgconfig \ +USES= compiler:c11 gettext-tools gnome localbase meson \ python:3.5+,build shebangfix xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool libgnomekbd librsvg2 USE_XORG= x11 xext xfixes xi xtst Index: sysutils/cloudabi-utils/Makefile =================================================================== --- sysutils/cloudabi-utils/Makefile +++ sysutils/cloudabi-utils/Makefile @@ -20,7 +20,7 @@ libarpc.so:devel/arpc \ libyaml-cpp.so:devel/yaml-cpp -USES= cmake localbase:ldflags pkgconfig +USES= cmake localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= NuxiNL Index: sysutils/clsync/Makefile =================================================================== --- sysutils/clsync/Makefile +++ sysutils/clsync/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify GNU_CONFIGURE= yes -USES= autoreconf:2.69 compiler:features gmake gnome libtool pkgconfig +USES= autoreconf:2.69 compiler:features gmake gnome libtool USE_GNOME= glib20 USE_RC_SUBR= clsync Index: sysutils/cluster-glue/Makefile =================================================================== --- sysutils/cluster-glue/Makefile +++ sysutils/cluster-glue/Makefile @@ -18,7 +18,7 @@ libuuid.so:misc/e2fsprogs-libuuid \ libnet.so:net/libnet -USES= autoreconf gettext gmake gnome libtool localbase perl5 pkgconfig python shebangfix \ +USES= autoreconf gettext gmake gnome libtool localbase perl5 python shebangfix \ tar:bz2 ssl SHEBANG_FILES= lib/plugins/stonith/external/ibmrsa-telnet \ lib/plugins/stonith/external/vmware \ Index: sysutils/cmockery2/Makefile =================================================================== --- sysutils/cmockery2/Makefile +++ sysutils/cmockery2/Makefile @@ -10,7 +10,7 @@ LICENSE= APACHE20 -USES= autoreconf libtool pkgconfig +USES= autoreconf libtool USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= lpabon Index: sysutils/conky/Makefile =================================================================== --- sysutils/conky/Makefile +++ sysutils/conky/Makefile @@ -13,7 +13,7 @@ gsed:textproc/gsed USES= cpe cmake:noninja compiler:c++11-lib gettext-runtime iconv \ - localbase lua:52-53 pkgconfig tar:bzip2 + localbase lua:52-53 tar:bzip2 CMAKE_ARGS= -DBUILD_PORT_MONITORS:BOOL=false \ -DBUILD_IBM:BOOL=false \ Index: sysutils/consolekit2/Makefile =================================================================== --- sysutils/consolekit2/Makefile +++ sysutils/consolekit2/Makefile @@ -40,7 +40,7 @@ GH_PROJECT= ConsoleKit2 GH_TAGNAME= 520b862 # v1.2.3 -USES= autoreconf gettext gmake gnome libtool localbase pathfix pkgconfig \ +USES= autoreconf gettext gmake gnome libtool localbase pathfix \ tar:bzip2 USE_CSTD= gnu99 USE_GNOME= glib20 libxslt introspection:build Index: sysutils/contractor/Makefile =================================================================== --- sysutils/contractor/Makefile +++ sysutils/contractor/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libgee-0.8.so:devel/libgee -USES= gettext-runtime gnome meson pkgconfig tar:xz vala:build +USES= gettext-runtime gnome meson tar:xz vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= glib20 Index: sysutils/cpu-x/Makefile =================================================================== --- sysutils/cpu-x/Makefile +++ sysutils/cpu-x/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= X0rg GH_PROJECT= ${PORTNAME:tu} -USES= cmake gettext ncurses pkgconfig +USES= cmake gettext ncurses PORTDOCS= ChangeLog.md README.md Index: sysutils/crate/Makefile =================================================================== --- sysutils/crate/Makefile +++ sysutils/crate/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= rang>0:devel/rang LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp -USES= compiler:c++17-lang pkgconfig +USES= compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= yurivict Index: sysutils/daggy/Makefile =================================================================== --- sysutils/daggy/Makefile +++ sysutils/daggy/Makefile @@ -14,7 +14,7 @@ libssh2.so:security/libssh2 \ libyaml-cpp.so:devel/yaml-cpp -USES= gl cmake compiler:c++17-lang localbase:ldflags pkgconfig qt:6 ssl +USES= gl cmake compiler:c++17-lang localbase:ldflags qt:6 ssl USE_QT= base tools_build USE_GL= gl USE_LDCONFIG= yes Index: sysutils/dtc/Makefile =================================================================== --- sysutils/dtc/Makefile +++ sysutils/dtc/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libyaml.so:textproc/libyaml -USES= bison compiler:c11 cpe gmake pkgconfig shebangfix +USES= bison compiler:c11 cpe gmake shebangfix CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= dgibson Index: sysutils/dunst/Makefile =================================================================== --- sysutils/dunst/Makefile +++ sysutils/dunst/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libharfbuzz.so:print/harfbuzz -USES= gmake gnome perl5 pkgconfig xorg +USES= gmake gnome perl5 xorg USE_GITHUB= yes GH_ACCOUNT= dunst-project Index: sysutils/dvdisaster/Makefile =================================================================== --- sysutils/dvdisaster/Makefile +++ sysutils/dvdisaster/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GCC= yes USE_GNOME= gdkpixbuf2 gtk20 cairo Index: sysutils/e2fsprogs/Makefile =================================================================== --- sysutils/e2fsprogs/Makefile +++ sysutils/e2fsprogs/Makefile @@ -26,7 +26,7 @@ .endif LICENSE_DISTFILES_GPLv2+ = ${DISTNAME}${EXTRACT_SUFX} -USES= cpe gmake makeinfo pkgconfig tar:xz +USES= cpe gmake makeinfo tar:xz CPE_VENDOR= e2fsprogs_project USE_CSTD= gnu99 # this seems a bit redundant to the --rpath below, but Index: sysutils/e2tools/Makefile =================================================================== --- sysutils/e2tools/Makefile +++ sysutils/e2tools/Makefile @@ -12,7 +12,6 @@ LIB_DEPENDS= libext2fs.so:sysutils/e2fsprogs -USES= pkgconfig GNU_CONFIGURE= yes .include Index: sysutils/evisum/Makefile =================================================================== --- sysutils/evisum/Makefile +++ sysutils/evisum/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libefl.so:devel/efl DIST_SUBDIR= enlightenment -USES= compiler:c11 desktop-file-utils meson pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils meson tar:xz PLIST_FILES= "@(root,kmem,2755) bin/evisum" Index: sysutils/exfat-utils/Makefile =================================================================== --- sysutils/exfat-utils/Makefile +++ sysutils/exfat-utils/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libublio.so:devel/libublio -USES= autoreconf cpe localbase pkgconfig +USES= autoreconf cpe localbase CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= relan Index: sysutils/fdupes/Makefile =================================================================== --- sysutils/fdupes/Makefile +++ sysutils/fdupes/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= localbase pkgconfig +USES= localbase GNU_CONFIGURE= yes PLIST_FILES= bin/fdupes \ Index: sysutils/flashrom/Makefile =================================================================== --- sysutils/flashrom/Makefile +++ sysutils/flashrom/Makefile @@ -35,7 +35,6 @@ DMIDECODE_RUN_DEPENDS= dmidecode:sysutils/dmidecode FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 -FTDI_USES= pkgconfig do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flashrom ${STAGEDIR}${PREFIX}/bin Index: sysutils/flock/Makefile =================================================================== --- sysutils/flock/Makefile +++ sysutils/flock/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pkgconfig +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls Index: sysutils/fluxengine/Makefile =================================================================== --- sysutils/fluxengine/Makefile +++ sysutils/fluxengine/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= gmake ninja:build pkgconfig sqlite +USES= gmake ninja:build sqlite USE_GITHUB= yes GH_ACCOUNT= davidgiven Index: sysutils/freecolor/Makefile =================================================================== --- sysutils/freecolor/Makefile +++ sysutils/freecolor/Makefile @@ -13,7 +13,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" -USES= pkgconfig PLIST_FILES= bin/freecolor man/man1/freecolor.1.gz Index: sysutils/fsearch/Makefile =================================================================== --- sysutils/fsearch/Makefile +++ sysutils/fsearch/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= cboxdoerfer -USES= meson gettext-tools gnome pkgconfig +USES= meson gettext-tools gnome USE_GNOME= cairo gdkpixbuf2 gtk30 post-patch: Index: sysutils/ftwin/Makefile =================================================================== --- sysutils/ftwin/Makefile +++ sysutils/ftwin/Makefile @@ -15,7 +15,7 @@ libpcre.so:devel/pcre \ libpuzzle.so:graphics/libpuzzle -USES= autoreconf bdb libarchive pkgconfig tar:bzip2 +USES= autoreconf bdb libarchive tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-archive=${LOCALBASE} USE_GITHUB= yes Index: sysutils/fusefs-afuse/Makefile =================================================================== --- sysutils/fusefs-afuse/Makefile +++ sysutils/fusefs-afuse/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe fuse pkgconfig +USES= cpe fuse GNU_CONFIGURE= yes PORTDOCS= AUTHORS README Index: sysutils/fusefs-bindfs/Makefile =================================================================== --- sysutils/fusefs-bindfs/Makefile +++ sysutils/fusefs-bindfs/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= fuse:3 localbase:ldflags pkgconfig +USES= fuse:3 localbase:ldflags GNU_CONFIGURE= yes PLIST_FILES= bin/bindfs \ Index: sysutils/fusefs-cryptofs/Makefile =================================================================== --- sysutils/fusefs-cryptofs/Makefile +++ sysutils/fusefs-cryptofs/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt GNU_CONFIGURE= yes -USES= fuse gnome pkgconfig +USES= fuse gnome USE_GNOME= glib20 DOCS= README cryptofs.conf Index: sysutils/fusefs-curlftpfs/Makefile =================================================================== --- sysutils/fusefs-curlftpfs/Makefile +++ sysutils/fusefs-curlftpfs/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl GNU_CONFIGURE= yes -USES= fuse gnome pkgconfig +USES= fuse gnome USE_GNOME= glib20 PLIST_FILES= bin/curlftpfs man/man1/${PORTNAME}.1.gz Index: sysutils/fusefs-exfat/Makefile =================================================================== --- sysutils/fusefs-exfat/Makefile +++ sysutils/fusefs-exfat/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libublio.so:devel/libublio -USES= autoreconf cpe fuse localbase pkgconfig +USES= autoreconf cpe fuse localbase CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= relan Index: sysutils/fusefs-ext2/Makefile =================================================================== --- sysutils/fusefs-ext2/Makefile +++ sysutils/fusefs-ext2/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs RUN_DEPENDS= mke2fs:sysutils/e2fsprogs -USES= autoreconf libtool fuse pkgconfig localbase:ldflags +USES= autoreconf libtool fuse localbase:ldflags USE_GITHUB= yes GH_PROJECT= fuse-ext2 Index: sysutils/fusefs-fusepak/Makefile =================================================================== --- sysutils/fusefs-fusepak/Makefile +++ sysutils/fusefs-fusepak/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= fuse pkgconfig tar:bzip2 +USES= fuse tar:bzip2 PLIST_FILES= bin/pakmount man/man1/pakmount.1.gz Index: sysutils/fusefs-httpdirfs/Makefile =================================================================== --- sysutils/fusefs-httpdirfs/Makefile +++ sysutils/fusefs-httpdirfs/Makefile @@ -16,7 +16,7 @@ libgumbo.so:devel/gumbo \ libuuid.so:misc/e2fsprogs-libuuid -USES= fuse gmake localbase pkgconfig ssl +USES= fuse gmake localbase ssl USE_CSTD= c99 USE_GITHUB= yes GH_ACCOUNT= fangfufu Index: sysutils/fusefs-httpfs/Makefile =================================================================== --- sysutils/fusefs-httpfs/Makefile +++ sysutils/fusefs-httpfs/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/debian/copyright -USES= fuse pkgconfig gmake +USES= fuse gmake WRKSRC= ${WRKDIR}/${PORTNAME}2-${VERSION} VERSION= 0.1.5 Index: sysutils/fusefs-ifuse/Makefile =================================================================== --- sysutils/fusefs-ifuse/Makefile +++ sysutils/fusefs-ifuse/Makefile @@ -14,7 +14,7 @@ libimobiledevice-1.0.so:comms/libimobiledevice RUN_DEPENDS= usbmuxd:comms/usbmuxd -USES= fuse localbase gnome pkgconfig tar:bzip2 +USES= fuse localbase gnome tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes Index: sysutils/fusefs-jmtpfs/Makefile =================================================================== --- sysutils/fusefs-jmtpfs/Makefile +++ sysutils/fusefs-jmtpfs/Makefile @@ -15,7 +15,7 @@ GH_ACCOUNT= kiorky GH_TAGNAME= af0b79bc555ee60088306fdd2b78b2d51b781da3 -USES= autoreconf compiler:c++11-lib fuse pkgconfig +USES= autoreconf compiler:c++11-lib fuse GNU_CONFIGURE= yes INSTALL_TARGET= install-strip PLIST_FILES= bin/${PORTNAME} Index: sysutils/fusefs-mhddfs/Makefile =================================================================== --- sysutils/fusefs-mhddfs/Makefile +++ sysutils/fusefs-mhddfs/Makefile @@ -8,7 +8,7 @@ MAINTAINER= proler@gmail.com COMMENT= Multi HDD [FUSE] File System -USES= fuse pkgconfig gmake +USES= fuse gmake MAKE_ARGS= WITHOUT_XATTR=1 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: sysutils/fusefs-mp3fs/Makefile =================================================================== --- sysutils/fusefs-mp3fs/Makefile +++ sysutils/fusefs-mp3fs/Makefile @@ -16,7 +16,7 @@ libid3tag.so:audio/libid3tag \ libmp3lame.so:audio/lame -USES= compiler:c11 fuse localbase pkgconfig +USES= compiler:c11 fuse localbase GNU_CONFIGURE= yes PLIST_FILES= bin/mp3fs \ man/man1/mp3fs.1.gz Index: sysutils/fusefs-ntfs-compression/Makefile =================================================================== --- sysutils/fusefs-ntfs-compression/Makefile +++ sysutils/fusefs-ntfs-compression/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libntfs-3g.so:sysutils/fusefs-ntfs -USES= fuse pkgconfig libtool autoreconf +USES= fuse libtool autoreconf USE_GITHUB= yes GH_ACCOUNT= ebiggers Index: sysutils/fusefs-ntfs/Makefile =================================================================== --- sysutils/fusefs-ntfs/Makefile +++ sysutils/fusefs-ntfs/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid -USES= fuse pkgconfig iconv libtool localbase:ldflags tar:tgz +USES= fuse iconv libtool localbase:ldflags tar:tgz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \ Index: sysutils/fusefs-pod/Makefile =================================================================== --- sysutils/fusefs-pod/Makefile +++ sysutils/fusefs-pod/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgpod.so:audio/libgpod\ libtag.so:audio/taglib -USES= compiler:c++11-lang fuse pkgconfig tar:bzip2 +USES= compiler:c++11-lang fuse tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz Index: sysutils/fusefs-s3backer/Makefile =================================================================== --- sysutils/fusefs-s3backer/Makefile +++ sysutils/fusefs-s3backer/Makefile @@ -18,6 +18,6 @@ # way to do this than sending CPPFLAGS to configure? CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" -USES= fuse pkgconfig ssl +USES= fuse ssl .include Index: sysutils/fusefs-s3fs/Makefile =================================================================== --- sysutils/fusefs-s3fs/Makefile +++ sysutils/fusefs-s3fs/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 -USES= autoreconf fuse pkgconfig ssl +USES= autoreconf fuse ssl USE_GITHUB= yes GH_ACCOUNT= s3fs-fuse Index: sysutils/fusefs-simple-mtpfs/Makefile =================================================================== --- sysutils/fusefs-simple-mtpfs/Makefile +++ sysutils/fusefs-simple-mtpfs/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= phatina -USES= autoreconf compiler:c++17-lang fuse localbase pkgconfig +USES= autoreconf compiler:c++17-lang fuse localbase GNU_CONFIGURE= yes MAKEFILE= makefile INSTALL_TARGET= install-strip Index: sysutils/fusefs-smbnetfs/Makefile =================================================================== --- sysutils/fusefs-smbnetfs/Makefile +++ sysutils/fusefs-smbnetfs/Makefile @@ -19,7 +19,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -USES= compiler:c11 fuse gnome iconv pkgconfig samba:lib tar:bzip2 +USES= compiler:c11 fuse gnome iconv samba:lib tar:bzip2 USE_GNOME= glib20:build GNU_CONFIGURE= yes Index: sysutils/fusefs-squashfuse/Makefile =================================================================== --- sysutils/fusefs-squashfuse/Makefile +++ sysutils/fusefs-squashfuse/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf fuse libtool pkgconfig +USES= autoreconf fuse libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: sysutils/fusefs-sshfs/Makefile =================================================================== --- sysutils/fusefs-sshfs/Makefile +++ sysutils/fusefs-sshfs/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 fuse:3 gnome meson pkgconfig +USES= compiler:c11 fuse:3 gnome meson USE_GITHUB= yes GH_ACCOUNT= libfuse USE_GNOME= glib20 Index: sysutils/fusefs-unreliablefs/Makefile =================================================================== --- sysutils/fusefs-unreliablefs/Makefile +++ sysutils/fusefs-unreliablefs/Makefile @@ -14,7 +14,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ fio:benchmarks/fio -USES= compiler:c++11-lang cmake fuse pkgconfig python:env +USES= compiler:c++11-lang cmake fuse python:env USE_CSTD= c11 USE_GITHUB= yes GH_ACCOUNT= ligurio Index: sysutils/fusefs-zip/Makefile =================================================================== --- sysutils/fusefs-zip/Makefile +++ sysutils/fusefs-zip/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libzip.so:archivers/libzip BUILD_DEPENDS= libzip>=0.11.1:archivers/libzip -USES= gmake fuse pkgconfig +USES= gmake fuse PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= README.md changelog Index: sysutils/fwup/Makefile =================================================================== --- sysutils/fwup/Makefile +++ sysutils/fwup/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libsodium.so:security/libsodium -USES= autoreconf libarchive libtool pkgconfig shebangfix +USES= autoreconf libarchive libtool shebangfix USE_GITHUB= yes GH_ACCOUNT= fhunleth Index: sysutils/ganglia-monitor-core/Makefile =================================================================== --- sysutils/ganglia-monitor-core/Makefile +++ sysutils/ganglia-monitor-core/Makefile @@ -19,7 +19,7 @@ libpcre.so:devel/pcre \ libexpat.so:textproc/expat2 -USES= libtool pkgconfig +USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-setuid=ganglia --enable-setgid=ganglia \ Index: sysutils/gapcmon/Makefile =================================================================== --- sysutils/gapcmon/Makefile +++ sysutils/gapcmon/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 SUB_FILES= pkg-message -USES= pkgconfig gmake gnome tar:bzip2 xorg +USES= gmake gnome tar:bzip2 xorg USE_GNOME= gconf2 gtk20 USE_XORG= x11 GNU_CONFIGURE= yes Index: sysutils/garcon/Makefile =================================================================== --- sysutils/garcon/Makefile +++ sysutils/garcon/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ - pkgconfig tar:bzip2 xfce + tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= libmenu USE_LDCONFIG= yes Index: sysutils/gconf-editor/Makefile =================================================================== --- sysutils/gconf-editor/Makefile +++ sysutils/gconf-editor/Makefile @@ -9,7 +9,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Gconf database editor for the GNOME 3 environment -USES= gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix tar:xz USE_GNOME= gnomeprefix intlhack gtk30 gconf2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/gdmap/Makefile =================================================================== --- sysutils/gdmap/Makefile +++ sysutils/gdmap/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= gettext gmake gnome pathfix perl5 pkgconfig +USES= gettext gmake gnome pathfix perl5 USE_PERL5= build USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: sysutils/gigolo/Makefile =================================================================== --- sysutils/gigolo/Makefile +++ sysutils/gigolo/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser -USES= fuse gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg +USES= fuse gettext-tools gmake gnome tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 gvfs intltool USE_XORG= x11 Index: sysutils/gkfreq/Makefile =================================================================== --- sysutils/gkfreq/Makefile +++ sysutils/gkfreq/Makefile @@ -10,8 +10,6 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gkrellm.pc:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= pkgconfig - PLIST_FILES= libexec/gkrellm2/plugins/gkrellm-gkfreq.so PLUGIN_DIR= ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins Index: sysutils/gkleds2/Makefile =================================================================== --- sysutils/gkleds2/Makefile +++ sysutils/gkleds2/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= gmake gnome libtool pkgconfig xorg +USES= gmake gnome libtool xorg GNU_CONFIGURE= yes USE_XORG= x11 xtst USE_GNOME= gtk20 Index: sysutils/gkrellflynn/Makefile =================================================================== --- sysutils/gkrellflynn/Makefile +++ sysutils/gkrellflynn/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c -fPIC" ALL_TARGET= ${PORTNAME}.so Index: sysutils/gkrellm-trayicons/Makefile =================================================================== --- sysutils/gkrellm-trayicons/Makefile +++ sysutils/gkrellm-trayicons/Makefile @@ -12,8 +12,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= pkgconfig - ALL_TARGET= trayicons.so post-patch: Index: sysutils/gkrellm2/Makefile =================================================================== --- sysutils/gkrellm2/Makefile +++ sysutils/gkrellm2/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv3 -USES= cpe gmake gnome pkgconfig tar:bzip2 +USES= cpe gmake gnome tar:bzip2 USE_RC_SUBR= gkrellmd OPTIONS_DEFINE= DOCS CLIENT NLS NTLM OPENSSL @@ -49,7 +49,7 @@ ALL_TARGET= freebsd MAKE_ENV+= INSTALLROOT=${PREFIX} INSTALL_PREFIX=${STAGEDIR} \ - PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ + PKGCONFIGDIR=${PREFIX}/libdata/\ SINSTALLDIR=${PREFIX}/sbin \ MANDIR=${MAN1PREFIX}/man/man1 SMANDIR=${MANPREFIX}/man/man8 \ VERSION=${PORTVERSION} Index: sysutils/gkrelltop/Makefile =================================================================== --- sysutils/gkrelltop/Makefile +++ sysutils/gkrelltop/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -USES= gmake pkgconfig +USES= gmake MAKE_ARGS= CC="${CC} ${CFLAGS} $$(pkg-config gtk+-2.0 --cflags)" \ CCD="${CC} ${CFLAGS} $$(pkg-config glib-2.0 --cflags)" \ INSTALLDIR=${PREFIX}/libexec/gkrellm2/plugins \ Index: sysutils/gnome-control-center/Makefile =================================================================== --- sysutils/gnome-control-center/Makefile +++ sysutils/gnome-control-center/Makefile @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gnome gstreamer localbase:ldflags meson \ - pkgconfig python:3.6+,build samba:lib tar:xz xorg + python:3.6+,build samba:lib tar:xz xorg USE_GNOME= cairo gnomedesktop3 gsound libxml2 USE_XORG= x11 xi USE_LDCONFIG= yes Index: sysutils/gnome-power-manager/Makefile =================================================================== --- sysutils/gnome-power-manager/Makefile +++ sysutils/gnome-power-manager/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase:ldflags meson pathfix pkgconfig tar:xz +USES= gettext gnome localbase:ldflags meson pathfix tar:xz USE_GNOME= cairo gtk30 intlhack MESON_ARGS= -Denable-tests=false Index: sysutils/gnome-settings-daemon/Makefile =================================================================== --- sysutils/gnome-settings-daemon/Makefile +++ sysutils/gnome-settings-daemon/Makefile @@ -30,7 +30,7 @@ USE_XORG= x11 xext xi xtst USE_GNOME= cairo gnomedesktop3 gtk30 -USES= gettext gnome localbase:ldflags meson perl5 pkgconfig \ +USES= gettext gnome localbase:ldflags meson perl5 \ python:3.6+,build tar:xz xorg USE_PERL5= build # -Dnssdb_dir=${LOCALBASE}/share/certs/ca-root-nss.crt Index: sysutils/gnome-system-monitor/Makefile =================================================================== --- sysutils/gnome-system-monitor/Makefile +++ sysutils/gnome-system-monitor/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even USES= alias compiler:c++11-lang gettext gnome localbase meson \ - pkgconfig tar:xz + tar:xz USE_CXXSTD= c++11 USE_GNOME= gtkmm30 librsvg2 libxml2 USE_GNOME+= glib20 Index: sysutils/goaccess/Makefile =================================================================== --- sysutils/goaccess/Makefile +++ sysutils/goaccess/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias compiler:c11 pkgconfig ncurses +USES= alias compiler:c11 ncurses USE_RC_SUBR= goaccess INSTALL_TARGET= install-strip Index: sysutils/graveman/Makefile =================================================================== --- sysutils/graveman/Makefile +++ sysutils/graveman/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USES= gettext gmake gnome pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome pathfix tar:bzip2 USE_GNOME= libglade2 intlhack gnomeprefix CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib Index: sysutils/grub2-pcbsd/Makefile =================================================================== --- sysutils/grub2-pcbsd/Makefile +++ sysutils/grub2-pcbsd/Makefile @@ -15,7 +15,7 @@ help2man:misc/help2man ONLY_FOR_ARCHS= amd64 -USES= autoreconf:build bison cpe gettext gmake makeinfo pkgconfig python tar:xz +USES= autoreconf:build bison cpe gettext gmake makeinfo python tar:xz WRKSRC= ${WRKDIR}/grub-2.02 CONFLICTS= grub2-2* Index: sysutils/gsmartcontrol/Makefile =================================================================== --- sysutils/gsmartcontrol/Makefile +++ sysutils/gsmartcontrol/Makefile @@ -21,7 +21,7 @@ smartctl:sysutils/smartmontools \ xterm:x11/xterm -USES= compiler:c++11-lang gnome libtool pkgconfig tar:bzip2 +USES= compiler:c++11-lang gnome libtool tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= atkmm cairo glibmm gtk30 gtkmm30 libsigc++20 pangomm Index: sysutils/gtk-imonc/Makefile =================================================================== --- sysutils/gtk-imonc/Makefile +++ sysutils/gtk-imonc/Makefile @@ -13,7 +13,7 @@ BROKEN_FreeBSD_14= ld: error: duplicate symbol: admin_passwd GNU_CONFIGURE= yes -USES= pkgconfig gettext gnome iconv xorg +USES= gettext gnome iconv xorg USE_GNOME= gtk20 USE_XORG= x11 CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/hardlink/Makefile =================================================================== --- sysutils/hardlink/Makefile +++ sysutils/hardlink/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT -USES= cpe pkgconfig tar:xz +USES= cpe tar:xz CPE_VENDOR= ${PORTNAME}_project PLIST_FILES= bin/hardlink \ Index: sysutils/hstr/Makefile =================================================================== --- sysutils/hstr/Makefile +++ sysutils/hstr/Makefile @@ -8,7 +8,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf ncurses pkgconfig readline +USES= autoreconf ncurses readline USE_GITHUB= yes GH_ACCOUNT= dvorka Index: sysutils/htop/Makefile =================================================================== --- sysutils/htop/Makefile +++ sysutils/htop/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf compiler:c11 cpe libtool localbase ncurses pkgconfig \ +USES= autoreconf compiler:c11 cpe libtool localbase ncurses \ python:build shebangfix USE_GITHUB= yes Index: sysutils/isomaster/Makefile =================================================================== --- sysutils/isomaster/Makefile +++ sysutils/isomaster/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= desktop-file-utils gettext gmake gnome pkgconfig tar:bzip2 +USES= desktop-file-utils gettext gmake gnome tar:bzip2 USE_GNOME= cairo gdkpixbuf2 gtk20 MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1 Index: sysutils/jstest-gtk/Makefile =================================================================== --- sysutils/jstest-gtk/Makefile +++ sysutils/jstest-gtk/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/joystick.h:devel/evdev-proto USES= cmake compiler:c++11-lang gnome libtool localbase:ldflags \ - pkgconfig xorg + xorg USE_GNOME= gtkmm30 libsigc++20 USE_XORG= x11 Index: sysutils/k3b/Makefile =================================================================== --- sysutils/k3b/Makefile +++ sysutils/k3b/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= cdrecord:sysutils/cdrtools USES= cmake compiler:c++11-lang desktop-file-utils gettext iconv \ - kde:5 pkgconfig qt:5 shared-mime-info tar:xz xorg + kde:5 qt:5 shared-mime-info tar:xz xorg USE_KDE= archive attica auth bookmarks codecs completion config \ configwidgets coreaddons filemetadata i18n iconthemes \ Index: sysutils/kdialog/Makefile =================================================================== --- sysutils/kdialog/Makefile +++ sysutils/kdialog/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Show nice dialog boxes from shell scripts -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons i18n iconthemes \ Index: sysutils/kio-fuse/Makefile =================================================================== --- sysutils/kio-fuse/Makefile +++ sysutils/kio-fuse/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang fuse:3 kde:5 qt:5 tar:xz USE_KDE= config coreaddons kio service USE_QT= concurrent core dbus network \ buildtools_build qmake_build Index: sysutils/krename/Makefile =================================================================== --- sysutils/krename/Makefile +++ sysutils/krename/Makefile @@ -15,7 +15,7 @@ libpodofo.so:graphics/podofo \ libfreetype.so:print/freetype2 -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash i18n iconthemes itemviews jobwidgets \ kio service solid widgetsaddons windowsystem xmlgui Index: sysutils/ksystemlog/Makefile =================================================================== --- sysutils/ksystemlog/Makefile +++ sysutils/ksystemlog/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE system log application -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= archive auth codecs completion config configwidgets coreaddons \ doctools i18n iconthemes itemviews jobwidgets kio \ Index: sysutils/lcdproc/Makefile =================================================================== --- sysutils/lcdproc/Makefile +++ sysutils/lcdproc/Makefile @@ -11,7 +11,7 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le -USES= autoreconf pkgconfig +USES= autoreconf GNU_CONFIGURE= yes USE_RC_SUBR= LCDd lcdproc lcdexec USE_GITHUB= yes Index: sysutils/ldapvi/Makefile =================================================================== --- sysutils/ldapvi/Makefile +++ sysutils/ldapvi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpopt.so:devel/popt -USES= gmake gnome iconv ncurses pkgconfig +USES= gmake gnome iconv ncurses USE_OPENLDAP= yes USE_GNOME= glib20 GNU_CONFIGURE= yes Index: sysutils/libcdio-paranoia/Makefile =================================================================== --- sysutils/libcdio-paranoia/Makefile +++ sysutils/libcdio-paranoia/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcdio.so:sysutils/libcdio -USES= compiler:c11 gmake libtool localbase pathfix perl5 pkgconfig tar:bzip2 +USES= compiler:c11 gmake libtool localbase pathfix perl5 tar:bzip2 USE_LDCONFIG= yes USE_PERL5= build Index: sysutils/libcdio/Makefile =================================================================== --- sysutils/libcdio/Makefile +++ sysutils/libcdio/Makefile @@ -13,7 +13,7 @@ TEST_DEPENDS= genisoimage:sysutils/genisoimage USES= compiler:c11 cpe gmake iconv libtool localbase \ - ncurses pathfix perl5 pkgconfig tar:bzip2 + ncurses pathfix perl5 tar:bzip2 USE_PERL5= build USE_LDCONFIG= yes Index: sysutils/libdnf/Makefile =================================================================== --- sysutils/libdnf/Makefile +++ sysutils/libdnf/Makefile @@ -32,7 +32,7 @@ libyaml.so:textproc/libyaml \ libzstd.so:archivers/zstd -USES= cmake:testing compiler:c++11-lang gettext gnome lua pkgconfig sqlite ssl +USES= cmake:testing compiler:c++11-lang gettext gnome lua sqlite ssl USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Index: sysutils/libfvde/Makefile =================================================================== --- sysutils/libfvde/Makefile +++ sysutils/libfvde/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config -USES= fuse libtool pathfix pkgconfig python:3.5+ +USES= fuse libtool pathfix python:3.5+ USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: sysutils/libsysstat/Makefile =================================================================== --- sysutils/libsysstat/Makefile +++ sysutils/libsysstat/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang lxqt pkgconfig tar:xz qt:5 +USES= cmake compiler:c++11-lang lxqt tar:xz qt:5 USE_QT= qmake_build buildtools_build core USE_LXQT= buildtools USE_LDCONFIG= yes Index: sysutils/libudisks/Makefile =================================================================== --- sysutils/libudisks/Makefile +++ sysutils/libudisks/Makefile @@ -19,7 +19,7 @@ # For some reason, configure wants autopoint from gettext-tools even when # NLS is disabled. USES= autoreconf:build gettext-tools:build gmake gnome \ - libtool:build pkgconfig + libtool:build USE_GITHUB= yes GH_ACCOUNT= storaged-project Index: sysutils/logstalgia/Makefile =================================================================== --- sysutils/logstalgia/Makefile +++ sysutils/logstalgia/Makefile @@ -17,7 +17,7 @@ libpcre2-8.so:devel/pcre2 \ libpng.so:graphics/png -USES= autoreconf compiler:c++0x gl jpeg localbase:ldflags pkgconfig \ +USES= autoreconf compiler:c++0x gl jpeg localbase:ldflags \ sdl xorg USE_GL= gl glew glu USE_SDL= image2 sdl2 Index: sysutils/ltfs/Makefile =================================================================== --- sysutils/ltfs/Makefile +++ sysutils/ltfs/Makefile @@ -14,7 +14,7 @@ libpkg.so:${PKG_ORIGIN} \ libuuid.so:misc/e2fsprogs-libuuid -USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig \ +USES= autoreconf compiler:c11 fuse gnome libtool:build \ python shebangfix ssl USE_GITHUB= yes Index: sysutils/lttng-tools/Makefile =================================================================== --- sysutils/lttng-tools/Makefile +++ sysutils/lttng-tools/Makefile @@ -20,7 +20,7 @@ liblttng-ust-ctl.so:sysutils/lttng-ust USES= autoreconf bison compiler:c11 gnome libtool localbase pathfix \ - pkgconfig shebangfix tar:bzip2 + shebangfix tar:bzip2 USE_LDCONFIG= yes USE_GNOME= libxml2 Index: sysutils/lxinput/Makefile =================================================================== --- sysutils/lxinput/Makefile +++ sysutils/lxinput/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gmake gnome localbase pkgconfig tar:xz xorg +USES= gmake gnome localbase tar:xz xorg USE_GNOME= gtk20 cairo gdkpixbuf2 intltool USE_XORG= x11 GNU_CONFIGURE= yes Index: sysutils/lxqt-admin/Makefile =================================================================== --- sysutils/lxqt-admin/Makefile +++ sysutils/lxqt-admin/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ USES= cmake compiler:c++11-lang gnome kde:5 localbase \ - lxqt pkgconfig tar:xz qt:5 xorg + lxqt tar:xz qt:5 xorg USE_QT= buildtools_build qmake_build core dbus gui svg \ widgets x11extras xml USE_KDE= windowsystem Index: sysutils/lxqt-config/Makefile =================================================================== --- sysutils/lxqt-config/Makefile +++ sysutils/lxqt-config/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd USES= cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \ - pkgconfig tar:xz xorg gnome + tar:xz xorg gnome USE_QT= buildtools_build qmake_build concurrent core dbus \ gui linguisttools svg widgets x11extras xml USE_KDE= libkscreen windowsystem Index: sysutils/lxqt-policykit/Makefile =================================================================== --- sysutils/lxqt-policykit/Makefile +++ sysutils/lxqt-policykit/Makefile @@ -12,7 +12,7 @@ libpolkit-agent-1.so:sysutils/polkit USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \ - localbase:ldflags lxqt pkgconfig tar:xz xorg + localbase:ldflags lxqt tar:xz xorg USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem Index: sysutils/lxqt-powermanagement/Makefile =================================================================== --- sysutils/lxqt-powermanagement/Makefile +++ sysutils/lxqt-powermanagement/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= upower:sysutils/upower USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \ - localbase:ldflags lxqt pkgconfig tar:xz gnome xorg + localbase:ldflags lxqt tar:xz gnome xorg USE_QT= buildtools_build qmake_build core svg widgets x11extras \ dbus gui xml USE_GNOME= glib20 Index: sysutils/lxqt-qtplugin/Makefile =================================================================== --- sysutils/lxqt-qtplugin/Makefile +++ sysutils/lxqt-qtplugin/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdbusmenu-qt5.so:devel/libdbusmenu-qt@qt5 \ libexif.so:graphics/libexif -USES= cmake compiler:c++14-lang gnome kde:5 lxqt pkgconfig tar:xz qt:5 \ +USES= cmake compiler:c++14-lang gnome kde:5 lxqt tar:xz qt:5 \ gettext-runtime xorg USE_XORG=xcb Index: sysutils/lxtask/Makefile =================================================================== --- sysutils/lxtask/Makefile +++ sysutils/lxtask/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gmake gnome iconv pkgconfig tar:xz +USES= gmake gnome iconv tar:xz USE_GNOME= cairo gdkpixbuf2 gtk20 intlhack GNU_CONFIGURE= yes Index: sysutils/lxterminal/Makefile =================================================================== --- sysutils/lxterminal/Makefile +++ sysutils/lxterminal/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= cpe gmake gnome localbase pkgconfig tar:xz xorg +USES= cpe gmake gnome localbase tar:xz xorg CPE_VENDOR= ${PORTNAME}_project USE_GNOME= gtk20 glib20 cairo vte intltool USE_XORG= x11 xext Index: sysutils/mate-control-center/Makefile =================================================================== --- sysutils/mate-control-center/Makefile +++ sysutils/mate-control-center/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome libtool localbase mate \ - pathfix pkgconfig shared-mime-info tar:xz xorg + pathfix shared-mime-info tar:xz xorg USE_CSTD= c99 USE_MATE= desktop libmatekbd marco menus settingsdaemon USE_XORG= ice sm x11 xcursor xext xft xi xrandr xscrnsaver Index: sysutils/mate-polkit/Makefile =================================================================== --- sysutils/mate-polkit/Makefile +++ sysutils/mate-polkit/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix tar:xz USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: sysutils/mate-power-manager/Makefile =================================================================== --- sysutils/mate-power-manager/Makefile +++ sysutils/mate-power-manager/Makefile @@ -25,7 +25,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase mate pathfix pkgconfig \ +USES= gettext gmake gnome libtool localbase mate pathfix \ tar:xz xorg USE_MATE= panel USE_XORG= x11 xext xorgproto xrandr xrender Index: sysutils/mate-settings-daemon/Makefile =================================================================== --- sysutils/mate-settings-daemon/Makefile +++ sysutils/mate-settings-daemon/Makefile @@ -27,7 +27,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase mate pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_MATE= desktop libmatekbd mixer USE_XORG= ice sm x11 xext xi USE_GNOME= cairo dconf gtk30 intlhack Index: sysutils/mate-system-monitor/Makefile =================================================================== --- sysutils/mate-system-monitor/Makefile +++ sysutils/mate-system-monitor/Makefile @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even USES= alias compiler:c++11-lib gettext gmake gnome localbase mate \ - pathfix pkgconfig tar:xz + pathfix tar:xz USE_MATE= icontheme USE_GNOME= gtkmm30 intlhack librsvg2 libwnck3 libxml2 GNU_CONFIGURE= yes Index: sysutils/mcron/Makefile =================================================================== --- sysutils/mcron/Makefile +++ sysutils/mcron/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libguile-2.2.so:lang/guile2 -USES= gmake pkgconfig +USES= gmake GNU_CONFIGURE= yes CONFLICTS_INSTALL= interchange isc-cron # bin/crontab Index: sysutils/metalog/Makefile =================================================================== --- sysutils/metalog/Makefile +++ sysutils/metalog/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= pkgconfig tar:xz +USES= tar:xz USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc Index: sysutils/minipro/Makefile =================================================================== --- sysutils/minipro/Makefile +++ sysutils/minipro/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= gsed:textproc/gsed RUN_DEPENDS= bash:shells/bash -USES= compiler:c11 gmake pkgconfig shebangfix +USES= compiler:c11 gmake shebangfix USE_GITLAB= yes GL_ACCOUNT= DavidGriffith Index: sysutils/moosefs2-master/Makefile =================================================================== --- sysutils/moosefs2-master/Makefile +++ sysutils/moosefs2-master/Makefile @@ -69,7 +69,7 @@ .endif .if ${MFS_COMPONENT} == client -USES= compiler:c11 fuse pkgconfig +USES= compiler:c11 fuse CONFIGURE_ARGS+= --enable-mfsmount .else CONFIGURE_ARGS+= --disable-mfsmount Index: sysutils/moosefs3-master/Makefile =================================================================== --- sysutils/moosefs3-master/Makefile +++ sysutils/moosefs3-master/Makefile @@ -73,7 +73,7 @@ .endif .if ${MFS_COMPONENT} == client -USES= compiler:c11 fuse:3 libtool pkgconfig +USES= compiler:c11 fuse:3 libtool USE_LDCONFIG= yes CONFIGURE_ARGS+= --enable-mfsmount .else Index: sysutils/mstflint/Makefile =================================================================== --- sysutils/mstflint/Makefile +++ sysutils/mstflint/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE -USES= autoreconf libtool gmake pkgconfig +USES= autoreconf libtool gmake OPTIONS_DEFINE= FWMANAGER ADAB STATIC OPTIONS_SUB= yes Index: sysutils/mtpfs/Makefile =================================================================== --- sysutils/mtpfs/Makefile +++ sysutils/mtpfs/Makefile @@ -14,7 +14,7 @@ libid3tag.so:audio/libid3tag \ libmad.so:audio/libmad -USES= autoreconf fuse gnome pkgconfig +USES= autoreconf fuse gnome USE_GITHUB= yes GH_ACCOUNT= cjd GH_TAGNAME= fd3864dd6f0e8183fa2598d4cf890401d3a1e09a Index: sysutils/nfcutils/Makefile =================================================================== --- sysutils/nfcutils/Makefile +++ sysutils/nfcutils/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libnfc.so:devel/libnfc -USES= autoreconf gmake libtool pkgconfig +USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= terence-deng MAKE_ENV+= MKDIR="${MKDIR}" Index: sysutils/nitrogen/Makefile =================================================================== --- sysutils/nitrogen/Makefile +++ sysutils/nitrogen/Makefile @@ -17,7 +17,7 @@ hicolor-icon-theme>0:misc/hicolor-icon-theme USES= compiler:c++11-lang gettext gmake gnome iconv localbase \ - pkgconfig xorg + xorg USE_CXXSTD= c++11 USE_GNOME= gtkmm24 USE_XORG= x11 Index: sysutils/nix/Makefile =================================================================== --- sysutils/nix/Makefile +++ sysutils/nix/Makefile @@ -30,7 +30,7 @@ gxargs:misc/findutils \ hg:devel/mercurial -USES= autoreconf bison compiler:c++17-lang cpe gmake localbase pkgconfig \ +USES= autoreconf bison compiler:c++17-lang cpe gmake localbase \ sqlite:3 ssl USE_GITHUB= yes GH_ACCOUNT= NixOS Index: sysutils/nut-devel/Makefile =================================================================== --- sysutils/nut-devel/Makefile +++ sysutils/nut-devel/Makefile @@ -24,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes USE_GCC= yes GNU_CONFIGURE= yes -USES= autoreconf:build compiler:c11 gmake libtool pkgconfig python +USES= autoreconf:build compiler:c11 gmake libtool python USE_LDCONFIG= yes NUT_USER?= uucp @@ -70,7 +70,7 @@ --with-statepath=${STATEDIR} \ --with-altpidpath=${STATEDIR} \ --with-pidpath=${STATEDIR} \ - --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \ + --with-pkgconfig-dir=${PREFIX}/libdata/\ --with-user=${NUT_USER} \ --with-group=${NUT_GROUP} \ --with-python=${PYTHON_CMD} \ Index: sysutils/nut/Makefile =================================================================== --- sysutils/nut/Makefile +++ sysutils/nut/Makefile @@ -14,7 +14,7 @@ CONFLICTS= nut-devel-* GNU_CONFIGURE= yes -USES= autoreconf:build compiler:c11 gmake libtool pkgconfig python:build +USES= autoreconf:build compiler:c11 gmake libtool python:build USE_LDCONFIG= yes NUT_USER?= uucp @@ -60,7 +60,7 @@ --with-statepath=${STATEDIR} \ --with-altpidpath=${STATEDIR} \ --with-pidpath=${STATEDIR} \ - --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig \ + --with-pkgconfig-dir=${PREFIX}/libdata/\ --with-user=${NUT_USER} \ --with-group=${NUT_GROUP} \ --with-dev Index: sysutils/nvclock/Makefile =================================================================== --- sysutils/nvclock/Makefile +++ sysutils/nvclock/Makefile @@ -23,7 +23,7 @@ X11_DESC= Build GUI program (requires GTK+ 2.x) NVCONTROL_USE= XORG=xext -NVCONTROL_USES= pkgconfig xorg +NVCONTROL_USES= xorg NVCONTROL_CONFIGURE_OFF= --disable-nvcontrol X11_USES= gnome Index: sysutils/opencorsairlink/Makefile =================================================================== --- sysutils/opencorsairlink/Makefile +++ sysutils/opencorsairlink/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake pkgconfig +USES= gmake USE_GITHUB= yes GH_ACCOUNT= audiohacked Index: sysutils/openipmi/Makefile =================================================================== --- sysutils/openipmi/Makefile +++ sysutils/openipmi/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpopt.so:devel/popt USES= gmake libtool localbase:ldflags ncurses pathfix \ - pkgconfig readline + readline USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: sysutils/osinfo-db-tools/Makefile =================================================================== --- sysutils/osinfo-db-tools/Makefile +++ sysutils/osinfo-db-tools/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup -USES= gettext gmake gnome libarchive pkgconfig tar:xz meson +USES= gettext gmake gnome libarchive tar:xz meson USE_GNOME= glib20 intltool libxml2 libxslt .include Index: sysutils/p5-Fuse/Makefile =================================================================== --- sysutils/p5-Fuse/Makefile +++ sysutils/p5-Fuse/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21 -USES= perl5 fuse pkgconfig +USES= perl5 fuse USE_PERL5= configure PORTSCOUT= limit:^[0-9\.]*$$ Index: sysutils/pacman/Makefile =================================================================== --- sysutils/pacman/Makefile +++ sysutils/pacman/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= bash:shells/bash LIB_DEPENDS= libarchive.so.13:archivers/libarchive -USES= cpe gmake libtool localbase:ldflags pathfix perl5 pkgconfig shebangfix ssl +USES= cpe gmake libtool localbase:ldflags pathfix perl5 shebangfix ssl CPE_VENDOR= ${PORTNAME}_project SHEBANG_FILES= ${WRKSRC}/scripts/makepkg-template.pl.in \ ${WRKSRC}/scripts/libmakepkg/lint_config.sh.in Index: sysutils/pam_mount/Makefile =================================================================== --- sysutils/pam_mount/Makefile +++ sysutils/pam_mount/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libHX.so:lang/libhx -USES= gnome libtool perl5 pkgconfig ssl tar:xz +USES= gnome libtool perl5 ssl tar:xz USE_GNOME= libxml2 INSTALL_TARGET= install-strip Index: sysutils/parkverbot/Makefile =================================================================== --- sysutils/parkverbot/Makefile +++ sysutils/parkverbot/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libHX.so:lang/libhx -USES= pkgconfig tar:xz +USES= tar:xz GNU_CONFIGURE= yes PLIST_FILES= man/man8/parkverbot.8.gz sbin/parkverbot Index: sysutils/passwordsafe/Makefile =================================================================== --- sysutils/passwordsafe/Makefile +++ sysutils/passwordsafe/Makefile @@ -19,7 +19,7 @@ CONFLICTS= pwsafe -USES= compiler:c++11-lang gmake pkgconfig xorg +USES= compiler:c++11-lang gmake xorg USE_GITHUB= yes USE_WX= 3.0+ USE_XORG= x11 xtst Index: sysutils/plasma5-discover/Makefile =================================================================== --- sysutils/plasma5-discover/Makefile +++ sysutils/plasma5-discover/Makefile @@ -10,7 +10,7 @@ #LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5 USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons crash dbusaddons i18n iconthemes idletime \ itemmodels itemviews jobwidgets kcmutils kdeclarative kio \ Index: sysutils/plasma5-drkonqi/Makefile =================================================================== --- sysutils/plasma5-drkonqi/Makefile +++ sysutils/plasma5-drkonqi/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 crash handler -USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons crash \ i18n idletime jobwidgets kio notifications service \ syntaxhighlighting wallet widgetsaddons windowsystem \ Index: sysutils/plasma5-kinfocenter/Makefile =================================================================== --- sysutils/plasma5-kinfocenter/Makefile +++ sysutils/plasma5-kinfocenter/Makefile @@ -10,7 +10,7 @@ vulkaninfo:graphics/vulkan-tools \ xdpyinfo:x11/xdpyinfo -USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 \ +USES= cmake compiler:c++11-lib gettext gl kde:5 qt:5 \ tar:xz xorg USE_GL= egl gl glu USE_KDE= auth bookmarks codecs completion config configwidgets \ Index: sysutils/plasma5-powerdevil/Makefile =================================================================== --- sysutils/plasma5-powerdevil/Makefile +++ sysutils/plasma5-powerdevil/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz \ xorg USE_KDE= activities auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons emoticons \ Index: sysutils/polkit-gnome/Makefile =================================================================== --- sysutils/polkit-gnome/Makefile +++ sysutils/polkit-gnome/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit -USES= gettext gmake gnome pathfix pkgconfig tar:xz +USES= gettext gmake gnome pathfix tar:xz USE_GNOME= gnomeprefix gtk20 gtk30 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: sysutils/polkit-qt/Makefile =================================================================== --- sysutils/polkit-qt/Makefile +++ sysutils/polkit-qt/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit -USES= cmake compiler:c++11-lang gnome pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang gnome qt:5 tar:xz USE_GNOME= glib20 USE_QT= core dbus gui widgets buildtools_build qmake_build CMAKE_OFF= BUILD_EXAMPLES \ Index: sysutils/polkit/Makefile =================================================================== --- sysutils/polkit/Makefile +++ sysutils/polkit/Makefile @@ -22,7 +22,7 @@ GROUPS= polkitd USES= compiler:c++11-lib cpe gettext gnome libtool localbase meson \ - pathfix pkgconfig shebangfix + pathfix shebangfix USE_GNOME= glib20 intltool introspection:build SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl USE_LDCONFIG= yes Index: sysutils/quicksynergy/Makefile =================================================================== --- sysutils/quicksynergy/Makefile +++ sysutils/quicksynergy/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= synergys:sysutils/synergy GNU_CONFIGURE= yes -USES= gettext gnome iconv pathfix pkgconfig +USES= gettext gnome iconv pathfix USE_GNOME= gnomeprefix libglade2 CPPFLAGS+= -I${LOCALBASE}/include Index: sysutils/radeontop/Makefile =================================================================== --- sysutils/radeontop/Makefile +++ sysutils/radeontop/Makefile @@ -17,7 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= clbr -USES= gmake pkgconfig xorg +USES= gmake xorg USE_XORG= xcb MAKE_ARGS= amdgpu=1 Index: sysutils/rdup/Makefile =================================================================== --- sysutils/rdup/Makefile +++ sysutils/rdup/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libnettle.so:security/nettle -USES= autoreconf gmake gnome libarchive pkgconfig +USES= autoreconf gmake gnome libarchive USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= miekg Index: sysutils/rmlint/Makefile =================================================================== --- sysutils/rmlint/Makefile +++ sysutils/rmlint/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= sphinx-build:textproc/py-sphinx@${PY_FLAVOR} LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib -USES= gnome pkgconfig python:build scons +USES= gnome python:build scons USE_GITHUB= yes GH_ACCOUNT= sahib USE_GNOME= glib20 Index: sysutils/roct/Makefile =================================================================== --- sysutils/roct/Makefile +++ sysutils/roct/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpci.so:devel/libpci -USES= cmake pkgconfig +USES= cmake USE_LDCONFIG= yes USE_GITHUB= yes Index: sysutils/rshim-user-space/Makefile =================================================================== --- sysutils/rshim-user-space/Makefile +++ sysutils/rshim-user-space/Makefile @@ -14,7 +14,7 @@ libpci.so:devel/libpci \ libpciaccess.so:devel/libpciaccess -USES= autoreconf compiler:c11 localbase gmake pkgconfig tar:bzip2 +USES= autoreconf compiler:c11 localbase gmake tar:bzip2 USE_GITHUB= yes GH_ACCOUNT= Mellanox Index: sysutils/rsyslog8/Makefile =================================================================== --- sysutils/rsyslog8/Makefile +++ sysutils/rsyslog8/Makefile @@ -16,7 +16,7 @@ libcurl.so:ftp/curl BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} -USES= cpe libtool pkgconfig autoreconf python:env +USES= cpe libtool autoreconf python:env PORTSCOUT= limit:^8\. Index: sysutils/seatd/Makefile =================================================================== --- sysutils/seatd/Makefile +++ sysutils/seatd/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c11 cpe meson pkgconfig +USES= compiler:c11 cpe meson USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} CPE_VENDOR= ${PORTNAME}_project Index: sysutils/signon-kwallet-extension/Makefile =================================================================== --- sysutils/signon-kwallet-extension/Makefile +++ sysutils/signon-kwallet-extension/Makefile @@ -7,7 +7,7 @@ LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 -USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= wallet \ ecm_build USE_QT= core dbus gui \ Index: sysutils/signon-plugin-oauth2/Makefile =================================================================== --- sysutils/signon-plugin-oauth2/Makefile +++ sysutils/signon-plugin-oauth2/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libsignon-qt5.so:sysutils/signon-qt5 -USES= compiler:c++11-lang pkgconfig python qmake qt:5 +USES= compiler:c++11-lang python qmake qt:5 USE_QT= core network testlib \ buildtools_build qmake_build USE_LDCONFIG= ${PREFIX}/lib/signon Index: sysutils/signon-qt5/Makefile =================================================================== --- sysutils/signon-qt5/Makefile +++ sysutils/signon-qt5/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gettext gl pathfix pkgconfig python qmake \ +USES= compiler:c++11-lang gettext gl pathfix python qmake \ qt:5 tar:bz2 USE_GL= gl USE_QT= core dbus gui network sql testlib xml \ Index: sysutils/signon-ui/Makefile =================================================================== --- sysutils/signon-ui/Makefile +++ sysutils/signon-ui/Makefile @@ -15,7 +15,7 @@ libsignon-qt5.so:sysutils/signon-qt5 \ libproxy.so:net/libproxy -USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \ +USES= compiler:c++11-lang gettext-runtime gl gnome python \ qmake qt:5 tar:bz2 USE_GL= gl USE_GNOME= gdkpixbuf2 glib20 Index: sysutils/slurm-wlm/Makefile =================================================================== --- sysutils/slurm-wlm/Makefile +++ sysutils/slurm-wlm/Makefile @@ -19,7 +19,7 @@ libmunge.so:security/munge \ liblz4.so:archivers/liblz4 -USES= compiler:c11 cpe gmake gnome libtool localbase lua pkgconfig \ +USES= compiler:c11 cpe gmake gnome libtool localbase lua \ python:build readline shebangfix ssl tar:bz2 CPE_VENDOR= schedmd USE_LDCONFIG= yes Index: sysutils/squashfs-tools-ng/Makefile =================================================================== --- sysutils/squashfs-tools-ng/Makefile +++ sysutils/squashfs-tools-ng/Makefile @@ -10,7 +10,7 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING.md -USES= libtool pkgconfig tar:xz +USES= libtool tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check Index: sysutils/swapd/Makefile =================================================================== --- sysutils/swapd/Makefile +++ sysutils/swapd/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libstatgrab.so:devel/libstatgrab -USES= gmake pkgconfig +USES= gmake GNU_CONFIGURE= yes USE_RC_SUBR= swapd Index: sysutils/synergy/Makefile =================================================================== --- sysutils/synergy/Makefile +++ sysutils/synergy/Makefile @@ -38,7 +38,6 @@ OPTIONS_SUB= yes AVAHI_LIBDNS_DESC= Use libdns from avahi to avoid conflicts with KDE/Gnome -AVAHI_LIBDNS_USES= pkgconfig AVAHI_LIBDNS_CFLAGS= `pkg-config --cflags avahi-compat-libdns_sd` AVAHI_LIBDNS_LDFLAGS= `pkg-config --libs avahi-compat-libdns_sd` AVAHI_LIBDNS_LIB_DEPENDS= libdns_sd.so:net/avahi-libdns Index: sysutils/syslog-ng/Makefile =================================================================== --- sysutils/syslog-ng/Makefile +++ sysutils/syslog-ng/Makefile @@ -16,7 +16,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= autoreconf:build compiler:c11 cpe gettext-runtime gmake gnome \ - libtool pathfix pkgconfig python:3.5+,build shebangfix ssl + libtool pathfix python:3.5+,build shebangfix ssl CPE_VENDOR= oneidentity Index: sysutils/thefish/Makefile =================================================================== --- sysutils/thefish/Makefile +++ sysutils/thefish/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD2CLAUSE -USES= gnome pkgconfig tar:xz +USES= gnome tar:xz OPTIONS_SINGLE= X11 OPTIONS_SINGLE_X11= GTK2 Index: sysutils/tiramisu/Makefile =================================================================== --- sysutils/tiramisu/Makefile +++ sysutils/tiramisu/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake gnome pkgconfig vala:build +USES= gmake gnome vala:build USE_GITHUB= yes USE_GNOME= glib20 GH_ACCOUNT= Sweets Index: sysutils/tlsdate/Makefile =================================================================== --- sysutils/tlsdate/Makefile +++ sysutils/tlsdate/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= autoreconf libtool pkgconfig ssl +USES= autoreconf libtool ssl CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} Index: sysutils/tmate-ssh-server/Makefile =================================================================== --- sysutils/tmate-ssh-server/Makefile +++ sysutils/tmate-ssh-server/Makefile @@ -10,7 +10,7 @@ libmsgpackc.so:devel/msgpack \ libssh.so:security/libssh -USES= autoreconf compiler:c11 ncurses pkgconfig +USES= autoreconf compiler:c11 ncurses USE_GITHUB= yes GH_ACCOUNT= tmate-io GH_TAGNAME= 97d2024 Index: sysutils/tmate/Makefile =================================================================== --- sysutils/tmate/Makefile +++ sysutils/tmate/Makefile @@ -10,7 +10,7 @@ libmsgpackc.so:devel/msgpack \ libssh.so:security/libssh -USES= autoreconf compiler:c11 ncurses pkgconfig +USES= autoreconf compiler:c11 ncurses USE_GITHUB= yes GH_ACCOUNT= tmate-io Index: sysutils/tmux/Makefile =================================================================== --- sysutils/tmux/Makefile +++ sysutils/tmux/Makefile @@ -14,7 +14,7 @@ LICENSE_DISTFILES_ISCL= ${DISTNAME}${EXTRACT_SUFX} LICENSE_DISTFILES_GPLv2= ${DISTFILE_bash} -USES= cpe ncurses pkgconfig +USES= cpe ncurses CPE_VENDOR= tmux_project Index: sysutils/tmux23/Makefile =================================================================== --- sysutils/tmux23/Makefile +++ sysutils/tmux23/Makefile @@ -14,7 +14,7 @@ CONFLICTS_INSTALL= tmux -USES= cpe ncurses pkgconfig +USES= cpe ncurses CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= nodefault GH_TUPLE= imomaliev:tmux-bash-completion:ef56d3e:bash Index: sysutils/tracker-miners/Makefile =================================================================== --- sysutils/tracker-miners/Makefile +++ sysutils/tracker-miners/Makefile @@ -31,7 +31,7 @@ PORTSCOUT= limitw:1,even USES= gettext gnome jpeg localbase:ldflags meson \ - pathfix pkgconfig python:3.4+,build sqlite tar:xz vala:build + pathfix python:3.4+,build sqlite tar:xz vala:build USE_GNOME= cairo intltool libgsf libxml2 MESON_ARGS= -Dsystemd_user_services=no \ Index: sysutils/tracker/Makefile =================================================================== --- sysutils/tracker/Makefile +++ sysutils/tracker/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ - pkgconfig python:3.4+,build sqlite tar:xz vala:build + python:3.4+,build sqlite tar:xz vala:build USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes MESON_ARGS= -Ddocs=false \ Index: sysutils/tracker3/Makefile =================================================================== --- sysutils/tracker3/Makefile +++ sysutils/tracker3/Makefile @@ -18,7 +18,7 @@ libuuid.so:misc/e2fsprogs-libuuid USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ - pkgconfig python:3.6+,build sqlite tar:xz vala:build + python:3.6+,build sqlite tar:xz vala:build USE_GNOME= glib20 libxml2 introspection:build USE_LDCONFIG= yes Index: sysutils/tty-clock/Makefile =================================================================== --- sysutils/tty-clock/Makefile +++ sysutils/tty-clock/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD3CLAUSE -USES= gmake ncurses pkgconfig +USES= gmake ncurses ALL_TARGET= tty-clock LDFLAGS+= ${NCURSESLIBS} Index: sysutils/ttyd/Makefile =================================================================== --- sysutils/ttyd/Makefile +++ sysutils/ttyd/Makefile @@ -13,7 +13,7 @@ libuv.so:devel/libuv \ libwebsockets.so:net/libwebsockets -USES= cmake pkgconfig ssl +USES= cmake ssl USE_GITHUB= yes GH_ACCOUNT= tsl0922 Index: sysutils/u-boot-imx-serial-loader/Makefile =================================================================== --- sysutils/u-boot-imx-serial-loader/Makefile +++ sysutils/u-boot-imx-serial-loader/Makefile @@ -12,7 +12,7 @@ GH_PROJECT= imx_usb_loader GH_TAGNAME= ba6b31c -USES= gmake pkgconfig +USES= gmake MAKE_ARGS+= prefix=${PREFIX} Index: sysutils/unieject/Makefile =================================================================== --- sysutils/unieject/Makefile +++ sysutils/unieject/Makefile @@ -14,7 +14,7 @@ libpcre.so:devel/pcre \ libcdio.so:sysutils/libcdio -USES= gettext gnome iconv libtool pathfix pkgconfig tar:bzip2 +USES= gettext gnome iconv libtool pathfix tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doc Index: sysutils/upower/Makefile =================================================================== --- sysutils/upower/Makefile +++ sysutils/upower/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib USES= compiler:c11 gettext gnome localbase meson \ - pkgconfig tar:bz2 + tar:bz2 USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dgtk-doc=false \ Index: sysutils/usbhid-dump/Makefile =================================================================== --- sysutils/usbhid-dump/Makefile +++ sysutils/usbhid-dump/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= libtool pkgconfig +USES= libtool GNU_CONFIGURE= yes Index: sysutils/usbutils/Makefile =================================================================== --- sysutils/usbutils/Makefile +++ sysutils/usbutils/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= usbhid-dump:sysutils/usbhid-dump \ ${LOCALBASE}/share/usbids/usb.ids:misc/usbids -USES= autoreconf gmake pkgconfig shebangfix +USES= autoreconf gmake shebangfix CONFIGURE_ARGS= --datadir=${LOCALBASE}/share/usbids --enable-zlib CONFIGURE_ENV= LIBUSB_CFLAGS="-I/usr/include" LIBUSB_LIBS="-L/usr/lib -lusb" Index: sysutils/watchman/Makefile =================================================================== --- sysutils/watchman/Makefile +++ sysutils/watchman/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= facebook -USES= autoreconf gmake pkgconfig +USES= autoreconf gmake GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_HAVE_ARC=false ac_cv_header_sys_inotify_h=no CONFIGURE_ARGS= --without-python --without-ruby # in separate ports Index: sysutils/wimlib/Makefile =================================================================== --- sysutils/wimlib/Makefile +++ sysutils/wimlib/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.GPLv3 -USES= gmake gnome fuse libtool pkgconfig +USES= gmake gnome fuse libtool USE_GNOME= libxml2 USE_LDCONFIG= yes Index: sysutils/x86info/Makefile =================================================================== --- sysutils/x86info/Makefile +++ sysutils/x86info/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= kernelslacker GH_TAGNAME= 1b41e8b -USES= gmake pkgconfig python:build +USES= gmake python:build PLIST_FILES= bin/lsmsr bin/x86info man/man8/lsmsr.8.gz man/man1/x86info.1.gz Index: sysutils/xcdroast/Makefile =================================================================== --- sysutils/xcdroast/Makefile +++ sysutils/xcdroast/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= cdrecord:sysutils/cdrtools BUILD_DEPENDS= cdrecord:sysutils/cdrtools -USES= gettext gmake gnome iconv pkgconfig +USES= gettext gmake gnome iconv GNU_CONFIGURE= yes CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \ Index: sysutils/xen-guest-tools/Makefile =================================================================== --- sysutils/xen-guest-tools/Makefile +++ sysutils/xen-guest-tools/Makefile @@ -21,7 +21,7 @@ ${LOCALBASE}/lib/libyajl.so:devel/yajl \ ${LOCALBASE}/lib/liblzo2.so:archivers/lzo2 -USES= bison gmake pkgconfig perl5 python:build \ +USES= bison gmake perl5 python:build \ gettext-runtime:build gettext-tools:build USE_PERL5= build GNU_CONFIGURE= yes Index: sysutils/xen-tools/Makefile =================================================================== --- sysutils/xen-tools/Makefile +++ sysutils/xen-tools/Makefile @@ -35,7 +35,7 @@ ONLY_FOR_ARCHS_REASON= not yet ported to anything other than amd64 USES= cpe gettext gmake gnome libtool localbase:ldflags perl5 \ - pkgconfig python:3.6+ shebangfix iconv bison ninja:build + python:3.6+ shebangfix iconv bison ninja:build USE_GNOME= glib20 USE_LDCONFIG= yes USE_PYTHON= py3kplist Index: sysutils/xfburn/Makefile =================================================================== --- sysutils/xfburn/Makefile +++ sysutils/xfburn/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= cdrdao:sysutils/cdrdao USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - pkgconfig tar:bzip2 xfce + tar:bzip2 xfce USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= libexo Index: sysutils/xfce4-battery-plugin/Makefile =================================================================== --- sysutils/xfce4-battery-plugin/Makefile +++ sysutils/xfce4-battery-plugin/Makefile @@ -11,7 +11,7 @@ ONLY_FOR_ARCHS= amd64 i386 -USES= alias gettext-tools gmake gnome libtool pkgconfig \ +USES= alias gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 glib20 intltool USE_XFCE= panel Index: sysutils/xfce4-bsdcpufreq-plugin/Makefile =================================================================== --- sysutils/xfce4-bsdcpufreq-plugin/Makefile +++ sysutils/xfce4-bsdcpufreq-plugin/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c11 gnome pkgconfig xfce +USES= compiler:c11 gnome xfce USE_XFCE= panel USE_GNOME= cairo gdkpixbuf2 gtk30 Index: sysutils/xfce4-cpugraph-plugin/Makefile =================================================================== --- sysutils/xfce4-cpugraph-plugin/Makefile +++ sysutils/xfce4-cpugraph-plugin/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_CSTD= c99 USE_GNOME= cairo gtk30 intltool Index: sysutils/xfce4-diskperf-plugin/Makefile =================================================================== --- sysutils/xfce4-diskperf-plugin/Makefile +++ sysutils/xfce4-diskperf-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gnome gmake libtool pkgconfig \ +USES= compiler:c11 gettext-tools gnome gmake libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: sysutils/xfce4-fsguard-plugin/Makefile =================================================================== --- sysutils/xfce4-fsguard-plugin/Makefile +++ sysutils/xfce4-fsguard-plugin/Makefile @@ -11,7 +11,7 @@ # COPYING file is wrong compared to license header LICENSE= BSD2CLAUSE -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: sysutils/xfce4-genmon-plugin/Makefile =================================================================== --- sysutils/xfce4-genmon-plugin/Makefile +++ sysutils/xfce4-genmon-plugin/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_XFCE= panel Index: sysutils/xfce4-mount-plugin/Makefile =================================================================== --- sysutils/xfce4-mount-plugin/Makefile +++ sysutils/xfce4-mount-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_LDCONFIG= yes Index: sysutils/xfce4-netload-plugin/Makefile =================================================================== --- sysutils/xfce4-netload-plugin/Makefile +++ sysutils/xfce4-netload-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: sysutils/xfce4-places-plugin/Makefile =================================================================== --- sysutils/xfce4-places-plugin/Makefile +++ sysutils/xfce4-places-plugin/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel thunar Index: sysutils/xfce4-power-manager/Makefile =================================================================== --- sysutils/xfce4-power-manager/Makefile +++ sysutils/xfce4-power-manager/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libupower-glib.so:sysutils/upower -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel Index: sysutils/xfce4-settings/Makefile =================================================================== --- sysutils/xfce4-settings/Makefile +++ sysutils/xfce4-settings/Makefile @@ -15,7 +15,7 @@ libxklavier.so:x11/libxklavier USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - libtool pkgconfig python shebangfix tar:bzip2 xfce xorg + libtool python shebangfix tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gdkpixbuf2 gtk30 intltool USE_XFCE= garcon libexo xfconf USE_XORG= x11 xcursor xi xorgproto xrandr Index: sysutils/xfce4-systemload-plugin/Makefile =================================================================== --- sysutils/xfce4-systemload-plugin/Makefile +++ sysutils/xfce4-systemload-plugin/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD2CLAUSE -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel Index: sysutils/xfce4-wavelan-plugin/Makefile =================================================================== --- sysutils/xfce4-wavelan-plugin/Makefile +++ sysutils/xfce4-wavelan-plugin/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 glib20 intltool USE_XFCE= panel Index: sysutils/xorriso/Makefile =================================================================== --- sysutils/xorriso/Makefile +++ sysutils/xorriso/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libburn.so:devel/libburn \ libisofs.so:devel/libisofs -USES= gmake iconv libtool libedit pathfix pkgconfig readline shebangfix +USES= gmake iconv libtool libedit pathfix readline shebangfix SHEBANG_FILES= frontend/xorriso-tcltk GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: sysutils/zeitgeist/Makefile =================================================================== --- sysutils/zeitgeist/Makefile +++ sysutils/zeitgeist/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/dbus/__init__.py:devel/py-dbus@${PY_FLAVOR} -USES= autoreconf gettext gmake gnome libtool pathfix pkgconfig python \ +USES= autoreconf gettext gmake gnome libtool pathfix python \ sqlite tar:xz vala:build USE_GITLAB= yes GL_SITE= https://gitlab.freedesktop.org Index: textproc/R-cran-stringi/Makefile =================================================================== --- textproc/R-cran-stringi/Makefile +++ textproc/R-cran-stringi/Makefile @@ -10,6 +10,6 @@ LIB_DEPENDS= libicui18n.so:devel/icu -USES= compiler:c++11-lang cran:auto-plist,compiles pkgconfig:build +USES= compiler:c++11-lang cran:auto-plist,compiles:build .include Index: textproc/aiksaurus/Makefile =================================================================== --- textproc/aiksaurus/Makefile +++ textproc/aiksaurus/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix USE_CSTD= gnu89 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/apertium-eng/Makefile =================================================================== --- textproc/apertium-eng/Makefile +++ textproc/apertium-eng/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= apertium>0:textproc/apertium LIB_DEPENDS= libcg3.so:textproc/cg3 -USES= autoreconf gmake pathfix pkgconfig python +USES= autoreconf gmake pathfix python USE_GITHUB= yes GH_ACCOUNT= apertium GH_TAGNAME= b230738 Index: textproc/apertium/Makefile =================================================================== --- textproc/apertium/Makefile +++ textproc/apertium/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:shells/bash USES= autoreconf gmake gnome libtool localbase:ldflags pathfix \ - pkgconfig python shebangfix + python shebangfix USE_GITHUB= yes GH_ACCOUNT= apertium:contrib GH_PROJECT= apertium-get:contrib Index: textproc/artha/Makefile =================================================================== --- textproc/artha/Makefile +++ textproc/artha/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool -USES= cpe gmake gnome libtool pkgconfig +USES= cpe gmake gnome libtool CPE_VENDOR= ${PORTNAME}_project CONFIGURE_ARGS= --enable-static=no --x-includes=${LOCALBASE}/include \ Index: textproc/augeas/Makefile =================================================================== --- textproc/augeas/Makefile +++ textproc/augeas/Makefile @@ -12,7 +12,7 @@ TEST_DEPENDS= bash:shells/bash \ gsed:textproc/gsed -USES= autoreconf cpe gmake gnome libtool pathfix pkgconfig readline +USES= autoreconf cpe gmake gnome libtool pathfix readline USE_GNOME= libxml2 USE_LDCONFIG= yes Index: textproc/cgrep/Makefile =================================================================== --- textproc/cgrep/Makefile +++ textproc/cgrep/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= cabal pkgconfig +USES= cabal USE_CABAL= OneTuple-0.3.1_2 \ QuickCheck-2.14.2 \ Index: textproc/ctpl/Makefile =================================================================== --- textproc/ctpl/Makefile +++ textproc/ctpl/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/diffmark/Makefile =================================================================== --- textproc/diffmark/Makefile +++ textproc/diffmark/Makefile @@ -8,7 +8,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML diff and merge package -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= libxml2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: textproc/discount/Makefile =================================================================== --- textproc/discount/Makefile +++ textproc/discount/Makefile @@ -9,7 +9,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -USES= cpe pkgconfig +USES= cpe CPE_VENDOR= discount_project Index: textproc/dwdiff/Makefile =================================================================== --- textproc/dwdiff/Makefile +++ textproc/dwdiff/Makefile @@ -23,7 +23,7 @@ UNICODE_CONFIGURE_WITH= unicode UNICODE_LIB_DEPENDS= libicudata.so:devel/icu -UNICODE_USES= localbase:ldflags pkgconfig +UNICODE_USES= localbase:ldflags HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-verbose-compile Index: textproc/enchant/Makefile =================================================================== --- textproc/enchant/Makefile +++ textproc/enchant/Makefile @@ -10,7 +10,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= glib20 CONFIGURE_ARGS= --disable-uspell \ --disable-voikko Index: textproc/enchant2/Makefile =================================================================== --- textproc/enchant2/Makefile +++ textproc/enchant2/Makefile @@ -11,8 +11,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= compiler:c++11-lib gmake gnome libtool localbase pathfix \ - pkgconfig +USES= compiler:c++11-lib gmake gnome libtool localbase pathfix USE_GNOME= glib20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/fcitx-m17n/Makefile =================================================================== --- textproc/fcitx-m17n/Makefile +++ textproc/fcitx-m17n/Makefile @@ -14,6 +14,6 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libm17n.so:devel/m17n-lib -USES= cmake gettext pkgconfig tar:xz +USES= cmake gettext tar:xz .include Index: textproc/fcitx-qt5/Makefile =================================================================== --- textproc/fcitx-qt5/Makefile +++ textproc/fcitx-qt5/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++11-lib cmake gettext kde:5 pkgconfig qt:5 +USES= compiler:c++11-lib cmake gettext kde:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= fcitx USE_KDE= ecm Index: textproc/fcitx5-configtool/Makefile =================================================================== --- textproc/fcitx5-configtool/Makefile +++ textproc/fcitx5-configtool/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \ iso-codes>=0:misc/iso-codes -USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig qt:5 xorg +USES= compiler:c++17-lang gettext-tools cmake kde:5 qt:5 xorg PLIST_SUB= VER=${PORTVERSION} Index: textproc/fcitx5-gtk/Makefile =================================================================== --- textproc/fcitx5-gtk/Makefile +++ textproc/fcitx5-gtk/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++17-lang gettext-tools cmake gnome kde:5 pkgconfig xorg +USES= compiler:c++17-lang gettext-tools cmake gnome kde:5 xorg PLIST_SUB= VER=${PORTVERSION} Index: textproc/fcitx5-lua/Makefile =================================================================== --- textproc/fcitx5-lua/Makefile +++ textproc/fcitx5-lua/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libFcitx5Core.so:textproc/fcitx5 -USES= compiler:c++17-lang gettext-tools cmake kde:5 lua:53 pkgconfig +USES= compiler:c++17-lang gettext-tools cmake kde:5 lua:53 USE_GITHUB= yes GH_ACCOUNT= fcitx Index: textproc/fcitx5-qt/Makefile =================================================================== --- textproc/fcitx5-qt/Makefile +++ textproc/fcitx5-qt/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libFcitx5Utils.so:textproc/fcitx5 \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++17-lang gettext-tools cmake kde:5 pkgconfig qt:5 xorg +USES= compiler:c++17-lang gettext-tools cmake kde:5 qt:5 xorg PLIST_SUB= VER=${PORTVERSION} Index: textproc/fcitx5/Makefile =================================================================== --- textproc/fcitx5/Makefile +++ textproc/fcitx5/Makefile @@ -28,7 +28,7 @@ xkeyboard-config>=0:x11/xkeyboard-config # gettext-tools for both build-time hard requirement and Fcitx5 helper shell scripts -USES= cmake compiler:c++17-lang gettext-runtime gettext-tools:build,run gl gnome kde:5 pkgconfig +USES= cmake compiler:c++17-lang gettext-runtime gettext-tools:build,run gl gnome kde:5 PLIST_SUB= VER=${PORTVERSION} Index: textproc/gdome2/Makefile =================================================================== --- textproc/gdome2/Makefile +++ textproc/gdome2/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Gnome DOM Engine -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= glib20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" Index: textproc/gitlab-elasticsearch-indexer/Makefile =================================================================== --- textproc/gitlab-elasticsearch-indexer/Makefile +++ textproc/gitlab-elasticsearch-indexer/Makefile @@ -15,7 +15,7 @@ libicuuc.so:devel/icu #RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool -USES= gmake go:modules,no_targets pkgconfig +USES= gmake go:modules,no_targets USE_GITLAB= yes GL_ACCOUNT= gitlab-org Index: textproc/gmetadom/Makefile =================================================================== --- textproc/gmetadom/Makefile +++ textproc/gmetadom/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgdome.so:textproc/gdome2 USES= compiler:c++11-lang gmake gnome iconv libtool localbase \ - pathfix pkgconfig + pathfix USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/gnugrep/Makefile =================================================================== --- textproc/gnugrep/Makefile +++ textproc/gnugrep/Makefile @@ -38,7 +38,6 @@ NLS_CONFIGURE_WITH= libintl-prefix=${LOCALBASE} PCRE_LIB_DEPENDS= libpcre.so:devel/pcre -PCRE_USES= pkgconfig PCRE_CONFIGURE_ENABLE= perl-regexp post-patch: Index: textproc/goldendict/Makefile =================================================================== --- textproc/goldendict/Makefile +++ textproc/goldendict/Makefile @@ -15,7 +15,7 @@ libvorbis.so:audio/libvorbis \ libzstd.so:archivers/zstd -USES= compiler:c++11-lang gnome iconv:wchar_t pkgconfig \ +USES= compiler:c++11-lang gnome iconv:wchar_t \ qmake qt:5 xorg USE_GITHUB= yes GH_TAGNAME= 99982a1 Index: textproc/google-ctemplate/Makefile =================================================================== --- textproc/google-ctemplate/Makefile +++ textproc/google-ctemplate/Makefile @@ -12,7 +12,7 @@ OPTIONS_DEFINE= DOCS -USES= autoreconf gmake libtool pathfix pkgconfig python:build shebangfix +USES= autoreconf gmake libtool pathfix python:build shebangfix GNU_CONFIGURE= yes SHEBANG_FILES= src/template-converter src/htmlparser/generate_fsm.py src/htmlparser/fsm_config.py USE_LDCONFIG= yes Index: textproc/groff/Makefile =================================================================== --- textproc/groff/Makefile +++ textproc/groff/Makefile @@ -50,7 +50,6 @@ UCHARDET_DESC= Automatic encoding detection in preconv(1) UCHARDET_LIB_DEPENDS= libuchardet.so:textproc/uchardet -UCHARDET_USES= pkgconfig UCHARDET_CONFIGURE_OFF= --with-uchardet=no post-install: Index: textproc/groonga/Makefile =================================================================== --- textproc/groonga/Makefile +++ textproc/groonga/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= gmake libedit libtool pathfix pkgconfig +USES= gmake libedit libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/gspell/Makefile =================================================================== --- textproc/gspell/Makefile +++ textproc/gspell/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:even -USES= gmake gnome iconv libtool pathfix pkgconfig tar:xz vala:build +USES= gmake gnome iconv libtool pathfix tar:xz vala:build USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 introspection:build \ libxml2 pango GNU_CONFIGURE= yes Index: textproc/gtk-doc/Makefile =================================================================== --- textproc/gtk-doc/Makefile +++ textproc/gtk-doc/Makefile @@ -19,7 +19,7 @@ docbook-xml>0:textproc/docbook-xml \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:textproc/docbook-xsl -USES= gettext-tools gnome meson python:3.6+ pkgconfig tar:xz +USES= gettext-tools gnome meson python:3.6+ tar:xz USE_GNOME= libxml2 libxslt MESON_ARGS= -Dtests=false Index: textproc/gtkspell/Makefile =================================================================== --- textproc/gtkspell/Makefile +++ textproc/gtkspell/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libenchant.so:textproc/enchant -USES= gettext gmake gnome libtool:keepla pathfix pkgconfig +USES= gettext gmake gnome libtool:keepla pathfix USE_GNOME= gnomeprefix gtk20 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/gtkspell3/Makefile =================================================================== --- textproc/gtkspell3/Makefile +++ textproc/gtkspell3/Makefile @@ -14,7 +14,7 @@ libfribidi.so:converters/fribidi RUN_DEPENDS= iso-codes>0:misc/iso-codes -USES= gettext gmake gnome localbase libtool pathfix pkgconfig tar:xz vala:build +USES= gettext gmake gnome localbase libtool pathfix tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/highlight/Makefile =================================================================== --- textproc/highlight/Makefile +++ textproc/highlight/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_array.hpp:devel/boost-libs -USES= compiler:c++11-lib gmake lua pkgconfig tar:bzip2 +USES= compiler:c++11-lib gmake lua tar:bzip2 USE_CXXSTD= c++11 MAKEFILE= makefile MAKE_ARGS= CXX="${CXX}" \ Index: textproc/htmldoc/Makefile =================================================================== --- textproc/htmldoc/Makefile +++ textproc/htmldoc/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= compiler:c11 cpe jpeg pkgconfig +USES= compiler:c11 cpe jpeg CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes GH_ACCOUNT= michaelrsweet Index: textproc/ibus-kmfl/Makefile =================================================================== --- textproc/ibus-kmfl/Makefile +++ textproc/ibus-kmfl/Makefile @@ -14,7 +14,7 @@ libkmflcomp.so:textproc/kmflcomp RUN_DEPENDS= kmflcomp:textproc/kmflcomp -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= glib20 GNU_CONFIGURE= yes Index: textproc/ibus-m17n/Makefile =================================================================== --- textproc/ibus-m17n/Makefile +++ textproc/ibus-m17n/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limit:^[0-9]+\.[0-9].*$$ -USES= autoreconf gmake gnome libtool pkgconfig +USES= autoreconf gmake gnome libtool GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= ibus Index: textproc/ibus-table/Makefile =================================================================== --- textproc/ibus-table/Makefile +++ textproc/ibus-table/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= autoreconf gettext-tools gmake gnome pkgconfig python:3.4+ shebangfix +USES= autoreconf gettext-tools gmake gnome python:3.4+ shebangfix USE_GITHUB= yes GH_ACCOUNT= kaio Index: textproc/ibus-typing-booster/Makefile =================================================================== --- textproc/ibus-typing-booster/Makefile +++ textproc/ibus-typing-booster/Makefile @@ -34,7 +34,7 @@ USE_GITHUB= yes GH_ACCOUNT= mike-fabian -USES= autoreconf gettext gmake gnome iconv pathfix pkgconfig \ +USES= autoreconf gettext gmake gnome iconv pathfix \ python:3.7+ shebangfix SHEBANG_FILES= engine/emoji-picker.in engine/ibus-engine-typing-booster.in \ setup/ibus-setup-typing-booster.in Index: textproc/ibus/Makefile =================================================================== --- textproc/ibus/Makefile +++ textproc/ibus/Makefile @@ -18,7 +18,7 @@ setxkbmap:x11/setxkbmap USES= autoreconf compiler cpe gmake gnome libtool localbase \ - pathfix pkgconfig python:3.5+ shebangfix + pathfix python:3.5+ shebangfix CPE_VENDOR= ibus_project USE_GITHUB= yes USE_GNOME= glib20 intltool librsvg2 pygobject3 Index: textproc/iksemel/Makefile =================================================================== --- textproc/iksemel/Makefile +++ textproc/iksemel/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls -USES= autoreconf libtool makeinfo pathfix pkgconfig +USES= autoreconf libtool makeinfo pathfix USE_GITHUB= yes GH_ACCOUNT= meduketto Index: textproc/lasem/Makefile =================================================================== --- textproc/lasem/Makefile +++ textproc/lasem/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= stixfonts>0:x11-fonts/stix-fonts GNU_CONFIGURE= yes -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix tar:xz USE_GNOME= glib20 pango intltool gdkpixbuf2 libxml2 introspection:build CONFIGURE_ARGS= --disable-gtk-doc-html \ Index: textproc/libabw/Makefile =================================================================== --- textproc/libabw/Makefile +++ textproc/libabw/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lib gnome gperf libtool localbase pathfix perl5 pkgconfig \ +USES= compiler:c++11-lib gnome gperf libtool localbase pathfix perl5 \ tar:xz USE_LDCONFIG= yes USE_GNOME= libxml2 Index: textproc/libcroco/Makefile =================================================================== --- textproc/libcroco/Makefile +++ textproc/libcroco/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21 GNU_CONFIGURE= yes -USES= cpe gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= cpe gettext gmake gnome libtool pathfix tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 libxml2 CONFIGURE_ARGS= --disable-gtk-doc-html Index: textproc/libcss/Makefile =================================================================== --- textproc/libcss/Makefile +++ textproc/libcss/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \ libparserutils.so:devel/libparserutils -USES= gmake iconv:wchar_t localbase pkgconfig +USES= gmake iconv:wchar_t localbase USE_LDCONFIG= yes MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared" Index: textproc/libe-book/Makefile =================================================================== --- textproc/libe-book/Makefile +++ textproc/libe-book/Makefile @@ -18,7 +18,7 @@ USE_GNOME= libxml2 -USES= compiler:c++11-lib gmake gnome gperf libtool pathfix pkgconfig \ +USES= compiler:c++11-lib gmake gnome gperf libtool pathfix \ tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/libepubgen/Makefile =================================================================== --- textproc/libepubgen/Makefile +++ textproc/libepubgen/Makefile @@ -18,7 +18,7 @@ ${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/libextractor/Makefile =================================================================== --- textproc/libextractor/Makefile +++ textproc/libextractor/Makefile @@ -15,7 +15,7 @@ libtiff.so:graphics/tiff USES= cpe gnome iconv jpeg libarchive libtool \ - makeinfo pathfix pkgconfig python + makeinfo pathfix python CPE_VENDOR= gnu USE_GNOME= gtk20 gdkpixbuf2 Index: textproc/libfo/Makefile =================================================================== --- textproc/libfo/Makefile +++ textproc/libfo/Makefile @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= xmlroff-0.6.[12] xmlroff-0.6.2_[12345] -USES= autoreconf gettext gmake gnome localbase libtool pathfix pkgconfig +USES= autoreconf gettext gmake gnome localbase libtool pathfix USE_GNOME= libxslt libxml2 gtk20 glib20 pango \ librsvg2 gdkpixbuf2 USE_GITHUB= yes Index: textproc/libfolia/Makefile =================================================================== --- textproc/libfolia/Makefile +++ textproc/libfolia/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ libticcutils.so:devel/ticcutils -USES= autoreconf compiler:c++11-lang gmake gnome libtool pkgconfig +USES= autoreconf compiler:c++11-lang gmake gnome libtool USE_GNOME= libxml2 USE_LDCONFIG= yes Index: textproc/libgepub/Makefile =================================================================== --- textproc/libgepub/Makefile +++ textproc/libgepub/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libsoup-2.4.so:devel/libsoup -USES= compiler:c11 gettext-runtime gnome libarchive meson pkgconfig \ +USES= compiler:c11 gettext-runtime gnome libarchive meson \ tar:xz USE_GNOME= gtk30 introspection:build libxml2 Index: textproc/libixion/Makefile =================================================================== --- textproc/libixion/Makefile +++ textproc/libixion/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= mdds>=2.0:devel/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs -USES= autoreconf libtool pkgconfig tar:xz +USES= autoreconf libtool tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/liblingoteach/Makefile =================================================================== --- textproc/liblingoteach/Makefile +++ textproc/liblingoteach/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing lesson files based on the LingoTeach DTD -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/liblrdf/Makefile =================================================================== --- textproc/liblrdf/Makefile +++ textproc/liblrdf/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libraptor2.so:textproc/raptor2 -USES= autoreconf libtool pathfix pkgconfig ssl +USES= autoreconf libtool pathfix ssl USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/LRDF-${DISTVERSION} Index: textproc/libmrss/Makefile =================================================================== --- textproc/libmrss/Makefile +++ textproc/libmrss/Makefile @@ -18,7 +18,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= libtool pathfix USE_LDCONFIG= yes .include Index: textproc/libmwaw03/Makefile =================================================================== --- textproc/libmwaw03/Makefile +++ textproc/libmwaw03/Makefile @@ -16,7 +16,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib cpe libtool pathfix tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/libodfgen01/Makefile =================================================================== --- textproc/libodfgen01/Makefile +++ textproc/libodfgen01/Makefile @@ -17,7 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lib gnome libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gnome libtool pathfix tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/libqxp/Makefile =================================================================== --- textproc/libqxp/Makefile +++ textproc/libqxp/Makefile @@ -24,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang libtool pathfix tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/libstaroffice/Makefile =================================================================== --- textproc/libstaroffice/Makefile +++ textproc/libstaroffice/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib cpe libtool pathfix tar:xz CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: textproc/libtranslate/Makefile =================================================================== --- textproc/libtranslate/Makefile +++ textproc/libtranslate/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Natural language translation library -USES= gettext gmake gnome libtool pathfix pkgconfig +USES= gettext gmake gnome libtool pathfix USE_GNOME= glib20 intlhack GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/libtre/Makefile =================================================================== --- textproc/libtre/Makefile +++ textproc/libtre/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= libtool localbase:ldflags pathfix pkgconfig tar:bzip2 +USES= libtool localbase:ldflags pathfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static USE_LDCONFIG= yes Index: textproc/libucl/Makefile =================================================================== --- textproc/libucl/Makefile +++ textproc/libucl/Makefile @@ -11,7 +11,7 @@ BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4' BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4' -USES= autoreconf gmake libtool pathfix pkgconfig +USES= autoreconf gmake libtool pathfix USE_GITHUB= yes GH_ACCOUNT= vstakhov USE_LDCONFIG= yes Index: textproc/libvisio01/Makefile =================================================================== --- textproc/libvisio01/Makefile +++ textproc/libvisio01/Makefile @@ -19,7 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:c++11-lib gmake gnome gperf libtool pathfix perl5 \ - pkgconfig tar:xz + tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_GNOME= libxml2 Index: textproc/libwpd010/Makefile =================================================================== --- textproc/libwpd010/Makefile +++ textproc/libwpd010/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/qi.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= compiler:c++11-lang cpe gnome libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang cpe gnome libtool pathfix tar:bzip2 CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes USE_GNOME= libgsf Index: textproc/libwps/Makefile =================================================================== --- textproc/libwps/Makefile +++ textproc/libwps/Makefile @@ -16,7 +16,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/libwps03/Makefile =================================================================== --- textproc/libwps03/Makefile +++ textproc/libwps03/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool pathfix pkgconfig +USES= compiler:features libtool pathfix USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/libxml++/Makefile =================================================================== --- textproc/libxml++/Makefile +++ textproc/libxml++/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ -USES= gnome meson pkgconfig tar:xz +USES= gnome meson tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes MESON_ARGS= -Ddefault_library=both Index: textproc/libxml++26/Makefile =================================================================== --- textproc/libxml++26/Makefile +++ textproc/libxml++26/Makefile @@ -15,7 +15,7 @@ .if !defined(REFERENCE_PORT) -USES+= gmake libtool pathfix pkgconfig gnome +USES+= gmake libtool pathfix gnome USE_GNOME= glibmm libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: textproc/libxml2/Makefile =================================================================== --- textproc/libxml2/Makefile +++ textproc/libxml2/Makefile @@ -20,7 +20,7 @@ # effects of the ecosystem and technical merits before considering # switching build systems again. Any changes to this end not dogfooded # thoroughly may be reverted. -USES+= cpe iconv libtool localbase pathfix pkgconfig tar:xz +USES+= cpe iconv libtool localbase pathfix tar:xz CPE_VENDOR= xmlsoft GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/libxmlb/Makefile =================================================================== --- textproc/libxmlb/Makefile +++ textproc/libxmlb/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc LIB_DEPENDS= libstemmer.so:textproc/snowballstemmer -USES= gnome meson pkgconfig localbase:ldflags +USES= gnome meson localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= hughsie USE_GNOME= glib20 introspection:build Index: textproc/libxmlbird/Makefile =================================================================== --- textproc/libxmlbird/Makefile +++ textproc/libxmlbird/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}doit>0:devel/py-doit@${PY_FLAVOR} -USES= gettext-runtime gnome pkgconfig python:3.7+,build shebangfix tar:xz vala:build +USES= gettext-runtime gnome python:3.7+,build shebangfix tar:xz vala:build USE_GNOME= glib20 USE_LDCONFIG= yes SHEBANG_FILES= configure install.py Index: textproc/libxslt/Makefile =================================================================== --- textproc/libxslt/Makefile +++ textproc/libxslt/Makefile @@ -12,7 +12,7 @@ # See note in textproc/libxml2 for why this port uses autotools # from the choices of that and CMake. -USES= cpe gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz +USES= cpe gmake gnome libtool localbase:ldflags pathfix tar:xz CPE_VENDOR= xmlsoft GNU_CONFIGURE= yes USE_GNOME= libxml2 Index: textproc/link-grammar/Makefile =================================================================== --- textproc/link-grammar/Makefile +++ textproc/link-grammar/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c++11-lib dos2unix gmake libtool localbase ncurses \ - pathfix pkgconfig sqlite + pathfix sqlite USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-maintainer-mode \ Index: textproc/lttoolbox/Makefile =================================================================== --- textproc/lttoolbox/Makefile +++ textproc/lttoolbox/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libicuio.so:devel/icu \ libxml2.so:textproc/libxml2 -USES= autoreconf compiler:c++14-lang libtool pathfix pkgconfig +USES= autoreconf compiler:c++14-lang libtool pathfix USE_GITHUB= yes GH_ACCOUNT= apertium USE_LDCONFIG= yes Index: textproc/m17n-im-config/Makefile =================================================================== --- textproc/m17n-im-config/Makefile +++ textproc/m17n-im-config/Makefile @@ -13,7 +13,7 @@ MAKE_JOBS_UNSAFE= yes USE_GNOME= gtk20 intltool intlhack glib20 -USES= gettext gnome libtool pathfix pkgconfig +USES= gettext gnome libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: textproc/meilisearch/Makefile =================================================================== --- textproc/meilisearch/Makefile +++ textproc/meilisearch/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= liblmdb.so:databases/lmdb -USES= cargo pkgconfig +USES= cargo USE_GITHUB= yes DASHBOARD_VERSION= 0.1.10 MINIDASHBOARDFILE= meilisearch-mini-dashboard-build-${DASHBOARD_VERSION}.zip Index: textproc/mergestat/Makefile =================================================================== --- textproc/mergestat/Makefile +++ textproc/mergestat/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= sqlite3>=3.0.0:databases/sqlite3 LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= go:modules pkgconfig +USES= go:modules GO_MODULE= github.com/${PORTNAME}/${PORTNAME} GO_BUILDFLAGS= -tags sqlite_vtable,sqlite_json1,system_libgit2 Index: textproc/mythes/Makefile =================================================================== --- textproc/mythes/Makefile +++ textproc/mythes/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= compiler:c++11-lib libtool pathfix perl5 pkgconfig shebangfix +USES= compiler:c++11-lib libtool pathfix perl5 shebangfix USE_LDCONFIG= yes USE_PERL5= run SHEBANG_FILES= th_gen_idx.pl Index: textproc/p5-CSS-Croco/Makefile =================================================================== --- textproc/p5-CSS-Croco/Makefile +++ textproc/p5-CSS-Croco/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= p5-URI>=0:net/p5-URI LIB_DEPENDS= libcroco-0.6.so:textproc/libcroco -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure .include Index: textproc/p5-Search-Saryer/Makefile =================================================================== --- textproc/p5-Search-Saryer/Makefile +++ textproc/p5-Search-Saryer/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libsary.so:textproc/sary -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure .include Index: textproc/p5-Text-QRCode/Makefile =================================================================== --- textproc/p5-Text-QRCode/Makefile +++ textproc/p5-Text-QRCode/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libqrencode.so:graphics/libqrencode -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure post-patch: Index: textproc/p5-Unicode-LineBreak/Makefile =================================================================== --- textproc/p5-Unicode-LineBreak/Makefile +++ textproc/p5-Unicode-LineBreak/Makefile @@ -25,7 +25,6 @@ OPTIONS_DEFAULT=THAI THAI_DESC= Thai word segmentation support through libthai -THAI_USES= pkgconfig THAI_LIB_DEPENDS= libthai.so:devel/libthai THAI_CONFIGURE_OFF= --disable-libthai Index: textproc/p5-XML-Canonical/Makefile =================================================================== --- textproc/p5-XML-Canonical/Makefile +++ textproc/p5-XML-Canonical/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= p5-XML-GDOME>=0:textproc/p5-XML-GDOME LIB_DEPENDS= libgdome.so:textproc/gdome2 -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure post-patch: Index: textproc/p5-XML-GDOME/Makefile =================================================================== --- textproc/p5-XML-GDOME/Makefile +++ textproc/p5-XML-GDOME/Makefile @@ -16,7 +16,7 @@ p5-XML-SAX>=0:textproc/p5-XML-SAX LIB_DEPENDS= libgdome.so:textproc/gdome2 -USES= perl5 pkgconfig +USES= perl5 USE_PERL5= configure .include Index: textproc/p5-XML-LibXSLT/Makefile =================================================================== --- textproc/p5-XML-LibXSLT/Makefile +++ textproc/p5-XML-LibXSLT/Makefile @@ -15,7 +15,7 @@ libgpg-error.so:security/libgpg-error RUN_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXML -USES= gnome perl5 pkgconfig +USES= gnome perl5 USE_GNOME= libxml2 libxslt USE_PERL5= configure Index: textproc/pdfgrep/Makefile =================================================================== --- textproc/pdfgrep/Makefile +++ textproc/pdfgrep/Makefile @@ -15,7 +15,7 @@ libgpg-error.so:security/libgpg-error GNU_CONFIGURE= yes -USES= compiler:c11 pkgconfig +USES= compiler:c11 PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \ share/bash-completion/completions/pdfgrep \ Index: textproc/py-jsonslicer/Makefile =================================================================== --- textproc/py-jsonslicer/Makefile +++ textproc/py-jsonslicer/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libyajl.so:devel/yajl -USES= compiler:c++11-lang pkgconfig python:3.5+ +USES= compiler:c++11-lang python:3.5+ USE_PYTHON= autoplist distutils # pydistutils problem, it uses CC for compiling C++ code Index: textproc/qstardict/Makefile =================================================================== --- textproc/qstardict/Makefile +++ textproc/qstardict/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2 xorg +USES= compiler:c++11-lang gl gnome qmake qt:5 tar:bzip2 xorg USE_GL= gl USE_GNOME= glib20 USE_QT= core dbus gui network printsupport widgets xml \ Index: textproc/raptor2/Makefile =================================================================== --- textproc/raptor2/Makefile +++ textproc/raptor2/Makefile @@ -20,7 +20,7 @@ CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 USE_GNOME= libxml2 libxslt -USES= gnome libtool:keepla pathfix pkgconfig +USES= gnome libtool:keepla pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ Index: textproc/rasqal/Makefile =================================================================== --- textproc/rasqal/Makefile +++ textproc/rasqal/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libraptor2.so:textproc/raptor2 \ libpcre.so:devel/pcre -USES= gmake libtool pathfix perl5 pkgconfig ssl +USES= gmake libtool pathfix perl5 ssl USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/redland-bindings/Makefile =================================================================== --- textproc/redland-bindings/Makefile +++ textproc/redland-bindings/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= librdf.so:textproc/redland GNU_CONFIGURE= yes -USES= pkgconfig OPTIONS_DEFINE= PHP PYTHON RUBY OPTIONS_DEFAULT=PYTHON Index: textproc/redland/Makefile =================================================================== --- textproc/redland/Makefile +++ textproc/redland/Makefile @@ -17,7 +17,7 @@ librasqal.so:textproc/rasqal USE_PERL5= build -USES= gmake libtool pathfix perl5 pkgconfig shebangfix +USES= gmake libtool pathfix perl5 shebangfix SHEBANG_FILES= scripts/touch-mtime.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-threestore=no Index: textproc/refdb/Makefile =================================================================== --- textproc/refdb/Makefile +++ textproc/refdb/Makefile @@ -15,7 +15,7 @@ libbtparse.so:textproc/btparse \ libdbi.so:databases/libdbi -USES= gmake iconv readline perl5 libtool pkgconfig pathfix shebangfix +USES= gmake iconv readline perl5 libtool pathfix shebangfix HAS_CONFIGURE= yes INSTALL_TARGET= install-strip PORTDOCS= * Index: textproc/rubygem-cld3/Makefile =================================================================== --- textproc/rubygem-cld3/Makefile +++ textproc/rubygem-cld3/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf RUN_DEPENDS= rubygem-ffi>=1.1.0<1.16.0:devel/rubygem-ffi -USES= gem pkgconfig +USES= gem USE_RUBY= yes .include Index: textproc/rubygem-nokogiri/Makefile =================================================================== --- textproc/rubygem-nokogiri/Makefile +++ textproc/rubygem-nokogiri/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ rubygem-racc>=1.4<2:devel/rubygem-racc -USES= cpe gem gnome pkgconfig gettext-runtime +USES= cpe gem gnome gettext-runtime USE_GNOME= libxml2 libxslt USE_RUBY= yes Index: textproc/rubygem-nokogiri111/Makefile =================================================================== --- textproc/rubygem-nokogiri111/Makefile +++ textproc/rubygem-nokogiri111/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rubygem-pkg-config>=1.1.7:devel/rubygem-pkg-config \ rubygem-racc>=1.4<2:devel/rubygem-racc -USES= cpe gem gnome pkgconfig gettext-runtime +USES= cpe gem gnome gettext-runtime USE_GNOME= libxml2 libxslt USE_RUBY= yes Index: textproc/rubygem-nokogumbo/Makefile =================================================================== --- textproc/rubygem-nokogumbo/Makefile +++ textproc/rubygem-nokogumbo/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= rubygem-nokogiri>=1.8.4<2:textproc/rubygem-nokogiri -USES= gem gnome pkgconfig +USES= gem gnome USE_GNOME= libxml2 USE_RUBY= yes Index: textproc/rubygem-ruby-augeas/Makefile =================================================================== --- textproc/rubygem-ruby-augeas/Makefile +++ textproc/rubygem-ruby-augeas/Makefile @@ -14,6 +14,6 @@ CONFIGURE_ARGS= --with-opt-include="${LOCALBASE}/include/libxml2" USE_GNOME= libxml2 USE_RUBY= yes -USES= gem gnome pkgconfig +USES= gem gnome .include Index: textproc/sary/Makefile =================================================================== --- textproc/sary/Makefile +++ textproc/sary/Makefile @@ -8,7 +8,7 @@ COMMENT= Suffix array library and tools, which provide fast full-text search GNU_CONFIGURE= yes -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= glib20 USE_LDCONFIG= yes Index: textproc/scew/Makefile =================================================================== --- textproc/scew/Makefile +++ textproc/scew/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= gmake libtool localbase pathfix pkgconfig +USES= gmake libtool localbase pathfix CONFIGURE_ARGS= enable_tests=yes GNU_CONFIGURE= yes Index: textproc/scim-input-pad/Makefile =================================================================== --- textproc/scim-input-pad/Makefile +++ textproc/scim-input-pad/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libscim-1.0.so:textproc/scim USE_LDCONFIG= yes -USES= gmake libtool pkgconfig +USES= gmake libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib Index: textproc/scim-kmfl-imengine/Makefile =================================================================== --- textproc/scim-kmfl-imengine/Makefile +++ textproc/scim-kmfl-imengine/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= kmflcomp:textproc/kmflcomp \ scim:textproc/scim -USES= gettext gnome iconv libtool pkgconfig xorg +USES= gettext gnome iconv libtool xorg USE_XORG= x11 xkbfile xorgproto USE_GNOME= glib20 gtk20 intlhack GNU_CONFIGURE= yes Index: textproc/scim-m17n/Makefile =================================================================== --- textproc/scim-m17n/Makefile +++ textproc/scim-m17n/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libm17n.so:devel/m17n-lib RUN_DEPENDS= scim:textproc/scim -USES= gmake pkgconfig libtool:keepla +USES= gmake libtool:keepla GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: textproc/scim-openvanilla/Makefile =================================================================== --- textproc/scim-openvanilla/Makefile +++ textproc/scim-openvanilla/Makefile @@ -15,7 +15,7 @@ libexpat.so:textproc/expat2 WRKSRC= ${WRKDIR}/${DISTNAME}/Loaders/SCIM -USES= pkgconfig gettext iconv gmake libtool:keepla +USES= gettext iconv gmake libtool:keepla GNU_CONFIGURE= yes CONFIGURE_ENV+= OV_MODULEDIR=${PREFIX}/lib/openvanilla/ CPPFLAGS+= -I${LOCALBASE}/include Index: textproc/scim-table-imengine/Makefile =================================================================== --- textproc/scim-table-imengine/Makefile +++ textproc/scim-table-imengine/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= scim:textproc/scim GNU_CONFIGURE= yes -USES= compiler:c++11-lang gettext gmake libtool:keepla pkgconfig +USES= compiler:c++11-lang gettext gmake libtool:keepla CONFIGURE_ARGS= --disable-skim-support CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Index: textproc/scim/Makefile =================================================================== --- textproc/scim/Makefile +++ textproc/scim/Makefile @@ -12,7 +12,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c++11-lang gettext gmake gnome iconv libtool pathfix \ - pkgconfig xorg + xorg USE_GNOME= gtk20 intlhack USE_XORG= x11 xpm USE_LDCONFIG= yes Index: textproc/sdcv/Makefile =================================================================== --- textproc/sdcv/Makefile +++ textproc/sdcv/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang gnome pkgconfig readline +USES= cmake compiler:c++11-lang gnome readline USE_GNOME= glib20 SUB_FILES= pkg-message Index: textproc/sigil/Makefile =================================================================== --- textproc/sigil/Makefile +++ textproc/sigil/Makefile @@ -14,7 +14,7 @@ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} USES= cmake cpe desktop-file-utils \ - minizip pkgconfig python:3.4+ qt:5 shebangfix + minizip python:3.4+ qt:5 shebangfix CPE_VENDOR= ${PORTNAME}-ebook USE_GITHUB= yes Index: textproc/soothsayer/Makefile =================================================================== --- textproc/soothsayer/Makefile +++ textproc/soothsayer/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= help2man:misc/help2man -USES= compiler libtool localbase ncurses pkgconfig sqlite +USES= compiler libtool localbase ncurses sqlite GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CPPUNIT_CONFIG=no \ ac_cv_path_PYTHON=no \ Index: textproc/ssddiff/Makefile =================================================================== --- textproc/ssddiff/Makefile +++ textproc/ssddiff/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2+ GNU_CONFIGURE= yes -USES= autoreconf gnome pkgconfig tar:bzip2 +USES= autoreconf gnome tar:bzip2 USE_GNOME= libxml2 PLIST_FILES= bin/xmldiff Index: textproc/stardict3/Makefile =================================================================== --- textproc/stardict3/Makefile +++ textproc/stardict3/Makefile @@ -27,7 +27,7 @@ --disable-scrollkeeper USES= compiler:c++11-lang gettext gmake gnome libtool localbase \ - pathfix pkgconfig tar:bzip2 + pathfix tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= intltool gtk20 Index: textproc/teckit/Makefile =================================================================== --- textproc/teckit/Makefile +++ textproc/teckit/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 -USES= libtool localbase pathfix pkgconfig +USES= libtool localbase pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: textproc/the_silver_searcher/Makefile =================================================================== --- textproc/the_silver_searcher/Makefile +++ textproc/the_silver_searcher/Makefile @@ -17,7 +17,7 @@ CONFIGURE_ARGS= LZMA_LIBS=-llzma CONFIGURE_ARGS+=LZMA_CFLAGS=-I/usr/include LDFLAGS+= -L/usr/lib -llzma -USES= autoreconf pkgconfig +USES= autoreconf TEST_TARGET= test post-install: Index: textproc/turboxsl/Makefile =================================================================== --- textproc/turboxsl/Makefile +++ textproc/turboxsl/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libck.so:devel/concurrencykit \ libmemcached.so:databases/libmemcached -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf libtool pathfix USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= Litres Index: textproc/ucto/Makefile =================================================================== --- textproc/ucto/Makefile +++ textproc/ucto/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= uctodata>0:textproc/uctodata USES= autoreconf compiler:c++11-lang gmake gnome libedit libtool \ - pkgconfig readline + readline USE_GNOME= libxml2 USE_LDCONFIG= yes Index: textproc/uim-el/Makefile =================================================================== --- textproc/uim-el/Makefile +++ textproc/uim-el/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= uim-el-agent:textproc/uim USES= autoreconf:build,2.69 emacs gettext gmake gnome iconv libtool \ - pathfix perl5 pkgconfig + pathfix perl5 USE_GNOME= intltool USE_PERL5= build Index: textproc/uim/Makefile =================================================================== --- textproc/uim/Makefile +++ textproc/uim/Makefile @@ -15,7 +15,7 @@ BROKEN_riscv64= fails to configure: ./include/private/gcconfig.h:492:5: The collector has not been ported to this machine/OS combination USES+= autoreconf:build,2.69 gettext gmake gnome iconv libedit \ - libtool pathfix pkgconfig sqlite + libtool pathfix sqlite USE_LDCONFIG= yes USE_GNOME+= glib20 intltool Index: textproc/wv/Makefile =================================================================== --- textproc/wv/Makefile +++ textproc/wv/Makefile @@ -14,7 +14,7 @@ libpng.so:graphics/png \ libwmf.so:graphics/libwmf -USES= gmake gnome jpeg pkgconfig libtool xorg +USES= gmake gnome jpeg libtool xorg USE_GNOME= libgsf USE_XORG= x11 USE_LDCONFIG= yes Index: textproc/wv2/Makefile =================================================================== --- textproc/wv2/Makefile +++ textproc/wv2/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= cmake gnome iconv libtool pkgconfig tar:bzip2 +USES= cmake gnome iconv libtool tar:bzip2 USE_GNOME= libgsf USE_LDCONFIG= yes Index: textproc/xfce4-dict-plugin/Makefile =================================================================== --- textproc/xfce4-dict-plugin/Makefile +++ textproc/xfce4-dict-plugin/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel Index: textproc/xmlroff/Makefile =================================================================== --- textproc/xmlroff/Makefile +++ textproc/xmlroff/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= libfo>=0.6.2:textproc/libfo RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= autoreconf gmake gnome gettext localbase libtool pkgconfig +USES= autoreconf gmake gnome gettext localbase libtool USE_GITHUB= yes USE_GNOME= libartlgpl2 pango glib20 \ libxslt libxml2 gdkpixbuf2 Index: textproc/xmlwrapp/Makefile =================================================================== --- textproc/xmlwrapp/Makefile +++ textproc/xmlwrapp/Makefile @@ -21,8 +21,7 @@ XSLT_USE= gnome=libxslt XSLT_CONFIGURE_ENABLE= xslt -USES= compiler:c++11-lang gnome libtool localbase:ldflags pathfix \ - pkgconfig +USES= compiler:c++11-lang gnome libtool localbase:ldflags pathfix USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: textproc/yelp-tools/Makefile =================================================================== --- textproc/yelp-tools/Makefile +++ textproc/yelp-tools/Makefile @@ -14,7 +14,7 @@ itstool:textproc/itstool \ yelp-xsl>=0:textproc/yelp-xsl -USES= gettext gnome localbase meson pathfix pkgconfig python:3.7+ \ +USES= gettext gnome localbase meson pathfix python:3.7+ \ shebangfix tar:xz USE_GNOME= libxml2 libxslt SHEBANG_FILES= tools/yelp-build.in tools/yelp-check.in tools/yelp-new.in Index: textproc/yelp-xsl/Makefile =================================================================== --- textproc/yelp-xsl/Makefile +++ textproc/yelp-xsl/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome localbase pathfix \ - pkgconfig tar:xz + tar:xz USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes NO_ARCH= yes Index: www/apt-cacher-ng/Makefile =================================================================== --- www/apt-cacher-ng/Makefile +++ www/apt-cacher-ng/Makefile @@ -39,7 +39,7 @@ FUSE_DESC= FUSE support for interfacing with the proxy via acngfs FUSE_CMAKE_BOOL= USE_FUSE -FUSE_USES= fuse pkgconfig +FUSE_USES= fuse post-install: ${MV} ${STAGEDIR}${ETCDIR}/acng.conf ${STAGEDIR}${ETCDIR}/acng.conf.sample Index: www/aria2/Makefile =================================================================== --- www/aria2/Makefile +++ www/aria2/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz +USES= compiler:c++11-lib cpe libtool pathfix ssl tar:xz CONFIGURE_ARGS= --disable-epoll \ --enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \ Index: www/bluefish/Makefile =================================================================== --- www/bluefish/Makefile +++ www/bluefish/Makefile @@ -15,7 +15,7 @@ libenchant.so:textproc/enchant USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pkgconfig python:3.0-3.9 shared-mime-info shebangfix tar:bzip2 + python:3.0-3.9 shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= data/css_decompressor \ data/cssmin.py \ data/jsbeautify \ Index: www/carbonapi/Makefile =================================================================== --- www/carbonapi/Makefile +++ www/carbonapi/Makefile @@ -30,7 +30,6 @@ OPTIONS_DEFINE= CAIRO EXAMPLES CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo -CAIRO_USES= pkgconfig CAIRO_VARS= CARBON_ARGS="-tags cairo" post-install: Index: www/castget/Makefile =================================================================== --- www/castget/Makefile +++ www/castget/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libid3.so:audio/id3lib \ libcurl.so:ftp/curl -USES= compiler:c11 gnome libtool localbase:ldflags pkgconfig tar:bzip2 +USES= compiler:c11 gnome libtool localbase:ldflags tar:bzip2 USE_LDCONFIG= yes USE_GNOME= glib20 libxml2 # CONFIGURE_ARGS= --disable-static Index: www/choqok/Makefile =================================================================== --- www/choqok/Makefile +++ www/choqok/Makefile @@ -15,7 +15,7 @@ libqoauth-qt5.so:net/qoauth-qt5 \ libtelepathy-qt5.so:net-im/telepathy-qt -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qca qt:5 \ +USES= cmake compiler:c++11-lib gettext kde:5 qca qt:5 \ tar:xz xorg USE_KDE= attica auth bookmarks codecs completion config configwidgets \ coreaddons doctools ecm emoticons globalaccel guiaddons i18n \ Index: www/chromium/Makefile =================================================================== --- www/chromium/Makefile +++ www/chromium/Makefile @@ -64,7 +64,7 @@ noto-basic>0:x11-fonts/noto-basic USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome iconv jpeg \ - localbase:ldflags ninja perl5 pkgconfig python:3.7+,build shebangfix \ + localbase:ldflags ninja perl5 python:3.7+,build shebangfix \ tar:xz xorg CPE_VENDOR= google Index: www/crawl/Makefile =================================================================== --- www/crawl/Makefile +++ www/crawl/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libevent.so:devel/libevent -USES= bdb pkgconfig +USES= bdb GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent --program-transform-name='' Index: www/cssed/Makefile =================================================================== --- www/cssed/Makefile +++ www/cssed/Makefile @@ -10,8 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang dos2unix gettext gnome localbase pathfix \ - pkgconfig +USES= compiler:c++11-lang dos2unix gettext gnome localbase pathfix DOS2UNIX_FILES= scintilla/gtk/ScintillaGTK.cxx USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes Index: www/deno/Makefile =================================================================== --- www/deno/Makefile +++ www/deno/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= gn:devel/gn \ libunwind>0:devel/libunwind -USES= cargo cpe gmake gnome ninja:build pkgconfig:build python:3.9+,build +USES= cargo cpe gmake gnome ninja:build:build python:3.9+,build USE_GITHUB= yes GH_ACCOUNT= denoland Index: www/dillo2/Makefile =================================================================== --- www/dillo2/Makefile +++ www/dillo2/Makefile @@ -19,7 +19,7 @@ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= wget:ftp/wget -USES= cpe gmake iconv pkgconfig tar:bzip2 xorg +USES= cpe gmake iconv tar:bzip2 xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender GNU_CONFIGURE= yes Index: www/domoticz/Makefile =================================================================== --- www/domoticz/Makefile +++ www/domoticz/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= cereal>=1.2.2:devel/cereal -USES= cmake compiler:c++11-lang cpe minizip pkgconfig ssl lua:53 sqlite +USES= cmake compiler:c++11-lang cpe minizip ssl lua:53 sqlite OPTIONS_SUB= YES OPTIONS_DEFINE= PYTHON TELLDUS PRECOMP Index: www/e2guardian/Makefile =================================================================== --- www/e2guardian/Makefile +++ www/e2guardian/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libpcre.so:devel/pcre -USES= autoreconf compiler:c++11-lang libtool localbase pkgconfig \ +USES= autoreconf compiler:c++11-lang libtool localbase \ python USE_GITHUB= yes Index: www/elinks/Makefile =================================================================== --- www/elinks/Makefile +++ www/elinks/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= autoreconf bison:alias cpe gmake iconv pkgconfig ssl +USES= autoreconf bison:alias cpe gmake iconv ssl USE_GITHUB= yes GH_ACCOUNT= rkd77 Index: www/eolie/Makefile =================================================================== --- www/eolie/Makefile +++ www/eolie/Makefile @@ -14,7 +14,7 @@ ${LOCALBASE}/share/gir-1.0/WebKit2-4.0.gir:www/webkit2-gtk3 \ ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml:sysutils/gnome-settings-daemon -USES= desktop-file-utils gettext gnome meson pkgconfig python \ +USES= desktop-file-utils gettext gnome meson python \ shebangfix tar:xz USE_GNOME= gtk30 introspection:build pygobject3 GLIB_SCHEMAS= org.gnome.Eolie.gschema.xml Index: www/epiphany/Makefile =================================================================== --- www/epiphany/Makefile +++ www/epiphany/Makefile @@ -36,7 +36,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - libarchive localbase:ldflags meson pkgconfig python:3.4+ \ + libarchive localbase:ldflags meson python:3.4+ \ shebangfix sqlite tar:xz xorg CPE_VENDOR= gnome Index: www/falkon/Makefile =================================================================== --- www/falkon/Makefile +++ www/falkon/Makefile @@ -42,7 +42,7 @@ GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20 -GNOMEKEYRING_USES= gnome pkgconfig +GNOMEKEYRING_USES= gnome GNOMEKEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring .include Index: www/fcgiwrap/Makefile =================================================================== --- www/fcgiwrap/Makefile +++ www/fcgiwrap/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libfcgi.so:www/fcgi -USES= autoreconf gmake pkgconfig +USES= autoreconf gmake USE_GITHUB= yes GH_ACCOUNT= gnosek Index: www/flickcurl/Makefile =================================================================== --- www/flickcurl/Makefile +++ www/flickcurl/Makefile @@ -20,7 +20,7 @@ OFFLINE_DESC= Offline use of captured XML web service responses CAPTURE_DESC= Capturing web service responses -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc Index: www/garage/Makefile =================================================================== --- www/garage/Makefile +++ www/garage/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= protoc:devel/protobuf LIB_DEPENDS= libsodium.so:security/libsodium -USES= cargo pkgconfig +USES= cargo CARGO_ENV+= SODIUM_USE_PKG_CONFIG=1 CARGO_INSTALL_PATH= src/garage CARGO_CRATES= aho-corasick-0.7.18 \ Index: www/gnome-user-share/Makefile =================================================================== --- www/gnome-user-share/Makefile +++ www/gnome-user-share/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_dnssd>=0:www/mod_dnssd \ console-kit-daemon:sysutils/consolekit2 -USES= apache:2.2+ gettext gmake gnome libtool pkgconfig tar:xz xorg +USES= apache:2.2+ gettext gmake gnome libtool tar:xz xorg USE_XORG= sm USE_GNOME= gnomeprefix gtk30 intlhack nautilus3 GNU_CONFIGURE= yes Index: www/gtkhtml4/Makefile =================================================================== --- www/gtkhtml4/Makefile +++ www/gtkhtml4/Makefile @@ -14,7 +14,7 @@ libenchant.so:textproc/enchant RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg +USES= gettext gmake gnome libtool pathfix tar:xz xorg USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xorgproto USE_GNOME= gnomeprefix intlhack gtk30 USE_LDCONFIG= yes Index: www/gwsocket/Makefile =================================================================== --- www/gwsocket/Makefile +++ www/gwsocket/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias compiler:c11 pkgconfig +USES= alias compiler:c11 GNU_CONFIGURE= yes PORTDOCS= AUTHORS COPYING ChangeLog NEWS README Index: www/h2o-devel/Makefile =================================================================== --- www/h2o-devel/Makefile +++ www/h2o-devel/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libuv.so:devel/libuv -USES= cmake:noninja compiler:c11 cpe perl5 shebangfix ssl pkgconfig +USES= cmake:noninja compiler:c11 cpe perl5 shebangfix ssl CPE_VENDOR= dena USE_GITHUB= yes USE_LDCONFIG= yes Index: www/h2o/Makefile =================================================================== --- www/h2o/Makefile +++ www/h2o/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libuv.so:devel/libuv -USES= cmake:noninja compiler:c11 cpe perl5 shebangfix ssl pkgconfig +USES= cmake:noninja compiler:c11 cpe perl5 shebangfix ssl USE_GITHUB= yes USE_PERL5= run USE_LDCONFIG= yes Index: www/iridium/Makefile =================================================================== --- www/iridium/Makefile +++ www/iridium/Makefile @@ -64,7 +64,7 @@ noto-basic>0:x11-fonts/noto-basic USES= bison compiler:c++17-lang cpe desktop-file-utils gl gnome jpeg localbase:ldflags \ - ninja perl5 pkgconfig python:3.7+,build shebangfix tar:xz xorg + ninja perl5 python:3.7+,build shebangfix tar:xz xorg CPE_VENDOR= google CPE_PRODUCT= chrome Index: www/janus/Makefile =================================================================== --- www/janus/Makefile +++ www/janus/Makefile @@ -22,7 +22,7 @@ libusrsctp.so:net/libusrsctp \ libwebsockets.so:net/libwebsockets -USES= autoreconf cpe gmake gnome libtool localbase pkgconfig \ +USES= autoreconf cpe gmake gnome libtool localbase \ ssl USE_GNOME= glib20 USE_GITHUB= yes Index: www/kf5-kjs/Makefile =================================================================== --- www/kf5-kjs/Makefile +++ www/kf5-kjs/Makefile @@ -7,7 +7,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= doctools_build ecm_build USE_QT= core \ buildtools_build qmake_build Index: www/kiwix-tools/Makefile =================================================================== --- www/kiwix-tools/Makefile +++ www/kiwix-tools/Makefile @@ -14,7 +14,7 @@ libctpp2.so:textproc/ctpp2 \ libzim.so:devel/libzim -USES= compiler:c++11-lang meson pkgconfig +USES= compiler:c++11-lang meson USE_GITHUB= yes GH_ACCOUNT= kiwix USE_RC_SUBR= kiwix_serve Index: www/kristall/Makefile =================================================================== --- www/kristall/Makefile +++ www/kristall/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcmark.so:textproc/cmark \ libgumbo.so:devel/gumbo -USES= compiler:c++17-lang desktop-file-utils gl iconv pkgconfig \ +USES= compiler:c++17-lang desktop-file-utils gl iconv \ qt:5 shared-mime-info ssl USE_QT= core gui multimedia network svg widgets buildtools_build \ linguisttools_build qmake_build Index: www/lagrange/Makefile =================================================================== --- www/lagrange/Makefile +++ www/lagrange/Makefile @@ -18,7 +18,7 @@ libpcre.so:devel/pcre \ libunistring.so:devel/libunistring -USES= cmake compiler:c11 desktop-file-utils pkgconfig sdl ssl +USES= cmake compiler:c11 desktop-file-utils sdl ssl USE_SDL= sdl2 OPTIONS_DEFINE= SSE41 Index: www/libdom/Makefile =================================================================== --- www/libdom/Makefile +++ www/libdom/Makefile @@ -16,7 +16,7 @@ libhubbub.so:www/libhubbub \ libexpat.so:textproc/expat2 -USES= gmake iconv localbase pkgconfig +USES= gmake iconv localbase USE_LDCONFIG= yes MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared" Index: www/libepc/Makefile =================================================================== --- www/libepc/Makefile +++ www/libepc/Makefile @@ -16,7 +16,7 @@ libavahi-common.so:net/avahi-app \ libavahi-ui-gtk3.so:net/avahi-gtk3 -USES= compiler gettext gmake gnome libtool pathfix pkgconfig \ +USES= compiler gettext gmake gnome libtool pathfix \ tar:xz USE_GNOME= gnomeprefix cairo gdkpixbuf2 gtk30 intltool USE_LDCONFIG= yes Index: www/libhubbub/Makefile =================================================================== --- www/libhubbub/Makefile +++ www/libhubbub/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem LIB_DEPENDS= libparserutils.so:devel/libparserutils -USES= gmake iconv:wchar_t localbase pkgconfig +USES= gmake iconv:wchar_t localbase USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} Index: www/libjwt/Makefile =================================================================== --- www/libjwt/Makefile +++ www/libjwt/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libjansson.so:devel/jansson TEST_DEPENDS= check>=0.9.4:devel/check -USES= autoreconf gmake libtool pathfix pkgconfig ssl +USES= autoreconf gmake libtool pathfix ssl CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" Index: www/libnghttp2/Makefile =================================================================== --- www/libnghttp2/Makefile +++ www/libnghttp2/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang cpe libtool pathfix pkgconfig tar:xz +USES= compiler:c++14-lang cpe libtool pathfix tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes Index: www/libnghttp3/Makefile =================================================================== --- www/libnghttp3/Makefile +++ www/libnghttp3/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++17-lang libtool pathfix pkgconfig tar:xz +USES= compiler:c++17-lang libtool pathfix tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes Index: www/libwpe/Makefile =================================================================== --- www/libwpe/Makefile +++ www/libwpe/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gl meson pkgconfig tar:xz +USES= compiler:c11 gl meson tar:xz USE_GL= egl USE_LDCONFIG= yes Index: www/lighttpd/Makefile =================================================================== --- www/lighttpd/Makefile +++ www/lighttpd/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS+= libpcre2-8.so:devel/pcre2 -USES= autoreconf compiler:c11 gmake libtool localbase pkgconfig tar:xz +USES= autoreconf compiler:c11 gmake libtool localbase tar:xz USE_CSTD= gnu99 .if !defined(_BUILDING_LIGHTTPD_MODULE) Index: www/links/Makefile =================================================================== --- www/links/Makefile +++ www/links/Makefile @@ -72,7 +72,7 @@ LIB_DEPENDS+= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp -USES+= jpeg pkgconfig +USES+= jpeg CONFIGURE_ARGS+= --enable-graphics .else .if ${PORT_OPTIONS:MSVG} Index: www/luakit-devel/Makefile =================================================================== --- www/luakit-devel/Makefile +++ www/luakit-devel/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ - gnome lua:51 pkgconfig sqlite + gnome lua:51 sqlite USE_GITHUB= yes GH_ACCOUNT= luakit GH_PROJECT= luakit Index: www/luakit/Makefile =================================================================== --- www/luakit/Makefile +++ www/luakit/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LUA_PKGNAMEPREFIX}luafilesystem>=0:devel/luafilesystem@${LUA_FLAVOR} USES= compiler:c++11-lang desktop-file-utils gettext-runtime gmake \ - gnome lua:51 pkgconfig sqlite + gnome lua:51 sqlite USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 Index: www/midori/Makefile =================================================================== --- www/midori/Makefile +++ www/midori/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ - libarchive localbase:ldflags pkgconfig sqlite tar:bzip2 vala:build + libarchive localbase:ldflags sqlite tar:bzip2 vala:build USE_GNOME= cairo glib20 gtk30 intltool introspection librsvg2:build \ libxml2 Index: www/mod_auth_gssapi/Makefile =================================================================== --- www/mod_auth_gssapi/Makefile +++ www/mod_auth_gssapi/Makefile @@ -11,7 +11,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf apache:2.4+ bison gssapi:mit,flags libtool ssl -USES+= pkgconfig USE_GITHUB= yes GH_ACCOUNT= gssapi GNU_CONFIGURE= yes Index: www/mod_auth_mellon/Makefile =================================================================== --- www/mod_auth_mellon/Makefile +++ www/mod_auth_mellon/Makefile @@ -14,7 +14,7 @@ liblasso.so:security/lasso USES= apache:2.2+ autoreconf cpe gettext-runtime gnome libtool \ - pkgconfig ssl + ssl USE_GNOME= glib20 USE_GITHUB= yes GH_ACCOUNT= latchset Index: www/mod_auth_openid/Makefile =================================================================== --- www/mod_auth_openid/Makefile +++ www/mod_auth_openid/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libopkele.so:devel/libopkele \ libsqlite3.so:databases/sqlite3 -USES= apache:2.2+ autoreconf cpe gmake libtool pkgconfig +USES= apache:2.2+ autoreconf cpe gmake libtool USE_GITHUB= yes GH_ACCOUNT= bmuller Index: www/mod_auth_openidc/Makefile =================================================================== --- www/mod_auth_openidc/Makefile +++ www/mod_auth_openidc/Makefile @@ -15,7 +15,7 @@ libjansson.so:devel/jansson \ libpcre.so:devel/pcre -USES= apache:2.2+ autoreconf cpe gmake libtool pkgconfig ssl +USES= apache:2.2+ autoreconf cpe gmake libtool ssl USE_GITHUB= yes GH_ACCOUNT= pingidentity CPE_VENDOR= ${GH_ACCOUNT} Index: www/mod_dnssd/Makefile =================================================================== --- www/mod_dnssd/Makefile +++ www/mod_dnssd/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app -USES= apache:2.2+ gmake pkgconfig +USES= apache:2.2+ gmake GNU_CONFIGURE= yes CONFIGURE_ENV= APR_CFLAGS="`${LOCALBASE}/bin/apr-1-config --cflags --cppflags --includes`" \ APR_LIBS="`${LOCALBASE}/bin/apr-1-config --ldflags`" Index: www/mod_gnutls/Makefile =================================================================== --- www/mod_gnutls/Makefile +++ www/mod_gnutls/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls GNU_CONFIGURE= yes -USES= apache:2.4 compiler:c++11-lang cpe libtool pkgconfig python:3.7+ tar:bzip2 +USES= apache:2.4 compiler:c++11-lang cpe libtool python:3.7+ tar:bzip2 CPE_VENDOR= ${PORTNAME}_project BINARY_ALIAS= python3=${PYTHON_CMD} python=${PYTHON_CMD} Index: www/mod_mono/Makefile =================================================================== --- www/mod_mono/Makefile +++ www/mod_mono/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= xsp:www/xsp RUN_DEPENDS= xsp:www/xsp -USES= apache:2.2+ libtool mono pkgconfig +USES= apache:2.2+ libtool mono GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --man=${PREFIX}/man Index: www/mod_security/Makefile =================================================================== --- www/mod_security/Makefile +++ www/mod_security/Makefile @@ -19,7 +19,7 @@ libgdbm.so:databases/gdbm \ libexpat.so:textproc/expat2 -USES= apache:2.4+ bdb gnome perl5 pkgconfig shebangfix +USES= apache:2.4+ bdb gnome perl5 shebangfix USE_GNOME= libxml2 GNU_CONFIGURE= yes SHEBANG_FILES= tools/rules-updater.pl.in mlogc/mlogc-batch-load.pl.in Index: www/mod_webauth/Makefile =================================================================== --- www/mod_webauth/Makefile +++ www/mod_webauth/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libsasl2.so:security/cyrus-sasl2 -USES= apache:2.4 libtool pathfix pkgconfig ssl +USES= apache:2.4 libtool pathfix ssl USE_OPENLDAP= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/multiwatch/Makefile =================================================================== --- www/multiwatch/Makefile +++ www/multiwatch/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 USE_GNOME= glib20 # Help configure find libev. Index: www/neon/Makefile =================================================================== --- www/neon/Makefile +++ www/neon/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/src/COPYING.LIB -USES= cpe libtool localbase:ldflags pathfix pkgconfig +USES= cpe libtool localbase:ldflags pathfix CPE_VENDOR= webdav USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/netsurf/Makefile =================================================================== --- www/netsurf/Makefile +++ www/netsurf/Makefile @@ -33,7 +33,7 @@ duk:lang/duktape USES= bison cpe desktop-file-utils gmake gnome iconv:translit jpeg \ - localbase pkgconfig shebangfix ssl + localbase shebangfix ssl CPE_VENDOR= ${PORTNAME}-browser USE_GNOME= cairo glib20 gtk30 librsvg2 Index: www/newsboat/Makefile =================================================================== --- www/newsboat/Makefile +++ www/newsboat/Makefile @@ -17,7 +17,7 @@ libstfl.so:devel/stfl USES= cargo compiler:c++11-lang gettext gmake gnome iconv:translit \ - ncurses pkgconfig python:env shebangfix sqlite ssl tar:xz + ncurses python:env shebangfix sqlite ssl tar:xz USE_GNOME= libxml2 SHEBANG_FILES= contrib/bookmark-evernote.sh contrib/exportOPMLWithTags.py \ Index: www/nghttp2/Makefile =================================================================== --- www/nghttp2/Makefile +++ www/nghttp2/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -USES= compiler:c++14-lang cpe gmake libtool localbase pathfix pkgconfig ssl tar:xz +USES= compiler:c++14-lang cpe gmake libtool localbase pathfix ssl tar:xz CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ Index: www/node/Makefile =================================================================== --- www/node/Makefile +++ www/node/Makefile @@ -14,7 +14,7 @@ BROKEN_SSL_REASON= Node.js 18.x requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le -USES= compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \ +USES= compiler:c++11-lib gmake python:3.6-3.10,build \ localbase shebangfix OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE Index: www/node14/Makefile =================================================================== --- www/node14/Makefile +++ www/node14/Makefile @@ -23,7 +23,7 @@ libnghttp2.so:www/libnghttp2 \ libuv.so:devel/libuv -USES= compiler:c++11-lib gmake localbase pkgconfig \ +USES= compiler:c++11-lib gmake localbase \ python:2.7-3.10,build shebangfix BROKEN_SSL= libressl libressl-devel BROKEN_SSL_REASON= node.js ${PORTVERSION:R:R}.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled Index: www/node16/Makefile =================================================================== --- www/node16/Makefile +++ www/node16/Makefile @@ -15,7 +15,7 @@ BROKEN_SSL_REASON= Node.js ${PORTVERSION:R:R}.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le -USES= compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \ +USES= compiler:c++11-lib gmake python:3.6-3.10,build \ localbase shebangfix OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE COREPACK Index: www/npapi-xine/Makefile =================================================================== --- www/npapi-xine/Makefile +++ www/npapi-xine/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libxine.so:multimedia/libxine -USES= pkgconfig webplugin:native tar:bzip2 +USES= webplugin:native tar:bzip2 GNU_CONFIGURE= yes WEBPLUGIN_NAME= # WEBPLUGIN_FILES= xineplugin.so Index: www/onlyoffice-documentserver/Makefile =================================================================== --- www/onlyoffice-documentserver/Makefile +++ www/onlyoffice-documentserver/Makefile @@ -39,7 +39,7 @@ rabbitmq>0:net/rabbitmq \ webfonts>=0:x11-fonts/webfonts -USES= autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:16,build pkgconfig \ +USES= autoreconf:build dos2unix fakeroot gmake gnome iconv localbase nodejs:16,build \ python:3.7+,build qt:5 trigger USE_QT= qmake_build USE_GITHUB= yes Index: www/p5-Plack-Middleware-ExtDirect/Makefile =================================================================== --- www/p5-Plack-Middleware-ExtDirect/Makefile +++ www/p5-Plack-Middleware-ExtDirect/Makefile @@ -15,7 +15,7 @@ p5-RPC-ExtDirect>=3.20:www/p5-RPC-ExtDirect TEST_DEPENDS= p5-Test-Pod>=1.46:devel/p5-Test-Pod -USES= perl5 pkgconfig:both +USES= perl5 USE_PERL5= configure NO_ARCH= YES Index: www/py-html5-parser/Makefile =================================================================== --- www/py-html5-parser/Makefile +++ www/py-html5-parser/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR} -USES= gnome pkgconfig python:3.6+ +USES= gnome python:3.6+ USE_PYTHON= autoplist distutils USE_GNOME= libxml2 Index: www/qt5-webengine/Makefile =================================================================== --- www/qt5-webengine/Makefile +++ www/qt5-webengine/Makefile @@ -71,7 +71,7 @@ # We pass `norecursive' to USES=qmake because src/plugins/plugins.pro checks # whether webenginewidgets is available, which fails when qmake processes all # .pro files at once. -USES= gl gnome gperf jpeg ninja:build pkgconfig python:2.7,build \ +USES= gl gnome gperf jpeg ninja:build python:2.7,build \ qmake:norecursive,outsource qt-dist:5,webengine shebangfix xorg USE_GL= gl USE_GNOME= glib20 libxml2 libxslt Index: www/qt5-webkit/Makefile =================================================================== --- www/qt5-webkit/Makefile +++ www/qt5-webkit/Makefile @@ -20,7 +20,7 @@ libwoff2dec.so:devel/woff2 USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ - pathfix perl5 pkgconfig python:3.5+,build qt:5 sqlite:3 \ + pathfix perl5 python:3.5+,build qt:5 sqlite:3 \ tar:xz xorg USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build @@ -30,7 +30,7 @@ USE_RUBY= yes USE_XORG= x11 xcomposite xrender -# Fix pkgconfig install paths. +# Fix install paths. PATHFIX_CMAKELISTSTXT= PlatformQt.cmake RUBY_NO_RUN_DEPENDS= yes Index: www/qt6-webchannel/Makefile =================================================================== --- www/qt6-webchannel/Makefile +++ www/qt6-webchannel/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative websockets Index: www/qt6-websockets/Makefile =================================================================== --- www/qt6-websockets/Makefile +++ www/qt6-websockets/Makefile @@ -8,7 +8,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang qt-dist:6 USE_QT= base declarative .include Index: www/sogo/Makefile =================================================================== --- www/sogo/Makefile +++ www/sogo/Makefile @@ -39,7 +39,7 @@ USERS= sogod GROUPS= sogod -USES= cpe gettext-runtime gnustep objc pkgconfig shebangfix ssl +USES= cpe gettext-runtime gnustep objc shebangfix ssl CPE_VENDOR= inverse USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}/sogo Index: www/squid-devel/Makefile =================================================================== --- www/squid-devel/Makefile +++ www/squid-devel/Makefile @@ -84,7 +84,7 @@ ECAP_CONFIGURE_ENABLE= ecap ECAP_LDFLAGS= -L${LOCALBASE}/lib ECAP_LIB_DEPENDS= libecap.so:www/libecap -ECAP_USES= pkgconfig:build +ECAP_USES= ESI_CFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 ESI_CONFIGURE_ENABLE= esi ESI_LDFLAGS= -L${LOCALBASE}/lib Index: www/squid/Makefile =================================================================== --- www/squid/Makefile +++ www/squid/Makefile @@ -72,7 +72,7 @@ DELAY_POOLS_CONFIGURE_ENABLE= delay-pools ECAP_CONFIGURE_ENABLE= ecap ECAP_LIB_DEPENDS= libecap.so:www/libecap -ECAP_USES= pkgconfig:build +ECAP_USES= ESI_CONFIGURE_ENABLE= esi ESI_LIB_DEPENDS= libexpat.so:textproc/expat2 \ libxml2.so:textproc/libxml2 Index: www/surf/Makefile =================================================================== --- www/surf/Makefile +++ www/surf/Makefile @@ -17,7 +17,7 @@ curl:ftp/curl \ xterm:x11/xterm -USES= compiler:c11 cpe gnome pkgconfig xorg +USES= compiler:c11 cpe gnome xorg USE_GNOME= gtk30 pango cairo gdkpixbuf2 USE_XORG= x11 Index: www/tdom/Makefile =================================================================== --- www/tdom/Makefile +++ www/tdom/Makefile @@ -34,7 +34,6 @@ HTML5_LIB_DEPENDS=libgumbo.so:devel/gumbo HTML5_CONFIGURE_ENABLE=html5 HTML5_CFLAGS= -I${LOCALBASE}/include -HTML5_USES= pkgconfig EPORTS_LIB_DEPENDS= libexpat.so:textproc/expat2 EPORTS_CONFIGURE_ON= --with-expat=${LOCALBASE} Index: www/tntnet/Makefile =================================================================== --- www/tntnet/Makefile +++ www/tntnet/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libcxxtools.so:devel/cxxtools BUILD_DEPENDS= zip:archivers/zip -USES= cpe iconv libtool pathfix pkgconfig shebangfix +USES= cpe iconv libtool pathfix shebangfix SHEBANG_FILES= tntnet-conf2xml.pl USE_CSTD= gnu89 PATCH_STRIP= -p1 Index: www/trafficserver/Makefile =================================================================== --- www/trafficserver/Makefile +++ www/trafficserver/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS_powerpc64le= libluajit-5.1.so:lang/luajit-openresty USES= compiler:c++17-lang cpe gmake libtool localbase ncurses \ - pathfix perl5 pkgconfig sqlite ssl tar:bzip2 tcl + pathfix perl5 sqlite ssl tar:bzip2 tcl CPE_VENDOR= apache CPE_PRODUCT= traffic_server Index: www/uwsgi/Makefile =================================================================== --- www/uwsgi/Makefile +++ www/uwsgi/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe pkgconfig python:3.6-3.10 +USES= cpe python:3.6-3.10 USE_PYTHON= distutils concurrent optsuffix USE_RC_SUBR= uwsgi CPE_VENDOR= unbit Index: www/varnish-ip2location/Makefile =================================================================== --- www/varnish-ip2location/Makefile +++ www/varnish-ip2location/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libIP2Location.so:net/ip2location BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf:build libtool pkgconfig python:build varnish:7 +USES= autoreconf:build libtool python:build varnish:7 USE_LDCONFIG= yes PLIST_FILES= lib/varnish/vmods/libvmod_ip2location.so Index: www/varnish-ip2proxy/Makefile =================================================================== --- www/varnish-ip2proxy/Makefile +++ www/varnish-ip2proxy/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libIP2Proxy.so:net/ip2proxy BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf:build libtool pkgconfig python:build varnish:7 +USES= autoreconf:build libtool python:build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/varnish-libvmod-digest/Makefile =================================================================== --- www/varnish-libvmod-digest/Makefile +++ www/varnish-libvmod-digest/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmhash.so:security/mhash -USES= autoreconf gmake libtool pkgconfig python:3.7+,build varnish:7 +USES= autoreconf gmake libtool python:3.7+,build varnish:7 USE_GITHUB= yes GH_ACCOUNT= varnish USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods Index: www/varnish-libvmod-dynamic/Makefile =================================================================== --- www/varnish-libvmod-dynamic/Makefile +++ www/varnish-libvmod-dynamic/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgetdns.so:dns/getdns BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf compiler:c11 gmake libtool pkgconfig \ +USES= autoreconf compiler:c11 gmake libtool \ python:3.5+,build varnish:7 USE_LDCONFIG= yes Index: www/varnish-libvmod-geoip2/Makefile =================================================================== --- www/varnish-libvmod-geoip2/Makefile +++ www/varnish-libvmod-geoip2/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= autoreconf:build gmake libtool pkgconfig \ +USES= autoreconf:build gmake libtool \ python:3.7+,build varnish:7 USE_GITHUB= yes GH_ACCOUNT= fgsch Index: www/varnish-libvmod-maxminddb/Makefile =================================================================== --- www/varnish-libvmod-maxminddb/Makefile +++ www/varnish-libvmod-maxminddb/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= autoreconf compiler:c11 gmake libtool pkgconfig \ +USES= autoreconf compiler:c11 gmake libtool \ python:3.7+,build varnish:7 USE_GITHUB= yes GH_ACCOUNT= scaleengine Index: www/varnish-libvmod-querystring/Makefile =================================================================== --- www/varnish-libvmod-querystring/Makefile +++ www/varnish-libvmod-querystring/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf libtool pkgconfig python:3.5+,build varnish:7 +USES= autoreconf libtool python:3.5+,build varnish:7 USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: www/varnish-libvmod-redis/Makefile =================================================================== --- www/varnish-libvmod-redis/Makefile +++ www/varnish-libvmod-redis/Makefile @@ -13,7 +13,7 @@ libhiredis.so:databases/hiredis BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} -USES= autoreconf compiler:c11 gmake libtool pkgconfig \ +USES= autoreconf compiler:c11 gmake libtool \ python:3.5+,build varnish:7 USE_LDCONFIG= yes Index: www/varnish-modules/Makefile =================================================================== --- www/varnish-modules/Makefile +++ www/varnish-modules/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils -USES= autoreconf:build gmake libtool pkgconfig python:build varnish:7 +USES= autoreconf:build gmake libtool python:build varnish:7 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip Index: www/varnish-nagios/Makefile =================================================================== --- www/varnish-nagios/Makefile +++ www/varnish-nagios/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CFLAGS+= -lm -USES= autoreconf libtool pkgconfig varnish +USES= autoreconf libtool varnish USE_GITHUB= yes GH_ACCOUNT= varnish Index: www/varnish4/Makefile =================================================================== --- www/varnish4/Makefile +++ www/varnish4/Makefile @@ -17,7 +17,7 @@ CONFLICTS= varnish6 varnish7 USES= autoreconf:2.69 cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:build readline shebangfix + python:build readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py CPE_VENDOR= varnish-cache CPE_PRODUCT= varnish_cache Index: www/varnish6/Makefile =================================================================== --- www/varnish6/Makefile +++ www/varnish6/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre USES= autoreconf compiler cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:3.4+,build readline shebangfix + python:3.4+,build readline shebangfix CONFLICTS= varnish4 varnish7 Index: www/varnish7/Makefile =================================================================== --- www/varnish7/Makefile +++ www/varnish7/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= autoreconf compiler cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:3.6+,build readline shebangfix + python:3.6+,build readline shebangfix CONFLICTS= varnish4 varnish6 Index: www/vimb/Makefile =================================================================== --- www/vimb/Makefile +++ www/vimb/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 -USES= compiler:c11 desktop-file-utils gmake gnome pkgconfig +USES= compiler:c11 desktop-file-utils gmake gnome USE_GITHUB= yes GH_ACCOUNT= fanglingsu GH_PROJECT= vimb Index: www/volta/Makefile =================================================================== --- www/volta/Makefile +++ www/volta/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libcdb.so:databases/tinycdb -USES= gmake pkgconfig lua:52 tar:tgz +USES= gmake lua:52 tar:tgz ALL_TARGET= ${PORTNAME} CFLAGS+= -I${PREFIX}/include Index: www/w3m/Makefile =================================================================== --- www/w3m/Makefile +++ www/w3m/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgc.so:devel/boehm-gc -USES= cpe iconv pkgconfig perl5 ssl +USES= cpe iconv perl5 ssl USE_GITHUB= yes CPE_VENDOR= w3m_project Index: www/webkit2-gtk3/Makefile =================================================================== --- www/webkit2-gtk3/Makefile +++ www/webkit2-gtk3/Makefile @@ -35,7 +35,7 @@ PORTSCOUT= limitw:1,even USES= bison cmake compiler:c++14-lang cpe gettext gl gnome gperf \ - jpeg localbase:ldflags perl5 pkgconfig python:build \ + jpeg localbase:ldflags perl5 python:build \ sqlite tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt USE_GL= gl egl glesv2 Index: www/webkit2-gtk4/Makefile =================================================================== --- www/webkit2-gtk4/Makefile +++ www/webkit2-gtk4/Makefile @@ -34,7 +34,7 @@ PORTSCOUT= limitw:1,even USES= bison cmake compiler:c++14-lang cpe gettext gl gnome gperf jpeg \ - localbase:ldflags perl5 pkgconfig python:build sqlite tar:xz \ + localbase:ldflags perl5 python:build sqlite tar:xz \ xorg USE_GNOME= cairo gdkpixbuf2 gtk40 libxml2 libxslt introspection:build USE_GL= egl gl glesv2 Index: www/wget2/Makefile =================================================================== --- www/wget2/Makefile +++ www/wget2/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER -USES= autoreconf charsetfix cpe iconv libtool:build localbase pkgconfig tar:lz +USES= autoreconf charsetfix cpe iconv libtool:build localbase tar:lz CPE_VENDOR= gnu CPE_PRODUCT= wget GNU_CONFIGURE= yes Index: www/wpebackend-fdo/Makefile =================================================================== --- www/wpebackend-fdo/Makefile +++ www/wpebackend-fdo/Makefile @@ -14,7 +14,7 @@ libwayland-client.so:graphics/wayland \ libepoxy.so:graphics/libepoxy -USES= compiler:c++11-lang meson pkgconfig gnome tar:xz +USES= compiler:c++11-lang meson gnome tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes Index: www/wt/Makefile =================================================================== --- www/wt/Makefile +++ www/wt/Makefile @@ -12,7 +12,7 @@ libboost_system.so:devel/boost-libs \ libGraphicsMagick.so:graphics/GraphicsMagick -USES= cmake compiler:c++14-lang cpe pkgconfig ssl +USES= cmake compiler:c++14-lang cpe ssl USE_GITHUB= yes GH_ACCOUNT= emweb CPE_VENDOR= emweb Index: www/xfce4-smartbookmark-plugin/Makefile =================================================================== --- www/xfce4-smartbookmark-plugin/Makefile +++ www/xfce4-smartbookmark-plugin/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel Index: www/xsp/Makefile =================================================================== --- www/xsp/Makefile +++ www/xsp/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool mono pathfix pkgconfig sqlite +USES= gmake libtool mono pathfix sqlite GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs Index: x11-clocks/alltraxclock/Makefile =================================================================== --- x11-clocks/alltraxclock/Makefile +++ x11-clocks/alltraxclock/Makefile @@ -12,7 +12,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2 RUN_DEPENDS= gkrellm:sysutils/gkrellm2 -USES= pkgconfig ALL_TARGET= alltraxclock.so PLIST_FILES= libexec/gkrellm2/plugins/alltraxclock.so WRKSRC= ${WRKDIR}/${PORTNAME}2_0.2/ Index: x11-clocks/buici-clock/Makefile =================================================================== --- x11-clocks/buici-clock/Makefile +++ x11-clocks/buici-clock/Makefile @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/buici -USES= tar:xz bison gmake pkgconfig autoreconf xorg +USES= tar:xz bison gmake autoreconf xorg USE_XORG= x11 xext GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes Index: x11-clocks/cairo-clock/Makefile =================================================================== --- x11-clocks/cairo-clock/Makefile +++ x11-clocks/cairo-clock/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext gmake gnome iconv perl5 pkgconfig +USES= gettext gmake gnome iconv perl5 GNU_CONFIGURE= yes USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 libglade2 pango librsvg2 libxml2 Index: x11-clocks/dclock/Makefile =================================================================== --- x11-clocks/dclock/Makefile +++ x11-clocks/dclock/Makefile @@ -6,7 +6,7 @@ MAINTAINER= romain@FreeBSD.org COMMENT= 7-segment digital clock with some optional features -USES= pkgconfig tar:tgz xorg +USES= tar:tgz xorg USE_XORG= x11 xt CPPFLAGS+= -I${LOCALBASE}/include Index: x11-clocks/wlclock/Makefile =================================================================== --- x11-clocks/wlclock/Makefile +++ x11-clocks/wlclock/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GNOME= cairo PLIST_FILES= bin/${PORTNAME} Index: x11-clocks/wmclock/Makefile =================================================================== --- x11-clocks/wmclock/Makefile +++ x11-clocks/wmclock/Makefile @@ -12,7 +12,7 @@ WRKSRC= ${WRKDIR}/dockapps-daaf3aa -USES= autoreconf gmake pkgconfig xorg +USES= autoreconf gmake xorg USE_XORG= xpm GNU_CONFIGURE= yes Index: x11-clocks/wmfishtime/Makefile =================================================================== --- x11-clocks/wmfishtime/Makefile +++ x11-clocks/wmfishtime/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome pkgconfig xorg +USES= gnome xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 Index: x11-clocks/wmtimer/Makefile =================================================================== --- x11-clocks/wmtimer/Makefile +++ x11-clocks/wmtimer/Makefile @@ -11,7 +11,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer PORTDOCS= README PLIST_FILES= bin/wmtimer -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_CSTD= gnu89 USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \ xinerama xpm xrandr xrender Index: x11-clocks/xdaliclock/Makefile =================================================================== --- x11-clocks/xdaliclock/Makefile +++ x11-clocks/xdaliclock/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= gl gmake gnome pkgconfig +USES= gl gmake gnome USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk30 Index: x11-clocks/xfce4-datetime-plugin/Makefile =================================================================== --- x11-clocks/xfce4-datetime-plugin/Makefile +++ x11-clocks/xfce4-datetime-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: x11-clocks/xfce4-stopwatch-plugin/Makefile =================================================================== --- x11-clocks/xfce4-stopwatch-plugin/Makefile +++ x11-clocks/xfce4-stopwatch-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: x11-clocks/xfce4-time-out-plugin/Makefile =================================================================== --- x11-clocks/xfce4-time-out-plugin/Makefile +++ x11-clocks/xfce4-time-out-plugin/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: x11-clocks/xfce4-timer-plugin/Makefile =================================================================== --- x11-clocks/xfce4-timer-plugin/Makefile +++ x11-clocks/xfce4-timer-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= cairo gtk30 intltool USE_XFCE= panel Index: x11-drivers/xorgxrdp-devel/Makefile =================================================================== --- x11-drivers/xorgxrdp-devel/Makefile +++ x11-drivers/xorgxrdp-devel/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xauth:x11/xauth BUILD_DEPENDS= nasm:devel/nasm -USES= autoreconf libtool:build localbase pkgconfig xorg +USES= autoreconf libtool:build localbase xorg USE_XORG= xorgproto xorg-server USE_LDCONFIG= yes USE_GITHUB= yes Index: x11-drivers/xorgxrdp/Makefile =================================================================== --- x11-drivers/xorgxrdp/Makefile +++ x11-drivers/xorgxrdp/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= xauth:x11/xauth BUILD_DEPENDS= nasm:devel/nasm -USES= autoreconf libtool:build localbase pkgconfig xorg +USES= autoreconf libtool:build localbase xorg USE_XORG= xorgproto xorg-server USE_LDCONFIG= yes USE_GITHUB= yes Index: x11-fm/caja/Makefile =================================================================== --- x11-fm/caja/Makefile +++ x11-fm/caja/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \ - localbase mate pathfix pkgconfig shared-mime-info tar:xz xorg + localbase mate pathfix shared-mime-info tar:xz xorg USE_MATE= desktop icontheme:run USE_XORG= ice sm x11 USE_GNOME= cairo gtk30 gnomeprefix intltool introspection:build libxml2 Index: x11-fm/catseye-fm/Makefile =================================================================== --- x11-fm/catseye-fm/Makefile +++ x11-fm/catseye-fm/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 do-install: Index: x11-fm/deforaos-browser/Makefile =================================================================== --- x11-fm/deforaos-browser/Makefile +++ x11-fm/deforaos-browser/Makefile @@ -22,7 +22,7 @@ DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl -USES= desktop-file-utils gnome pkgconfig xorg +USES= desktop-file-utils gnome xorg USE_GNOME= gtk20 cairo USE_XORG= x11 USE_LDCONFIG= yes Index: x11-fm/fsv2/Makefile =================================================================== --- x11-fm/fsv2/Makefile +++ x11-fm/fsv2/Makefile @@ -15,8 +15,7 @@ libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl -USES= compiler:c++11-lang tar:bzip2 libtool gettext-runtime gl gnome \ - pkgconfig +USES= compiler:c++11-lang tar:bzip2 libtool gettext-runtime gl gnome USE_GNOME= gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk \ cairo gdkpixbuf2 USE_GL= gl glu Index: x11-fm/gentoo/Makefile =================================================================== --- x11-fm/gentoo/Makefile +++ x11-fm/gentoo/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk30 -USES= gettext gmake gnome pathfix pkgconfig +USES= gettext gmake gnome pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= MKDIR_P="${MKDIR}" Index: x11-fm/konqueror/Makefile =================================================================== --- x11-fm/konqueror/Makefile +++ x11-fm/konqueror/Makefile @@ -6,7 +6,7 @@ COMMENT= KDE web browser and file manager USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \ - localbase:ldflags kde:5 pkgconfig qt:5 tar:xz xorg + localbase:ldflags kde:5 qt:5 tar:xz xorg USE_KDE= activities archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons guiaddons i18n iconthemes \ init itemviews jobwidgets js kcmutils kdelibs4support \ Index: x11-fm/librfm/Makefile =================================================================== --- x11-fm/librfm/Makefile +++ x11-fm/librfm/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= NLS CONFIGURE_ARGS+=--with-pkglibdata -USES= autoreconf gettext gnome gmake libtool:keepla pkgconfig \ +USES= autoreconf gettext gnome gmake libtool:keepla \ tar:bzip2 xorg GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool cairo libxml2 librsvg2 Index: x11-fm/libtubo/Makefile =================================================================== --- x11-fm/libtubo/Makefile +++ x11-fm/libtubo/Makefile @@ -11,7 +11,7 @@ OPTIONS_DEFINE= DOCS -USES= gmake libtool:keepla pkgconfig +USES= gmake libtool:keepla GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-PACKAGE=no USE_LDCONFIG= yes Index: x11-fm/nautilus-python/Makefile =================================================================== --- x11-fm/nautilus-python/Makefile +++ x11-fm/nautilus-python/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool localbase pathfix pkgconfig python:3.6+ \ +USES= gmake gnome libtool localbase pathfix python:3.6+ \ tar:xz USE_GNOME= cairo gdkpixbuf2 nautilus3 pygobject3 USE_LDCONFIG= yes Index: x11-fm/nautilus/Makefile =================================================================== --- x11-fm/nautilus/Makefile +++ x11-fm/nautilus/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cpe desktop-file-utils gettext gnome gstreamer localbase meson \ - pkgconfig python:3.6+,build tar:xz xorg + python:3.6+,build tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 USE_LDCONFIG= yes USE_XORG= x11 Index: x11-fm/nemo/Makefile =================================================================== --- x11-fm/nemo/Makefile +++ x11-fm/nemo/Makefile @@ -21,7 +21,7 @@ gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ gvfs>0:devel/gvfs -USES= compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \ +USES= compiler:c11 desktop-file-utils gettext gnome meson \ python:3.5+ shared-mime-info shebangfix xorg SHEBANG_FILES= generate_additional_file makepot Index: x11-fm/pcmanfm-qt/Makefile =================================================================== --- x11-fm/pcmanfm-qt/Makefile +++ x11-fm/pcmanfm-qt/Makefile @@ -13,7 +13,7 @@ libexif.so:graphics/libexif USES= cmake compiler:c++14-lang desktop-file-utils gnome\ - gettext-runtime localbase:ldflags lxqt pkgconfig kde:5 qt:5 \ + gettext-runtime localbase:ldflags lxqt kde:5 qt:5 \ tar:xz xorg USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ widgets x11extras Index: x11-fm/pcmanfm/Makefile =================================================================== --- x11-fm/pcmanfm/Makefile +++ x11-fm/pcmanfm/Makefile @@ -23,7 +23,7 @@ gtk3_CONFLICTS_INSTALL= pcmanfm USES= cpe desktop-file-utils gmake gnome gettext libtool localbase \ - pkgconfig tar:xz xorg + tar:xz xorg CPE_VENDOR= ${PORTNAME}_project USE_GNOME= cairo gdkpixbuf2 intltool USE_XORG= x11 Index: x11-fm/polo/Makefile =================================================================== --- x11-fm/polo/Makefile +++ x11-fm/polo/Makefile @@ -13,7 +13,7 @@ libharfbuzz.so:print/harfbuzz \ libjson-glib-1.0.so:devel/json-glib -USES= desktop-file-utils gettext-tools gmake gnome pkgconfig \ +USES= desktop-file-utils gettext-tools gmake gnome \ vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 vte3 USE_GITHUB= yes Index: x11-fm/rodent/Makefile =================================================================== --- x11-fm/rodent/Makefile +++ x11-fm/rodent/Makefile @@ -16,7 +16,7 @@ libmagic.so.1:sysutils/file \ librfm.so:x11-fm/librfm -USES= desktop-file-utils gmake gnome libtool:keepla pkgconfig \ +USES= desktop-file-utils gmake gnome libtool:keepla \ shebangfix tar:bzip2 USE_GNOME= glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes Index: x11-fm/rox-filer/Makefile =================================================================== --- x11-fm/rox-filer/Makefile +++ x11-fm/rox-filer/Makefile @@ -15,7 +15,7 @@ PLIST_SUB+= LOCALBASE=${LOCALBASE} -USES= gettext-runtime:build gmake gnome pkgconfig shared-mime-info \ +USES= gettext-runtime:build gmake gnome shared-mime-info \ tar:bzip2 xorg USE_XORG= ice sm x11 xaw xorgproto USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 libxml2 pango Index: x11-fm/sushi/Makefile =================================================================== --- x11-fm/sushi/Makefile +++ x11-fm/sushi/Makefile @@ -29,7 +29,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gl gnome gstreamer localbase meson \ - pkgconfig tar:xz xorg + tar:xz xorg USE_CSTD= c11 USE_GNOME= cairo gtksourceview4 intlhack introspection USE_GL= egl Index: x11-fm/tdfsb/Makefile =================================================================== --- x11-fm/tdfsb/Makefile +++ x11-fm/tdfsb/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libsmpeg.so:multimedia/smpeg -USES= gl pkgconfig sdl +USES= gl sdl USE_GL= glut USE_SDL= image sdl Index: x11-fm/thunar/Makefile =================================================================== --- x11-fm/thunar/Makefile +++ x11-fm/thunar/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= pkexec:sysutils/polkit USES= compiler:c11 cpe desktop-file-utils gettext-tools gmake gnome \ - libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg + libtool pathfix perl5 tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= libexo xfconf Index: x11-fm/worker/Makefile =================================================================== --- x11-fm/worker/Makefile +++ x11-fm/worker/Makefile @@ -10,7 +10,7 @@ RUN_DEPENDS= bash:shells/bash -USES= compiler:c++14-lang localbase pkgconfig python:run \ +USES= compiler:c++14-lang localbase python:run \ shebangfix tar:bzip2 xorg GNU_CONFIGURE= yes USE_XORG= ice sm x11 xinerama Index: x11-fm/xfe/Makefile =================================================================== --- x11-fm/xfe/Makefile +++ x11-fm/xfe/Makefile @@ -15,7 +15,7 @@ libpng.so:graphics/png \ libxcb-util.so:x11/xcb-util -USES= desktop-file-utils gmake gnome localbase pathfix pkgconfig \ +USES= desktop-file-utils gmake gnome localbase pathfix \ tar:xz xorg USE_GNOME= intltool USE_XORG= x11 xcb xft xrandr xrender Index: x11-fonts/fcft/Makefile =================================================================== --- x11-fonts/fcft/Makefile +++ x11-fonts/fcft/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_LDCONFIG= yes USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} Index: x11-fonts/fntsample/Makefile =================================================================== --- x11-fonts/fntsample/Makefile +++ x11-fonts/fntsample/Makefile @@ -17,7 +17,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= pdfoutline:textproc/pdfoutline -USES= cmake gettext gnome iconv pkgconfig +USES= cmake gettext gnome iconv USE_GNOME= cairo glib20 pango CMAKE_ARGS= -DUNICODE_BLOCKS=${WRKSRC}/Blocks.txt Index: x11-fonts/font-manager/Makefile =================================================================== --- x11-fonts/font-manager/Makefile +++ x11-fonts/font-manager/Makefile @@ -20,7 +20,7 @@ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ - meson pkgconfig python:3.6+ shebangfix sqlite vala:build + meson python:3.6+ shebangfix sqlite vala:build USE_GITHUB= yes GH_ACCOUNT= FontManager USE_GNOME= cairo glib20 gtk30 libxml2 pango Index: x11-fonts/fontconfig/Makefile =================================================================== --- x11-fonts/fontconfig/Makefile +++ x11-fonts/fontconfig/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 -USES= cpe gperf meson pkgconfig python:3.6+,build shebangfix tar:xz \ +USES= cpe gperf meson python:3.6+,build shebangfix tar:xz \ trigger CPE_VENDOR= fontconfig_project USE_LDCONFIG= yes Index: x11-fonts/gbdfed/Makefile =================================================================== --- x11-fonts/gbdfed/Makefile +++ x11-fonts/gbdfed/Makefile @@ -9,7 +9,7 @@ LICENSE= MIT -USES= gettext gnome pkgconfig tar:bzip2 +USES= gettext gnome tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11-fonts/otf2bdf/Makefile =================================================================== --- x11-fonts/otf2bdf/Makefile +++ x11-fonts/otf2bdf/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= autoreconf pkgconfig tar:tgz +USES= autoreconf tar:tgz GNU_CONFIGURE= yes Index: x11-fonts/ots/Makefile =================================================================== --- x11-fonts/ots/Makefile +++ x11-fonts/ots/Makefile @@ -17,7 +17,7 @@ liblz4.so:archivers/liblz4 \ libwoff2dec.so:devel/woff2 -USES= compiler:c++11-lang meson pkgconfig tar:xz +USES= compiler:c++11-lang meson tar:xz MESON_FALSE= debug MESON_TRUE= graphite Index: x11-servers/Xfstt/Makefile =================================================================== --- x11-servers/Xfstt/Makefile +++ x11-servers/Xfstt/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USES= compiler:c++11-lang cpe pkgconfig tar:xz xorg +USES= compiler:c++11-lang cpe tar:xz xorg USE_XORG= xorgproto USE_RC_SUBR= xfstt GNU_CONFIGURE= yes Index: x11-servers/x2x/Makefile =================================================================== --- x11-servers/x2x/Makefile +++ x11-servers/x2x/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake pkgconfig xorg +USES= autoreconf gmake xorg USE_GITHUB= yes GH_ACCOUNT= dottedmag GH_TAGNAME= e62a535 Index: x11-servers/xarcan/Makefile =================================================================== --- x11-servers/xarcan/Makefile +++ x11-servers/xarcan/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= xkbcomp:x11/xkbcomp \ xkeyboard-config>0:x11/xkeyboard-config -USES= compiler:c11 gl meson pkgconfig xorg +USES= compiler:c11 gl meson xorg USE_GITHUB= yes USE_GL= gbm gl USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans Index: x11-servers/xorg-server/Makefile =================================================================== --- x11-servers/xorg-server/Makefile +++ x11-servers/xorg-server/Makefile @@ -16,7 +16,7 @@ EXTRA_PATCHES= ${FILESDIR}/0002-xephyr_Dont_check_for_SeatId_anymore.patch:-p1 -USES= compiler:c11 cpe gl meson pkgconfig tar:xz xorg +USES= compiler:c11 cpe gl meson tar:xz xorg USE_GL= gl .if ${FLAVOR} == xephyr Index: x11-servers/xwayland-devel/Makefile =================================================================== --- x11-servers/xwayland-devel/Makefile +++ x11-servers/xwayland-devel/Makefile @@ -29,7 +29,7 @@ CONFLICTS_INSTALL= ${PORTNAME} -USES= compiler:c11 gl meson pkgconfig xorg +USES= compiler:c11 gl meson xorg USE_GITHUB= yes USE_GL= gbm gl USE_XORG= pixman xau xdmcp xfont2 xkbfile xshmfence xtrans Index: x11-servers/xwayland/Makefile =================================================================== --- x11-servers/xwayland/Makefile +++ x11-servers/xwayland/Makefile @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-devel -USES= compiler:c11 gl meson pkgconfig xorg tar:xz +USES= compiler:c11 gl meson xorg tar:xz USE_GL= egl gbm gl USE_XORG= pixman xau xfont2 xkbfile xshmfence xtrans Index: x11-themes/adapta-backgrounds/Makefile =================================================================== --- x11-themes/adapta-backgrounds/Makefile +++ x11-themes/adapta-backgrounds/Makefile @@ -20,7 +20,7 @@ NO_ARCH= yes -USES= autoreconf gmake gnome pkgconfig +USES= autoreconf gmake gnome USE_GITHUB= yes USE_GNOME= glib20 libxml2 Index: x11-themes/adapta-gtk-theme/Makefile =================================================================== --- x11-themes/adapta-gtk-theme/Makefile +++ x11-themes/adapta-gtk-theme/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= noto>=1.0.5:x11-fonts/noto \ roboto-fonts-ttf>=2.134:x11-fonts/roboto-fonts-ttf -USES= autoreconf gmake gnome pathfix pkgconfig shebangfix +USES= autoreconf gmake gnome pathfix shebangfix CHROME_CONFIGURE_ENABLE= chrome_legacy CHROME_DESC= Support for legacy Chrome(ium) browser (<= R59) Index: x11-themes/adwaita-icon-theme/Makefile =================================================================== --- x11-themes/adwaita-icon-theme/Makefile +++ x11-themes/adwaita-icon-theme/Makefile @@ -11,7 +11,7 @@ LICENSE_COMB= dual NO_ARCH= yes -USES= gettext-tools gmake gnome pathfix pkgconfig tar:xz +USES= gettext-tools gmake gnome pathfix tar:xz USE_GNOME= intltool gtk-update-icon-cache GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false" Index: x11-themes/adwaita-qt5/Makefile =================================================================== --- x11-themes/adwaita-qt5/Makefile +++ x11-themes/adwaita-qt5/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= sassc:textproc/sassc -USES= cmake compiler:c++11-lib localbase pkgconfig qt:${_qt_version} xorg +USES= cmake compiler:c++11-lib localbase qt:${_qt_version} xorg USE_GITHUB= yes GH_ACCOUNT= FedoraQt USE_QT= ${_qt${_qt_version}_use} Index: x11-themes/clearlooks/Makefile =================================================================== --- x11-themes/clearlooks/Makefile +++ x11-themes/clearlooks/Makefile @@ -9,7 +9,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gnome libtool pkgconfig tar:bzip2 +USES= gnome libtool tar:bzip2 USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include Index: x11-themes/gnome-icon-theme-symbolic/Makefile =================================================================== --- x11-themes/gnome-icon-theme-symbolic/Makefile +++ x11-themes/gnome-icon-theme-symbolic/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils -USES= gmake localbase pathfix pkgconfig tar:xz +USES= gmake localbase pathfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GIT="" \ ac_cv_path_INKSCAPE="" \ Index: x11-themes/gnome-themes-extra/Makefile =================================================================== --- x11-themes/gnome-themes-extra/Makefile +++ x11-themes/gnome-themes-extra/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gettext-tools gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext-tools gmake gnome libtool pathfix tar:xz USE_GNOME= cairo gtk20 intltool gtk30 librsvg2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Index: x11-themes/gnome-themes/Makefile =================================================================== --- x11-themes/gnome-themes/Makefile +++ x11-themes/gnome-themes/Makefile @@ -14,7 +14,7 @@ CONFLICTS= clearlooks-metacity-0.* -USES= gettext gmake gnome pkgconfig tar:bzip2 +USES= gettext gmake gnome tar:bzip2 USE_GNOME= gnomeprefix intlhack metacity gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: x11-themes/greybird-theme/Makefile =================================================================== --- x11-themes/greybird-theme/Makefile +++ x11-themes/greybird-theme/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= sassc:textproc/sassc RUN_DEPENDS= gtk-murrine-engine>=0.98.1:x11-themes/gtk-murrine-engine -USES= gnome meson pkgconfig python:3.5+,build +USES= gnome meson python:3.5+,build USE_GNOME= gdkpixbuf2:build glib20:build librsvg2:build GH_ACCOUNT= shimmerproject Index: x11-themes/gtk-engines2/Makefile =================================================================== --- x11-themes/gtk-engines2/Makefile +++ x11-themes/gtk-engines2/Makefile @@ -12,7 +12,7 @@ CONFLICTS= gtk-smooth-engine clearlooks USE_GNOME= gtk20 intlhack -USES= gettext gmake gnome libtool pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool pathfix tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Index: x11-themes/gtk-equinox-engine/Makefile =================================================================== --- x11-themes/gtk-equinox-engine/Makefile +++ x11-themes/gtk-equinox-engine/Makefile @@ -20,7 +20,7 @@ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= gtk-engines2>=2.15.0:x11-themes/gtk-engines2 -USES= gnome libtool pkgconfig +USES= gnome libtool USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 pango USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: x11-themes/gtk-murrine-engine/Makefile =================================================================== --- x11-themes/gtk-murrine-engine/Makefile +++ x11-themes/gtk-murrine-engine/Makefile @@ -9,7 +9,7 @@ MAINTAINER= pneumann@gmail.com COMMENT= Murrine GTK+ 2.x cairo based engine -USES= gettext gmake gnome libtool pkgconfig tar:xz xorg +USES= gettext gmake gnome libtool tar:xz xorg USE_XORG= pixman USE_GNOME= gtk20 intltool intlhack USE_LDCONFIG= yes Index: x11-themes/gtk-nodoka-engine/Makefile =================================================================== --- x11-themes/gtk-nodoka-engine/Makefile +++ x11-themes/gtk-nodoka-engine/Makefile @@ -14,7 +14,7 @@ ANIMATIONTOLEFT_CONFIGURE_ENABLE= animationtoleft GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_GNOME= gtk20 USE_LDCONFIG= yes Index: x11-themes/gtk-oxygen-engine/Makefile =================================================================== --- x11-themes/gtk-oxygen-engine/Makefile +++ x11-themes/gtk-oxygen-engine/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-glib-1.so:devel/dbus-glib -USES= cmake compiler:c++11-lang gnome pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lang gnome tar:bzip2 USE_GNOME= gtk20 .include Index: x11-themes/gtk-xfce-engine/Makefile =================================================================== --- x11-themes/gtk-xfce-engine/Makefile +++ x11-themes/gtk-xfce-engine/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig tar:bzip2 xfce +USES= gmake gnome libtool tar:bzip2 xfce USE_GNOME= glib20 gtk20 .include Index: x11-themes/gtk3-oxygen-engine/Makefile =================================================================== --- x11-themes/gtk3-oxygen-engine/Makefile +++ x11-themes/gtk3-oxygen-engine/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ libdbus-glib-1.so:devel/dbus-glib -USES= cmake compiler:c++11-lang gnome pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lang gnome tar:bzip2 USE_GNOME= gtk30 .include Index: x11-themes/gtk3-unico-engine/Makefile =================================================================== --- x11-themes/gtk3-unico-engine/Makefile +++ x11-themes/gtk3-unico-engine/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_GNOME= cairo glib20 gtk30 USE_LDCONFIG= yes Index: x11-themes/icon-naming-utils/Makefile =================================================================== --- x11-themes/icon-naming-utils/Makefile +++ x11-themes/icon-naming-utils/Makefile @@ -10,7 +10,7 @@ BUILD_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple -USES= pathfix pkgconfig perl5 gmake +USES= pathfix perl5 gmake GNU_CONFIGURE= yes NO_ARCH= yes Index: x11-themes/icons-tango-extras/Makefile =================================================================== --- x11-themes/icons-tango-extras/Makefile +++ x11-themes/icons-tango-extras/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:x11-themes/icons-tango GNU_CONFIGURE= yes -USES= gmake gnome magick:build pkgconfig +USES= gmake gnome magick:build USE_GNOME= intlhack .include Index: x11-themes/icons-tango/Makefile =================================================================== --- x11-themes/icons-tango/Makefile +++ x11-themes/icons-tango/Makefile @@ -12,6 +12,6 @@ GNU_CONFIGURE= yes USE_GNOME= intlhack -USES+= gettext-tools gmake gnome magick:build pathfix pkgconfig +USES+= gettext-tools gmake gnome magick:build pathfix .include Index: x11-themes/kf5-qqc2-desktop-style/Makefile =================================================================== --- x11-themes/kf5-qqc2-desktop-style/Makefile +++ x11-themes/kf5-qqc2-desktop-style/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt QuickControl2 style for KDE -USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons iconthemes \ kirigami2 widgetsaddons \ ecm_build Index: x11-themes/lxappearance/Makefile =================================================================== --- x11-themes/lxappearance/Makefile +++ x11-themes/lxappearance/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gettext-tools gmake gnome localbase pathfix pkgconfig tar:xz \ +USES= gettext-tools gmake gnome localbase pathfix tar:xz \ xorg GNU_CONFIGURE= yes USE_XORG= x11 Index: x11-themes/mate-icon-theme/Makefile =================================================================== --- x11-themes/mate-icon-theme/Makefile +++ x11-themes/mate-icon-theme/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even -USES= gettext-tools gmake gnome pkgconfig tar:xz +USES= gettext-tools gmake gnome tar:xz USE_GNOME= intltool GNU_CONFIGURE= yes Index: x11-themes/mate-themes/Makefile =================================================================== --- x11-themes/mate-themes/Makefile +++ x11-themes/mate-themes/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limit:^${PORTVERSION:R:S|.|\.|}\.*$$ -USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome localbase pathfix tar:xz USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Index: x11-themes/plasma5-breeze-gtk/Makefile =================================================================== --- x11-themes/plasma5-breeze-gtk/Makefile +++ x11-themes/plasma5-breeze-gtk/Makefile @@ -11,7 +11,7 @@ sassc:textproc/sassc RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} -USES= cmake compiler:c++11-lang gnome kde:5 pkgconfig python:3.4+ \ +USES= cmake compiler:c++11-lang gnome kde:5 python:3.4+ \ qt:5 tar:xz USE_GNOME= gdkpixbuf2 USE_KDE= breeze ecm Index: x11-themes/plasma5-breeze/Makefile =================================================================== --- x11-themes/plasma5-breeze/Makefile +++ x11-themes/plasma5-breeze/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libfftw3_threads.so:math/fftw3 -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz \ xorg USE_KDE= auth breeze-icons codecs config configwidgets coreaddons \ decoration ecm frameworkintegration guiaddons i18n iconthemes \ Index: x11-themes/plasma5-kde-gtk-config/Makefile =================================================================== --- x11-themes/plasma5-kde-gtk-config/Makefile +++ x11-themes/plasma5-kde-gtk-config/Makefile @@ -13,7 +13,7 @@ sassc:textproc/sassc RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas -USES= cmake compiler:c++11-lib gettext gnome kde:5 pkgconfig qt:5 \ +USES= cmake compiler:c++11-lib gettext gnome kde:5 qt:5 \ tar:xz xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 gtk30 USE_KDE= archive attica auth codecs completion config configwidgets \ Index: x11-themes/plasma5-oxygen/Makefile =================================================================== --- x11-themes/plasma5-oxygen/Makefile +++ x11-themes/plasma5-oxygen/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz \ xorg USE_LDCONFIG= yes USE_KDE= auth codecs completion config configwidgets coreaddons \ Index: x11-themes/plata-theme/Makefile =================================================================== --- x11-themes/plata-theme/Makefile +++ x11-themes/plata-theme/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf -USES= autoreconf gmake gnome pkgconfig shebangfix +USES= autoreconf gmake gnome shebangfix USE_GNOME= gdkpixbuf2 gtk30 libxml2 USE_GITLAB= yes Index: x11-themes/pop-gtk-themes/Makefile =================================================================== --- x11-themes/pop-gtk-themes/Makefile +++ x11-themes/pop-gtk-themes/Makefile @@ -13,7 +13,7 @@ coreutils>0:sysutils/coreutils \ sassc>0:textproc/sassc -USES= gnome meson python shebangfix pkgconfig +USES= gnome meson python shebangfix USE_GNOME= glib20:build USE_GITHUB= yes GH_ACCOUNT= pop-os Index: x11-themes/qgnomeplatform/Makefile =================================================================== --- x11-themes/qgnomeplatform/Makefile +++ x11-themes/qgnomeplatform/Makefile @@ -13,7 +13,7 @@ libxkbcommon.so:x11/libxkbcommon \ libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lang gl gnome pkgconfig qmake:outsource qt:5 xorg +USES= compiler:c++11-lang gl gnome qmake:outsource qt:5 xorg USE_GL= gl USE_GNOME= gtk30 cairo gdkpixbuf2 USE_QT= buildtools_build core gui widgets dbus wayland Index: x11-themes/qt5-style-plugins/Makefile =================================================================== --- x11-themes/qt5-style-plugins/Makefile +++ x11-themes/qt5-style-plugins/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c++11-lang gettext-runtime gl gnome pkgconfig qmake \ +USES= compiler:c++11-lang gettext-runtime gl gnome qmake \ qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= qt Index: x11-themes/qtcurve/Makefile =================================================================== --- x11-themes/qtcurve/Makefile +++ x11-themes/qtcurve/Makefile @@ -30,7 +30,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lib cmake:insource pkgconfig tar:xz xorg +USES= compiler:c++11-lib cmake:insource tar:xz xorg USE_XORG= x11 xcb .for i in gtk2 kf5 qt5 Index: x11-themes/thewidgetfactory/Makefile =================================================================== --- x11-themes/thewidgetfactory/Makefile +++ x11-themes/thewidgetfactory/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 -USES= gnome pkgconfig +USES= gnome PLIST_FILES= bin/twf Index: x11-themes/xfce-icons-elementary/Makefile =================================================================== --- x11-themes/xfce-icons-elementary/Makefile +++ x11-themes/xfce-icons-elementary/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= optipng:graphics/optipng -USES= compiler:c11 gnome pkgconfig +USES= compiler:c11 gnome USE_GNOME= gdkpixbuf2:build gtk30:build HAS_CONFIGURE= yes Index: x11-themes/yaru-gtk-themes/Makefile =================================================================== --- x11-themes/yaru-gtk-themes/Makefile +++ x11-themes/yaru-gtk-themes/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= gtk-engines2>0:x11-themes/gtk-engines2 \ gtk-murrine-engine>0:x11-themes/gtk-murrine-engine -USES= gnome meson pkgconfig python shebangfix +USES= gnome meson python shebangfix USE_GNOME= glib20:build USE_GITHUB= yes GH_ACCOUNT= ubuntu Index: x11-toolkits/amtk/Makefile =================================================================== --- x11-toolkits/amtk/Makefile +++ x11-toolkits/amtk/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 -USES= gettext gmake gnome libtool pkgconfig tar:xz +USES= gettext gmake gnome libtool tar:xz USE_GNOME= cairo introspection gdkpixbuf2 gtk30 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ Index: x11-toolkits/color-widgets-qt5/Makefile =================================================================== --- x11-toolkits/color-widgets-qt5/Makefile +++ x11-toolkits/color-widgets-qt5/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++11-lang qt:5 USE_QT= core gui widgets buildtools_build qmake_build USE_LDCONFIG= yes Index: x11-toolkits/copperspice/Makefile =================================================================== --- x11-toolkits/copperspice/Makefile +++ x11-toolkits/copperspice/Makefile @@ -22,7 +22,7 @@ libxkbcommon.so:x11/libxkbcommon \ libfontconfig.so:x11-fonts/fontconfig -USES= compiler:c++17-lang cmake dos2unix gl gnome gstreamer iconv jpeg pkgconfig ssl tar:bz2 xorg +USES= compiler:c++17-lang cmake dos2unix gl gnome gstreamer iconv jpeg ssl tar:bz2 xorg USE_GL= gl USE_GNOME= cairo glib20 libxml2 USE_XORG= ice sm x11 xau xcb xcursor xext xfixes xi xinerama xrandr xrender Index: x11-toolkits/fltk/Makefile =================================================================== --- x11-toolkits/fltk/Makefile +++ x11-toolkits/fltk/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig -USES= cpe gl jpeg localbase pkgconfig tar:bz2 xorg +USES= cpe gl jpeg localbase tar:bz2 xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender USE_GL= gl glu USE_LDCONFIG= yes Index: x11-toolkits/fox16/Makefile =================================================================== --- x11-toolkits/fox16/Makefile +++ x11-toolkits/fox16/Makefile @@ -45,7 +45,7 @@ XCURSOR_USE= xorg=xcursor XCURSOR_CONFIGURE_ON= --with-xcursor=yes XCURSOR_CONFIGURE_OFF= --with-xcursor=no -XFT_USES= pkgconfig xorg +XFT_USES= xorg XFT_USE= xorg=xft XFT_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig Index: x11-toolkits/fox17/Makefile =================================================================== --- x11-toolkits/fox17/Makefile +++ x11-toolkits/fox17/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= compiler:c++11-lib gl libtool localbase pathfix pkgconfig xorg +USES= compiler:c++11-lib gl libtool localbase pathfix xorg USE_GL= gl glu USE_XORG= ice sm x11 xcursor xext xfixes xft xi xrandr xrender USE_LDCONFIG= yes Index: x11-toolkits/fxscintilla/Makefile =================================================================== --- x11-toolkits/fxscintilla/Makefile +++ x11-toolkits/fxscintilla/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 -USES= libtool pathfix pkgconfig +USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes Index: x11-toolkits/gdl/Makefile =================================================================== --- x11-toolkits/gdl/Makefile +++ x11-toolkits/gdl/Makefile @@ -13,7 +13,7 @@ PORTSCOUT= limitw:1,even USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2 -USES= gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool localbase pathfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: x11-toolkits/girara/Makefile =================================================================== --- x11-toolkits/girara/Makefile +++ x11-toolkits/girara/Makefile @@ -7,7 +7,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= GTK3 Interface Library for Zathura PDF Viewer -USES= compiler:c11 gnome meson pathfix pkgconfig tar:xz +USES= compiler:c11 gnome meson pathfix tar:xz USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 PATHFIX_MAKEFILEIN= Makefile Index: x11-toolkits/gnocl/Makefile =================================================================== --- x11-toolkits/gnocl/Makefile +++ x11-toolkits/gnocl/Makefile @@ -16,7 +16,7 @@ libnotify.so:devel/libnotify \ libgtkimageview.so:x11-toolkits/gtkimageview -USES= gmake gnome pkgconfig tar:bzip2 tcl +USES= gmake gnome tar:bzip2 tcl USE_GNOME= gtk20 libglade2 USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} Index: x11-toolkits/gnustep-back/Makefile =================================================================== --- x11-toolkits/gnustep-back/Makefile +++ x11-toolkits/gnustep-back/Makefile @@ -17,7 +17,7 @@ libfreetype.so:print/freetype2 \ libcairo.so:graphics/cairo -USES= gl gnustep jpeg pkgconfig xorg +USES= gl gnustep jpeg xorg USE_GNUSTEP= base gui build USE_XORG= xft xrender xmu xext x11 xcursor xfixes xmu USE_GL= gl Index: x11-toolkits/gnustep-gui/Makefile =================================================================== --- x11-toolkits/gnustep-gui/Makefile +++ x11-toolkits/gnustep-gui/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS+= libao.so:audio/libao LIB_DEPENDS+= libflite.so:audio/flite -USES= gnustep jpeg pkgconfig xorg +USES= gnustep jpeg xorg USE_GNUSTEP= base build USE_XORG= x11 xt Index: x11-toolkits/granite/Makefile =================================================================== --- x11-toolkits/granite/Makefile +++ x11-toolkits/granite/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= contractor:sysutils/contractor \ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas -USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome meson python:3.6+,build tar:xz vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= cairo glib20 gtk30 gdkpixbuf2 introspection:build Index: x11-toolkits/granite7/Makefile =================================================================== --- x11-toolkits/granite7/Makefile +++ x11-toolkits/granite7/Makefile @@ -14,7 +14,7 @@ gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas \ xdg-desktop-portal>0:deskutils/xdg-desktop-portal -USES= gettext gnome meson pkgconfig python:3.6+,build tar:xz vala:build +USES= gettext gnome meson python:3.6+,build tar:xz vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= cairo glib20 gtk40 gdkpixbuf2 introspection:build Index: x11-toolkits/gstreamer1-plugins-gtk4/Makefile =================================================================== --- x11-toolkits/gstreamer1-plugins-gtk4/Makefile +++ x11-toolkits/gstreamer1-plugins-gtk4/Makefile @@ -11,7 +11,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gnome gstreamer meson pkgconfig tar:xz +USES= compiler:c11 gnome gstreamer meson tar:xz USE_GNOME= cairo gtk40 USE_GSTREAMER= gl MESON_ARGS= --auto-features=disabled -Dgtk4=enabled Index: x11-toolkits/gtk-layer-shell/Makefile =================================================================== --- x11-toolkits/gtk-layer-shell/Makefile +++ x11-toolkits/gtk-layer-shell/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland TEST_DEPENDS= evdev-proto>0:devel/evdev-proto -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GNOME= gtk30 introspection:build USE_GITHUB= yes USE_LDCONFIG= yes Index: x11-toolkits/gtk-sharp-beans/Makefile =================================================================== --- x11-toolkits/gtk-sharp-beans/Makefile +++ x11-toolkits/gtk-sharp-beans/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs -USES= gmake pathfix pkgconfig tar:bzip2 +USES= gmake pathfix tar:bzip2 MAKE_JOBS_UNSAFE=yes .include Index: x11-toolkits/gtk-sharp20/Makefile =================================================================== --- x11-toolkits/gtk-sharp20/Makefile +++ x11-toolkits/gtk-sharp20/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML -USES= gmake gnome libtool mono pathfix perl5 pkgconfig shebangfix +USES= gmake gnome libtool mono pathfix perl5 shebangfix USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 USE_PERL5= run Index: x11-toolkits/gtk-sharp30/Makefile =================================================================== --- x11-toolkits/gtk-sharp30/Makefile +++ x11-toolkits/gtk-sharp30/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= p5-XML-LibXML>=0:textproc/p5-XML-LibXML USES= gettext-runtime gmake gnome libtool mono pathfix perl5 \ - pkgconfig shebangfix tar:xz + shebangfix tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 Index: x11-toolkits/gtk20/Makefile =================================================================== --- x11-toolkits/gtk20/Makefile +++ x11-toolkits/gtk20/Makefile @@ -21,7 +21,7 @@ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme USES+= gettext gmake gnome libtool localbase:ldflags pathfix perl5 \ - pkgconfig python:run shebangfix xorg + python:run shebangfix xorg SHEBANG_FILES= gtk/gtk-builder-convert GNU_CONFIGURE= yes USE_GNOME= atk pango gdkpixbuf2 introspection:build \ Index: x11-toolkits/gtk30/Makefile =================================================================== --- x11-toolkits/gtk30/Makefile +++ x11-toolkits/gtk30/Makefile @@ -30,7 +30,7 @@ USE_GNOME= atk cairo gdkpixbuf2 introspection:build pango \ librsvg2:run gtk-update-icon-cache USES= compiler:c11 cpe gettext gmake gnome libtool localbase \ - pathfix perl5 pkgconfig tar:xz + pathfix perl5 tar:xz CPE_VENDOR= gnome CONFIGURE_ARGS= --enable-introspection CPPFLAGS+= -fno-omit-frame-pointer Index: x11-toolkits/gtk40/Makefile =================================================================== --- x11-toolkits/gtk40/Makefile +++ x11-toolkits/gtk40/Makefile @@ -25,7 +25,7 @@ adwaita-icon-theme>=0:x11-themes/adwaita-icon-theme USES= compiler:c11 cpe gettext gnome jpeg localbase meson \ - ninja pathfix perl5 python:3.7+ pkgconfig tar:xz + ninja pathfix perl5 python:3.7+ tar:xz CPE_VENDOR= gnome USE_LDCONFIG= yes USE_PERL5= build Index: x11-toolkits/gtkdatabox/Makefile =================================================================== --- x11-toolkits/gtkdatabox/Makefile +++ x11-toolkits/gtkdatabox/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= cairo gdkpixbuf2 gtk20 USE_LDCONFIG= yes Index: x11-toolkits/gtkextra/Makefile =================================================================== --- x11-toolkits/gtkextra/Makefile +++ x11-toolkits/gtkextra/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome libtool pathfix pkgconfig +USES= gmake gnome libtool pathfix USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: x11-toolkits/gtkglarea2/Makefile =================================================================== --- x11-toolkits/gtkglarea2/Makefile +++ x11-toolkits/gtkglarea2/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= compiler:c++11-lang gl gnome libtool:keepla pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lang gl gnome libtool:keepla pathfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 gtk20 USE_GL= gl glu USE_LDCONFIG= yes Index: x11-toolkits/gtkglext/Makefile =================================================================== --- x11-toolkits/gtkglext/Makefile +++ x11-toolkits/gtkglext/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB GNU_CONFIGURE= yes -USES= gettext gl gmake gnome iconv libtool pathfix pkgconfig \ +USES= gettext gl gmake gnome iconv libtool pathfix \ tar:bzip2 xorg USE_GL= glu USE_GNOME= gtk20 pangox-compat Index: x11-toolkits/gtkglextmm/Makefile =================================================================== --- x11-toolkits/gtkglextmm/Makefile +++ x11-toolkits/gtkglextmm/Makefile @@ -11,7 +11,7 @@ libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang gettext gmake gnome libtool pathfix \ - pkgconfig tar:bzip2 + tar:bzip2 USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gtk20 Index: x11-toolkits/gtkimageview/Makefile =================================================================== --- x11-toolkits/gtkimageview/Makefile +++ x11-toolkits/gtkimageview/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static --with-html-dir=${PREFIX}/share/doc -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= gtk20 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Index: x11-toolkits/gtkmathview/Makefile =================================================================== --- x11-toolkits/gtkmathview/Makefile +++ x11-toolkits/gtkmathview/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags \ - pathfix pkgconfig + pathfix USE_GNOME= gtk20 libxml2 pangox-compat INSTALL_TARGET= install-strip USE_LDCONFIG= yes Index: x11-toolkits/gtkmm24/Makefile =================================================================== --- x11-toolkits/gtkmm24/Makefile +++ x11-toolkits/gtkmm24/Makefile @@ -17,7 +17,7 @@ libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes -USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig \ +USES+= gettext gmake gnome libtool:keepla pathfix \ compiler:c++11-lang USE_CXXSTD= gnu++11 USE_LDCONFIG= yes Index: x11-toolkits/gtkmm30/Makefile =================================================================== --- x11-toolkits/gtkmm30/Makefile +++ x11-toolkits/gtkmm30/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES+= gettext gmake gnome libtool pathfix pkgconfig \ +USES+= gettext gmake gnome libtool pathfix \ compiler:c++11-lang USE_CXXSTD= c++11 USE_GNOME= gdkpixbuf2 gtk30 glibmm cairomm atkmm pangomm Index: x11-toolkits/gtksourceview2/Makefile =================================================================== --- x11-toolkits/gtksourceview2/Makefile +++ x11-toolkits/gtksourceview2/Makefile @@ -13,7 +13,7 @@ PORTSCOUT= ignore:1 -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pathfix USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 libxml2 intlhack GNU_CONFIGURE= yes Index: x11-toolkits/gtksourceview3/Makefile =================================================================== --- x11-toolkits/gtksourceview3/Makefile +++ x11-toolkits/gtksourceview3/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pathfix USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gnomeprefix gtk30 \ introspection:build libxml2 @@ -26,7 +26,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-compile-warnings=no \ --enable-glade-catalog=no \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --with-pkgconfigdir=${PREFIX}/libdata/\ --enable-introspection INSTALL_TARGET= install-strip Index: x11-toolkits/gtksourceview4/Makefile =================================================================== --- x11-toolkits/gtksourceview4/Makefile +++ x11-toolkits/gtksourceview4/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build +USES= compiler:c11 gettext gnome meson tar:xz vala:build USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 introspection:build USE_LDCONFIG= yes Index: x11-toolkits/gtksourceview5/Makefile =================================================================== --- x11-toolkits/gtksourceview5/Makefile +++ x11-toolkits/gtksourceview5/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build +USES= compiler:c11 gettext gnome meson tar:xz vala:build USE_CSTD= c11 USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build libxml2 USE_LDCONFIG= yes Index: x11-toolkits/gtksourceviewmm3/Makefile =================================================================== --- x11-toolkits/gtksourceviewmm3/Makefile +++ x11-toolkits/gtksourceviewmm3/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ - pkgconfig tar:xz + tar:xz USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_GNOME= gtksourceview3 gnomeprefix gtkmm30 Index: x11-toolkits/guile-gnome-platform/Makefile =================================================================== --- x11-toolkits/guile-gnome-platform/Makefile +++ x11-toolkits/guile-gnome-platform/Makefile @@ -24,7 +24,7 @@ # We don't actually need gettext, but for some incomprehensible reason it # is the package that installs some basic gnulib autoconf functionality. -USES= autoreconf gettext-tools gmake gnome libtool pkgconfig +USES= autoreconf gettext-tools gmake gnome libtool USE_GNOME= glib20 USE_LDCONFIG= yes Index: x11-toolkits/kf5-kguiaddons/Makefile =================================================================== --- x11-toolkits/kf5-kguiaddons/Makefile +++ x11-toolkits/kf5-kguiaddons/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= cmake compiler:c++11-lib desktop-file-utils kde:5 \ - pkgconfig qt:5 tar:xz xorg + qt:5 tar:xz xorg USE_KDE= plasma-wayland-protocols \ ecm_build USE_QT= core gui wayland widgets x11extras \ Index: x11-toolkits/kf5-kwidgetsaddons/Makefile =================================================================== --- x11-toolkits/kf5-kwidgetsaddons/Makefile +++ x11-toolkits/kf5-kwidgetsaddons/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 addons to QtWidgets -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm_build USE_QT= core gui linguisttools uiplugin uitools wayland widgets \ buildtools_build qmake_build testlib_build Index: x11-toolkits/libadwaita/Makefile =================================================================== --- x11-toolkits/libadwaita/Makefile +++ x11-toolkits/libadwaita/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ libgraphene-1.0.so:graphics/graphene -USES= gettext gnome meson ninja pkgconfig vala:build +USES= gettext gnome meson ninja vala:build USE_GITLAB= yes USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build GL_SITE= https://gitlab.gnome.org Index: x11-toolkits/libdazzle/Makefile =================================================================== --- x11-toolkits/libdazzle/Makefile +++ x11-toolkits/libdazzle/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build +USES= compiler:c11 gettext gnome meson tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build .include Index: x11-toolkits/libdecor/Makefile =================================================================== --- x11-toolkits/libdecor/Makefile +++ x11-toolkits/libdecor/Makefile @@ -18,7 +18,7 @@ wayland-protocols>=1.15:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= gnome meson pkgconfig +USES= gnome meson USE_GITLAB= yes USE_GNOME= cairo pango USE_LDCONFIG= yes Index: x11-toolkits/libgdiplus/Makefile =================================================================== --- x11-toolkits/libgdiplus/Makefile +++ x11-toolkits/libgdiplus/Makefile @@ -17,8 +17,7 @@ libfontconfig.so:x11-fonts/fontconfig GNU_CONFIGURE= yes -USES= cpe gettext-runtime gmake gnome jpeg libtool:keepla pathfix \ - pkgconfig +USES= cpe gettext-runtime gmake gnome jpeg libtool:keepla pathfix USE_GNOME= cairo glib20 pango USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11-toolkits/libhandy/Makefile =================================================================== --- x11-toolkits/libhandy/Makefile +++ x11-toolkits/libhandy/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ libgladeui-2.so:devel/glade -USES= compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build +USES= compiler:c11 gettext gnome meson tar:xz vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes Index: x11-toolkits/libhandy0/Makefile =================================================================== --- x11-toolkits/libhandy0/Makefile +++ x11-toolkits/libhandy0/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgladeui-2.so:devel/glade -USES= compiler:c11 gettext gnome meson pkgconfig vala:build +USES= compiler:c11 gettext gnome meson vala:build USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_LDCONFIG= yes Index: x11-toolkits/libsexy/Makefile =================================================================== --- x11-toolkits/libsexy/Makefile +++ x11-toolkits/libsexy/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes -USES= gettext gnome libtool pathfix pkgconfig +USES= gettext gnome libtool pathfix USE_GNOME= gtk20 libxml2 USE_LDCONFIG= yes Index: x11-toolkits/libunique3/Makefile =================================================================== --- x11-toolkits/libunique3/Makefile +++ x11-toolkits/libunique3/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg +USES= gettext gmake gnome libtool pathfix tar:xz xorg USE_XORG= ice x11 USE_LDCONFIG= yes USE_GNOME= gtk30 gnomeprefix introspection:build Index: x11-toolkits/libwnck/Makefile =================================================================== --- x11-toolkits/libwnck/Makefile +++ x11-toolkits/libwnck/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES+= bison gettext gmake gnome libtool localbase:ldflags \ - pathfix pkgconfig xorg + pathfix xorg USE_XORG= xres x11 USE_GNOME= gtk20 intlhack introspection USE_LDCONFIG= yes Index: x11-toolkits/libwnck3/Makefile =================================================================== --- x11-toolkits/libwnck3/Makefile +++ x11-toolkits/libwnck3/Makefile @@ -13,7 +13,7 @@ USES= tar:xz -USES+= bison gettext gnome localbase meson pkgconfig \ +USES+= bison gettext gnome localbase meson \ xorg USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build USE_XORG= xext xrender xres x11 Index: x11-toolkits/libxaw3dxft/Makefile =================================================================== --- x11-toolkits/libxaw3dxft/Makefile +++ x11-toolkits/libxaw3dxft/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= libtool pathfix pkgconfig tar:bzip2 xorg +USES= libtool pathfix tar:bzip2 xorg GNU_CONFIGURE= yes USE_XORG= x11 xext xft xmu xpm xt USE_LDCONFIG= yes Index: x11-toolkits/mygui/Makefile =================================================================== --- x11-toolkits/mygui/Makefile +++ x11-toolkits/mygui/Makefile @@ -24,7 +24,7 @@ MYGUI_RENDERSYSTEM?= 0 -USES+= cmake:insource compiler:c++11-lib pkgconfig +USES+= cmake:insource compiler:c++11-lib CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=FALSE \ -DMYGUI_BUILD_TOOLS=FALSE \ -DMYGUI_BUILD_DOCS=FALSE \ Index: x11-toolkits/ntk/Makefile =================================================================== --- x11-toolkits/ntk/Makefile +++ x11-toolkits/ntk/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 \ libpng.so:graphics/png -USES= gnome jpeg localbase:ldflags pkgconfig waf xorg +USES= gnome jpeg localbase:ldflags waf xorg USE_GNOME= cairo USE_XORG= x11 xft USE_LDCONFIG= yes Index: x11-toolkits/ocaml-lablgtk2/Makefile =================================================================== --- x11-toolkits/ocaml-lablgtk2/Makefile +++ x11-toolkits/ocaml-lablgtk2/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GNOME= cairo gdkpixbuf2 gtk20 USE_OCAML= yes USE_OCAML_FINDLIB= yes Index: x11-toolkits/open-motif-devel/Makefile =================================================================== --- x11-toolkits/open-motif-devel/Makefile +++ x11-toolkits/open-motif-devel/Makefile @@ -19,7 +19,7 @@ CONFLICTS= lesstif CONFLICTS_INSTALL= open-motif -USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg +USES= autoreconf gmake iconv jpeg libtool:keepla xorg USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ Index: x11-toolkits/open-motif/Makefile =================================================================== --- x11-toolkits/open-motif/Makefile +++ x11-toolkits/open-motif/Makefile @@ -16,7 +16,7 @@ CONFLICTS= lesstif CONFLICTS_INSTALL= open-motif-devel -USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg +USES= autoreconf gmake iconv jpeg libtool:keepla xorg USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ Index: x11-toolkits/osm-gps-map/Makefile =================================================================== --- x11-toolkits/osm-gps-map/Makefile +++ x11-toolkits/osm-gps-map/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup -USES= gmake gnome libtool pkgconfig +USES= gmake gnome libtool USE_GNOME= cairo gtk30 introspection:build USE_LDCONFIG= yes Index: x11-toolkits/p5-Prima/Makefile =================================================================== --- x11-toolkits/p5-Prima/Makefile +++ x11-toolkits/p5-Prima/Makefile @@ -17,7 +17,7 @@ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp -USES= dos2unix jpeg perl5 pkgconfig xorg +USES= dos2unix jpeg perl5 xorg USE_PERL5= configure USE_XORG= x11 xcursor xext xpm xrender xrandr Index: x11-toolkits/pango/Makefile =================================================================== --- x11-toolkits/pango/Makefile +++ x11-toolkits/pango/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c11 cpe gettext gnome localbase meson pkgconfig python:env tar:xz +USES= compiler:c11 cpe gettext gnome localbase meson python:env tar:xz USE_LDCONFIG= yes USE_GNOME= cairo glib20 introspection:build Index: x11-toolkits/pangolin/Makefile =================================================================== --- x11-toolkits/pangolin/Makefile +++ x11-toolkits/pangolin/Makefile @@ -15,7 +15,7 @@ libtiff.so:graphics/tiff \ libzstd.so:archivers/zstd -USES= cmake compiler:c++14-lang eigen:3 gl jpeg pkgconfig xorg +USES= cmake compiler:c++14-lang eigen:3 gl jpeg xorg USE_XORG= ice sm x11 xext USE_GL= gl glew glu USE_LDCONFIG= yes Index: x11-toolkits/pangomm/Makefile =================================================================== --- x11-toolkits/pangomm/Makefile +++ x11-toolkits/pangomm/Makefile @@ -15,8 +15,7 @@ .if !defined(REFERENCE_PORT) PORTSCOUT= limitw:1,even -USES+= compiler:c++11-lang gmake gnome libtool localbase pathfix \ - pkgconfig +USES+= compiler:c++11-lang gmake gnome libtool localbase pathfix USE_CXXSTD= c++11 USE_GNOME= cairomm glibmm pango GNU_CONFIGURE= yes Index: x11-toolkits/pangox-compat/Makefile =================================================================== --- x11-toolkits/pangox-compat/Makefile +++ x11-toolkits/pangox-compat/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= pango>=1.34.0:x11-toolkits/pango -USES= gmake gnome libtool localbase:ldflags pathfix pkgconfig \ +USES= gmake gnome libtool localbase:ldflags pathfix \ tar:xz xorg USE_XORG= x11 ice USE_LDCONFIG= yes Index: x11-toolkits/plasma5-kdeplasma-addons/Makefile =================================================================== --- x11-toolkits/plasma5-kdeplasma-addons/Makefile +++ x11-toolkits/plasma5-kdeplasma-addons/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 addons to improve the Plasma experience -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg USE_KDE= activities archive attica auth bookmarks codecs completion \ config configwidgets coreaddons crash emoticons guiaddons \ holidays i18n iconthemes init itemmodels itemviews jobwidgets \ Index: x11-toolkits/py-wxPython4/Makefile =================================================================== --- x11-toolkits/py-wxPython4/Makefile +++ x11-toolkits/py-wxPython4/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR} -USES= compiler:c++11-lib gl localbase pkgconfig python:3.6+ +USES= compiler:c++11-lib gl localbase python:3.6+ USE_GL= glu USE_WX= 3.1 USE_PYTHON= distutils autoplist Index: x11-toolkits/qt5-virtualkeyboard/Makefile =================================================================== --- x11-toolkits/qt5-virtualkeyboard/Makefile +++ x11-toolkits/qt5-virtualkeyboard/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell -USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard xorg +USES= compiler:c++11-lang qmake qt-dist:5,virtualkeyboard xorg USE_QT= core declarative network gui widgets svg buildtools_build USE_XORG= xcb Index: x11-toolkits/qt6-charts/Makefile =================================================================== --- x11-toolkits/qt6-charts/Makefile +++ x11-toolkits/qt6-charts/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative Index: x11-toolkits/qt6-datavis3d/Makefile =================================================================== --- x11-toolkits/qt6-datavis3d/Makefile +++ x11-toolkits/qt6-datavis3d/Makefile @@ -8,7 +8,7 @@ BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 +USES= cmake compiler:c++11-lang gl qt-dist:6 USE_GL= gl opengl USE_QT= base declarative Index: x11-toolkits/qt6-declarative/Makefile =================================================================== --- x11-toolkits/qt6-declarative/Makefile +++ x11-toolkits/qt6-declarative/Makefile @@ -20,7 +20,7 @@ libxkbcommon.so:x11/libxkbcommon \ libzstd.so:archivers/zstd -USES= cmake compiler:c++17-lang gettext-runtime gl gnome pkgconfig python:3.5+ xorg \ +USES= cmake compiler:c++17-lang gettext-runtime gl gnome python:3.5+ xorg \ qt-dist:6 USE_GL= gl USE_GNOME= glib20 Index: x11-toolkits/qt6-virtualkeyboard/Makefile =================================================================== --- x11-toolkits/qt6-virtualkeyboard/Makefile +++ x11-toolkits/qt6-virtualkeyboard/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 xorg +USES= cmake compiler:c++11-lang gl qt-dist:6 xorg USE_GL= gl opengl USE_QT= base declarative svg USE_XORG= xcb Index: x11-toolkits/qtermwidget/Makefile =================================================================== --- x11-toolkits/qtermwidget/Makefile +++ x11-toolkits/qtermwidget/Makefile @@ -10,7 +10,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang gettext-runtime lxqt \ - pkgconfig qt:5 tar:xz + qt:5 tar:xz USE_LDCONFIG= yes USE_QT= buildtools_build core gui qmake_build linguisttools widgets USE_LXQT= buildtools Index: x11-toolkits/rep-gtk2/Makefile =================================================================== --- x11-toolkits/rep-gtk2/Makefile +++ x11-toolkits/rep-gtk2/Makefile @@ -15,7 +15,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= autoreconf gmake gnome libtool pathfix pkgconfig tar:xz +USES= autoreconf gmake gnome libtool pathfix tar:xz GNU_CONFIGURE= yes USE_GNOME= cairo gdkpixbuf2 gtk20 Index: x11-toolkits/rubygem-gdk4/Makefile =================================================================== --- x11-toolkits/rubygem-gdk4/Makefile +++ x11-toolkits/rubygem-gdk4/Makefile @@ -14,7 +14,7 @@ rubygem-gdk_pixbuf2>=${PORTVERSION}:graphics/rubygem-gdk_pixbuf2 \ rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango -USES= gem gnome pkgconfig +USES= gem gnome USE_GNOME= gtk40 USE_RUBY= yes Index: x11-toolkits/scintilla/Makefile =================================================================== --- x11-toolkits/scintilla/Makefile +++ x11-toolkits/scintilla/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/../License.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= compiler:c++17-lang cpe gmake gnome iconv pkgconfig tar:tgz +USES= compiler:c++17-lang cpe gmake gnome iconv tar:tgz PATCH_WRKSRC= ${WRKDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/${PORTNAME}/gtk Index: x11-toolkits/sdl_pango/Makefile =================================================================== --- x11-toolkits/sdl_pango/Makefile +++ x11-toolkits/sdl_pango/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome libtool pathfix pkgconfig sdl +USES= gnome libtool pathfix sdl GNU_CONFIGURE= yes USE_SDL= sdl USE_GNOME= pango Index: x11-toolkits/shared-desktop-ontologies/Makefile =================================================================== --- x11-toolkits/shared-desktop-ontologies/Makefile +++ x11-toolkits/shared-desktop-ontologies/Makefile @@ -9,7 +9,7 @@ CMAKE_ARGS+= -DPKGCONFIG_INSTALL_DIR:PATH="libdata/pkgconfig/" INSTALL_TARGET= install -USES= cmake pkgconfig tar:bzip2 +USES= cmake tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's|share/cmake/SharedDesktopOntologies|lib/cmake/SharedDesktopOntologies|' \ Index: x11-toolkits/soqt/Makefile =================================================================== --- x11-toolkits/soqt/Makefile +++ x11-toolkits/soqt/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libCoin.so:graphics/Coin USES= cmake compiler:c++11-lang dos2unix gl libtool \ - localbase:ldflags pathfix pkgconfig qmake:no_env qt:5 xorg zip + localbase:ldflags pathfix qmake:no_env qt:5 xorg zip USE_QT= buildtools core gui opengl qmake widgets USE_GL= gl USE_XORG= ice sm x11 xext xi Index: x11-toolkits/swt/Makefile =================================================================== --- x11-toolkits/swt/Makefile +++ x11-toolkits/swt/Makefile @@ -11,7 +11,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le -USES= compiler:c++11-lang gl gmake gnome pkgconfig zip:infozip xorg +USES= compiler:c++11-lang gl gmake gnome zip:infozip xorg USE_ANT= yes USE_GL= glu gl Index: x11-toolkits/tepl6/Makefile =================================================================== --- x11-toolkits/tepl6/Makefile +++ x11-toolkits/tepl6/Makefile @@ -16,7 +16,7 @@ libicuuc.so:devel/icu \ libuchardet.so:textproc/uchardet -USES= compiler:c11 gettext gnome meson pkgconfig tar:xz +USES= compiler:c11 gettext gnome meson tar:xz USE_GNOME= cairo gdkpixbuf2 gtksourceview4 libxml2 USE_LDCONFIG= yes Index: x11-toolkits/termit/Makefile =================================================================== --- x11-toolkits/termit/Makefile +++ x11-toolkits/termit/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libgnutls.so:security/gnutls -USES= cmake gnome lua:53+ pkgconfig xorg +USES= cmake gnome lua:53+ xorg USE_CSTD= c99 USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 gtk30 vte3 Index: x11-toolkits/unique/Makefile =================================================================== --- x11-toolkits/unique/Makefile +++ x11-toolkits/unique/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib -USES= gettext gmake gnome libtool pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool pathfix tar:bzip2 USE_GNOME= gtk20 gnomeprefix introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: x11-toolkits/vdk/Makefile =================================================================== --- x11-toolkits/vdk/Makefile +++ x11-toolkits/vdk/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgnuregex.so.6:devel/libgnuregex -USES= gnome libtool pathfix pkgconfig +USES= gnome libtool pathfix USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-opt=no --enable-doc-html=no --enable-testvdk=no Index: x11-toolkits/vte/Makefile =================================================================== --- x11-toolkits/vte/Makefile +++ x11-toolkits/vte/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:x11-toolkits/gnome-pty-helper -USES+= cpe gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= cpe gettext gmake gnome libtool localbase pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk20 intltool introspection:build Index: x11-toolkits/vte3/Makefile =================================================================== --- x11-toolkits/vte3/Makefile +++ x11-toolkits/vte3/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang gettext gnome localbase meson \ - pkgconfig python:3.6+ tar:xz vala:build + python:3.6+ tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build Index: x11-toolkits/wlroots-devel/Makefile =================================================================== --- x11-toolkits/wlroots-devel/Makefile +++ x11-toolkits/wlroots-devel/Makefile @@ -23,7 +23,7 @@ libseat.so:sysutils/seatd \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gl meson pkgconfig xorg +USES= compiler:c11 gl meson xorg USE_GITLAB= yes USE_GL= gbm USE_XORG= pixman Index: x11-toolkits/wlroots/Makefile =================================================================== --- x11-toolkits/wlroots/Makefile +++ x11-toolkits/wlroots/Makefile @@ -22,7 +22,7 @@ libseat.so:sysutils/seatd \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gl meson pkgconfig xorg +USES= compiler:c11 gl meson xorg USE_GITLAB= yes USE_GL= gbm USE_XORG= pixman Index: x11-toolkits/wxgtk28/Makefile =================================================================== --- x11-toolkits/wxgtk28/Makefile +++ x11-toolkits/wxgtk28/Makefile @@ -14,7 +14,7 @@ libexpat.so:textproc/expat2 USES= compiler:c++11-lang gl gmake gnome iconv jpeg localbase \ - pkgconfig tar:bzip2 xorg + tar:bzip2 xorg USE_CXXSTD= gnu++98 USE_XORG= x11 sm xxf86vm xinerama USE_GL= glu Index: x11-toolkits/wxgtk30/Makefile =================================================================== --- x11-toolkits/wxgtk30/Makefile +++ x11-toolkits/wxgtk30/Makefile @@ -22,7 +22,7 @@ libtiff.so:graphics/tiff USES= compiler:c++11-lib gl gmake gnome iconv jpeg localbase \ - pkgconfig tar:bz2 xorg + tar:bz2 xorg USE_XORG= x11 sm xxf86vm xinerama USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 Index: x11-toolkits/wxgtk31/Makefile =================================================================== --- x11-toolkits/wxgtk31/Makefile +++ x11-toolkits/wxgtk31/Makefile @@ -27,7 +27,7 @@ libwayland-egl.so:graphics/wayland USES= compiler:c++11-lib gl gmake gnome iconv jpeg localbase \ - pkgconfig tar:bz2 xorg + tar:bz2 xorg GNU_CONFIGURE= yes USE_XORG= x11 sm xxf86vm xtst Index: x11-toolkits/xmhtml/Makefile =================================================================== --- x11-toolkits/xmhtml/Makefile +++ x11-toolkits/xmhtml/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= gmake jpeg libtool:build motif pkgconfig tar:tgz xorg +USES= gmake jpeg libtool:build motif tar:tgz xorg USE_XORG= xft xmu xpm xt USE_LDCONFIG= yes Index: x11-toolkits/ztoolkit/Makefile =================================================================== --- x11-toolkits/ztoolkit/Makefile +++ x11-toolkits/ztoolkit/Makefile @@ -12,7 +12,7 @@ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gnome meson pkgconfig xorg +USES= compiler:c11 gnome meson xorg USE_GNOME= cairo librsvg2 USE_XORG= x11 Index: x11-wm/afterstep-stable/Makefile =================================================================== --- x11-wm/afterstep-stable/Makefile +++ x11-wm/afterstep-stable/Makefile @@ -16,7 +16,7 @@ libtiff.so:graphics/tiff RUN_DEPENDS= xli:graphics/xli -USES= gmake gnome jpeg pkgconfig shebangfix tar:bzip2 xorg +USES= gmake gnome jpeg shebangfix tar:bzip2 xorg USE_CSTD= gnu89 USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 librsvg2 pango USE_XORG+= ice sm x11 xcomposite xcursor xdamage xext xfixes xi xinerama \ Index: x11-wm/awesome/Makefile =================================================================== --- x11-wm/awesome/Makefile +++ x11-wm/awesome/Makefile @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= awesome3 -USES= cmake compiler:c11 gettext gnome iconv magick:build pkgconfig lua \ +USES= cmake compiler:c11 gettext gnome iconv magick:build lua \ shebangfix xorg USE_GNOME= glib20 pango gdkpixbuf2 librsvg2 USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \ Index: x11-wm/bbkeys/Makefile =================================================================== --- x11-wm/bbkeys/Makefile +++ x11-wm/bbkeys/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= blackbox:x11-wm/blackbox -USES= perl5 pkgconfig xorg +USES= perl5 xorg USE_PERL5= build USE_XORG= x11 xext GNU_CONFIGURE= yes Index: x11-wm/bbpager/Makefile =================================================================== --- x11-wm/bbpager/Makefile +++ x11-wm/bbpager/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= blackbox:x11-wm/blackbox -USES= pathfix pkgconfig xorg +USES= pathfix xorg USE_XORG= xext sm x11 xau xcursor xi GNU_CONFIGURE= yes CPPFLAGS+= `pkg-config --cflags xft` Index: x11-wm/berry/Makefile =================================================================== --- x11-wm/berry/Makefile +++ x11-wm/berry/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gmake pkgconfig xorg +USES= gmake xorg USE_GITHUB= yes GH_ACCOUNT= JLErvin USE_XORG= x11 xft xinerama Index: x11-wm/blackbox/Makefile =================================================================== --- x11-wm/blackbox/Makefile +++ x11-wm/blackbox/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pathfix pkgconfig iconv xorg +USES= pathfix iconv xorg USE_XORG= x11 xft GNU_CONFIGURE= yes Index: x11-wm/cage/Makefile =================================================================== --- x11-wm/cage/Makefile +++ x11-wm/cage/Makefile @@ -23,7 +23,7 @@ libwlroots.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= Hjdskes Index: x11-wm/cagebreak/Makefile =================================================================== --- x11-wm/cagebreak/Makefile +++ x11-wm/cagebreak/Makefile @@ -19,7 +19,7 @@ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome meson pkgconfig xorg +USES= compiler:c11 gnome meson xorg USE_GITHUB= yes USE_GNOME= cairo pango USE_XORG= pixman Index: x11-wm/chamfer/Makefile =================================================================== --- x11-wm/chamfer/Makefile +++ x11-wm/chamfer/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR} -USES= compiler:c++17-lang meson localbase pkgconfig python:3.3+ xorg +USES= compiler:c++17-lang meson localbase python:3.3+ xorg USE_GITHUB= yes USE_XORG= xcb GH_ACCOUNT= jaelpark Index: x11-wm/compiz-plugins-extra/Makefile =================================================================== --- x11-wm/compiz-plugins-extra/Makefile +++ x11-wm/compiz-plugins-extra/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gettext-tools gmake gl gnome libtool:keepla localbase:ldflags \ - pathfix pkgconfig tar:bzip2 xorg + pathfix tar:bzip2 xorg USE_GL= glu USE_CSTD= gnu89 USE_GNOME= gdkpixbuf2 intltool libxslt Index: x11-wm/compiz-plugins-main/Makefile =================================================================== --- x11-wm/compiz-plugins-main/Makefile +++ x11-wm/compiz-plugins-main/Makefile @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gettext-tools gl gmake gnome jpeg libtool:keepla localbase:ldflags pathfix \ - pkgconfig tar:bzip2 xorg + tar:bzip2 xorg USE_CSTD= gnu89 USE_GL= glu USE_GNOME= intltool libxslt Index: x11-wm/compiz-plugins-unsupported/Makefile =================================================================== --- x11-wm/compiz-plugins-unsupported/Makefile +++ x11-wm/compiz-plugins-unsupported/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gettext-tools gmake gnome libtool:keepla localbase:ldflags pathfix \ - pkgconfig tar:bzip2 xorg + tar:bzip2 xorg USE_GNOME= intltool libxslt USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr USE_LDCONFIG= yes Index: x11-wm/compton/Makefile =================================================================== --- x11-wm/compton/Makefile +++ x11-wm/compton/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= chjj GH_TAGNAME= b7f43ee -USES= gmake pkgconfig xorg +USES= gmake xorg USE_XORG= x11 xcomposite xdamage xext xfixes xrandr xrender MAKE_ARGS= COMPTON_VERSION=git-${PORTVERSION}-${GH_TAGNAME} \ Index: x11-wm/cwm/Makefile =================================================================== --- x11-wm/cwm/Makefile +++ x11-wm/cwm/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xft xrandr MAKE_ARGS= MANPREFIX="${MANPREFIX}/man" PLIST_FILES= bin/cwm \ Index: x11-wm/devilspie/Makefile =================================================================== --- x11-wm/devilspie/Makefile +++ x11-wm/devilspie/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3 -USES= gettext gmake gnome pkgconfig tar:xz +USES= gettext gmake gnome tar:xz USE_GNOME= libwnck intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11-wm/devilspie2/Makefile =================================================================== --- x11-wm/devilspie2/Makefile +++ x11-wm/devilspie2/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libwnck-3.so:x11-toolkits/libwnck3 -USES= gettext gmake gnome lua:51 pkgconfig tar:xz +USES= gettext gmake gnome lua:51 tar:xz USE_GNOME= glib20 gtk30 intltool libwnck MAKE_ENV+= "PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig" CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/glib-2.0 \ Index: x11-wm/dwl/Makefile =================================================================== --- x11-wm/dwl/Makefile +++ x11-wm/dwl/Makefile @@ -23,7 +23,7 @@ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gmake pkgconfig +USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= djpohly PLIST_FILES= bin/${PORTNAME} \ Index: x11-wm/e16/Makefile =================================================================== --- x11-wm/e16/Makefile +++ x11-wm/e16/Makefile @@ -16,7 +16,7 @@ libharfbuzz.so:print/harfbuzz USES= autoreconf gettext-tools gmake iconv libtool gnome perl5 \ - pkgconfig python shebangfix xorg + python shebangfix xorg INSTALL_TARGET= install-strip Index: x11-wm/echinus/Makefile =================================================================== --- x11-wm/echinus/Makefile +++ x11-wm/echinus/Makefile @@ -15,7 +15,7 @@ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xau xcb xdmcp xext xft xrender xrandr FILES= echinusrc close.xbm iconify.xbm max.xbm Index: x11-wm/emerald/Makefile =================================================================== --- x11-wm/emerald/Makefile +++ x11-wm/emerald/Makefile @@ -17,7 +17,7 @@ GNU_CONFIGURE= yes USES= desktop-file-utils gl gmake gnome libtool pathfix \ - pkgconfig shared-mime-info tar:bzip2 xorg + shared-mime-info tar:bzip2 xorg USE_GL= gl USE_GNOME= cairo gtk20 intltool libwnck pango USE_XORG= x11 xrender Index: x11-wm/enlightenment/Makefile =================================================================== --- x11-wm/enlightenment/Makefile +++ x11-wm/enlightenment/Makefile @@ -14,7 +14,7 @@ libpulse.so:audio/pulseaudio USES= compiler:c11 cpe desktop-file-utils gettext-tools gnome \ - localbase:ldflags meson ninja iconv libtool pathfix pkgconfig \ + localbase:ldflags meson ninja iconv libtool pathfix \ tar:xz xorg USE_XORG= xcb USE_LDCONFIG= yes Index: x11-wm/epplets/Makefile =================================================================== --- x11-wm/epplets/Makefile +++ x11-wm/epplets/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libcdaudio.so:audio/libcdaudio RUN_DEPENDS= e16:x11-wm/e16 -USES= gl gmake libtool magick:6,run pkgconfig xorg +USES= gl gmake libtool magick:6,run xorg USE_XORG= xext USE_GL= glut USE_LDCONFIG= yes Index: x11-wm/fluxbox/Makefile =================================================================== --- x11-wm/fluxbox/Makefile +++ x11-wm/fluxbox/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gmake pkgconfig xorg +USES= gmake xorg USE_XORG= x11 xext xorgproto xft xpm xrandr GNU_CONFIGURE= yes Index: x11-wm/fvwm2/Makefile =================================================================== --- x11-wm/fvwm2/Makefile +++ x11-wm/fvwm2/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mandoc --without-gnome --disable-gtk \ ac_cv_path_PYTHON=${PYTHON_CMD} -USES= cpe gmake gnome perl5 pkgconfig python:3.4+ gettext readline xorg +USES= cpe gmake gnome perl5 python:3.4+ gettext readline xorg USE_XORG= xcursor xft xinerama xpm xrender x11 ice xext USE_GNOME= cairo Index: x11-wm/fvwm3/Makefile =================================================================== --- x11-wm/fvwm3/Makefile +++ x11-wm/fvwm3/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= compiler:c11 cpe pkgconfig python:3.7+ readline xorg +USES= compiler:c11 cpe python:3.7+ readline xorg USE_XORG= ice sm x11 xext xft xrandr xrender xt CONFLICTS_INSTALL= fvwm Index: x11-wm/gamescope/Makefile =================================================================== --- x11-wm/gamescope/Makefile +++ x11-wm/gamescope/Makefile @@ -27,7 +27,7 @@ libwlroots.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++11-lib meson pkgconfig sdl xorg +USES= compiler:c++11-lib meson sdl xorg USE_GITHUB= yes USE_SDL= sdl2 USE_XORG= x11 xcomposite xdamage xext xfixes xrender xres xtst xxf86vm Index: x11-wm/herbstluftwm/Makefile =================================================================== --- x11-wm/herbstluftwm/Makefile +++ x11-wm/herbstluftwm/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS+= libfreetype.so:print/freetype2 USES= cmake compiler:c++11-lang gnome \ - localbase:ldflags pkgconfig shebangfix xorg + localbase:ldflags shebangfix xorg USE_GITHUB= yes USE_GNOME= glib20 USE_XORG= x11 xext xfixes xft xinerama xrandr xrender Index: x11-wm/hikari/Makefile =================================================================== --- x11-wm/hikari/Makefile +++ x11-wm/hikari/Makefile @@ -19,7 +19,7 @@ libwlroots.so:x11-toolkits/wlroots \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome pkgconfig xorg +USES= compiler:c11 gnome xorg USE_GNOME= cairo pango USE_XORG= pixman Index: x11-wm/i3-gaps/Makefile =================================================================== --- x11-wm/i3-gaps/Makefile +++ x11-wm/i3-gaps/Makefile @@ -28,7 +28,7 @@ p5-Try-Tiny>=0:lang/p5-Try-Tiny USES= compiler:c11 gettext-runtime gnome iconv localbase:ldflags \ - meson perl5 pkgconfig xorg + meson perl5 xorg USE_GITHUB= yes GH_ACCOUNT= Airblader USE_GNOME= glib20 Index: x11-wm/i3/Makefile =================================================================== --- x11-wm/i3/Makefile +++ x11-wm/i3/Makefile @@ -28,7 +28,7 @@ p5-Try-Tiny>=0:lang/p5-Try-Tiny USES= compiler:c11 gnome iconv localbase:ldflags meson perl5 \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GNOME= glib20 USE_XORG= xcb MESON_ARGS= -Ddocs=false \ Index: x11-wm/icewm/Makefile =================================================================== --- x11-wm/icewm/Makefile +++ x11-wm/icewm/Makefile @@ -15,7 +15,7 @@ libsndfile.so:audio/libsndfile USES= compiler:c++11-lang gmake gnome iconv:translit localbase \ - perl5 pkgconfig shebangfix tar:lz xorg + perl5 shebangfix tar:lz xorg USE_GNOME= glib20 USE_PERL5= build USE_XORG= ice sm x11 xcomposite xdamage xext xfixes xpm xrender Index: x11-wm/jwm/Makefile =================================================================== --- x11-wm/jwm/Makefile +++ x11-wm/jwm/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= iconv localbase pkgconfig tar:xz xorg +USES= iconv localbase tar:xz xorg USE_XORG= x11 GNU_CONFIGURE= yes Index: x11-wm/kickshaw/Makefile =================================================================== --- x11-wm/kickshaw/Makefile +++ x11-wm/kickshaw/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 USE_GNOME= cairo gdkpixbuf2 MAKE_ARGS= CC="${CC}" Index: x11-wm/kwinft/Makefile =================================================================== --- x11-wm/kwinft/Makefile +++ x11-wm/kwinft/Makefile @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= plasma5-kwin # bin/kwin_wayland -USES= cmake:testing gl kde:5 pkgconfig python:run qt:5 shebangfix xorg +USES= cmake:testing gl kde:5 python:run qt:5 shebangfix xorg USE_GITLAB= yes USE_GL= egl USE_KDE= ecm_build auth completion config configwidgets \ Index: x11-wm/labwc/Makefile =================================================================== --- x11-wm/labwc/Makefile +++ x11-wm/labwc/Makefile @@ -15,7 +15,7 @@ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome meson pkgconfig xorg +USES= compiler:c11 gnome meson xorg USE_GITHUB= yes USE_GNOME= cairo libxml2 pango USE_XORG= pixman Index: x11-wm/libcompizconfig/Makefile =================================================================== --- x11-wm/libcompizconfig/Makefile +++ x11-wm/libcompizconfig/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gettext gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gettext gmake gnome libtool:keepla pathfix tar:bzip2 USE_GNOME= intltool libxml2 CPPFLAGS+= -I${LOCALBASE}/include Index: x11-wm/libdockapp/Makefile =================================================================== --- x11-wm/libdockapp/Makefile +++ x11-wm/libdockapp/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= mkfontdir:x11-fonts/mkfontscale -USES= autoreconf fonts libtool pkgconfig xorg +USES= autoreconf fonts libtool xorg USE_LDCONFIG= yes USE_XORG= fontutil x11 xext xpm Index: x11-wm/libwraster/Makefile =================================================================== --- x11-wm/libwraster/Makefile +++ x11-wm/libwraster/Makefile @@ -16,7 +16,7 @@ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp -USES= jpeg libtool localbase pathfix pkgconfig xorg +USES= jpeg libtool localbase pathfix xorg USE_LDCONFIG= yes USE_XORG= x11 xext xft xinerama xmu xpm BUILD_WRKSRC= ${WRKSRC}/wrlib Index: x11-wm/lwm/Makefile =================================================================== --- x11-wm/lwm/Makefile +++ x11-wm/lwm/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig xorg +USES= xorg USE_XORG= sm x11 xext MAKEFILE= no_xmkmf_makefile MAKE_ARGS= LDFLAGS="${LDFLAGS}" Index: x11-wm/lxappearance-obconf/Makefile =================================================================== --- x11-wm/lxappearance-obconf/Makefile +++ x11-wm/lxappearance-obconf/Makefile @@ -17,7 +17,7 @@ lxappearance:x11-themes/lxappearance RUN_DEPENDS= ${BUILD_DEPENDS} -USES= gettext-tools gmake gnome libtool pkgconfig tar:xz xorg +USES= gettext-tools gmake gnome libtool tar:xz xorg GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool intlhack atk cairo pango gdkpixbuf2 \ librsvg2 libxml2 Index: x11-wm/lxqt-panel/Makefile =================================================================== --- x11-wm/lxqt-panel/Makefile +++ x11-wm/lxqt-panel/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= lxmenu-data>=0.1.2:x11/lxmenu-data USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 gnome \ - localbase:ldflags lxqt pkgconfig tar:xz xorg + localbase:ldflags lxqt tar:xz xorg USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ x11extras xml concurrent USE_KDE= windowsystem Index: x11-wm/lxqt-session/Makefile =================================================================== --- x11-wm/lxqt-session/Makefile +++ x11-wm/lxqt-session/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= xdg-user-dirs-update:devel/xdg-user-dirs USES= cmake compiler:c++14-lang kde:5 lxqt qt:5 \ - pkgconfig tar:xz xorg gnome + tar:xz xorg gnome USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem Index: x11-wm/lxsession/Makefile =================================================================== --- x11-wm/lxsession/Makefile +++ x11-wm/lxsession/Makefile @@ -17,7 +17,7 @@ libpolkit-agent-1.so:sysutils/polkit \ libck-connector.so:sysutils/consolekit2 -USES= autoreconf gmake gnome localbase pkgconfig tar:xz vala:build xorg +USES= autoreconf gmake gnome localbase tar:xz vala:build xorg USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 libxslt USE_XORG= x11 Index: x11-wm/marco/Makefile =================================================================== --- x11-wm/marco/Makefile +++ x11-wm/marco/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig \ +USES= gettext gmake gnome libtool localbase pathfix \ tar:xz xorg USE_XORG= ice sm x11 xcomposite xcursor xdamage xext xfixes \ xinerama xrandr xrender Index: x11-wm/metacity/Makefile =================================================================== --- x11-wm/metacity/Makefile +++ x11-wm/metacity/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gmake gnome libtool localbase pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg GNU_CONFIGURE= yes USE_XORG= x11 xcomposite xcursor xdamage xext xinerama xpresent xrandr \ xrender xres Index: x11-wm/muffin/Makefile =================================================================== --- x11-wm/muffin/Makefile +++ x11-wm/muffin/Makefile @@ -30,7 +30,7 @@ xkeyboard-config>0:x11/xkeyboard-config USES= autoreconf:build compiler:c11 gettext-tools gl gmake gnome \ - libtool localbase pathfix pkgconfig xorg + libtool localbase pathfix xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint Index: x11-wm/mutter/Makefile =================================================================== --- x11-wm/mutter/Makefile +++ x11-wm/mutter/Makefile @@ -35,7 +35,7 @@ PORTSCOUT= limitw:1,even -USES= compiler:c++0x gettext gl gnome localbase meson pkgconfig \ +USES= compiler:c++0x gettext gl gnome localbase meson \ tar:xz xorg USE_GL= egl gbm USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 introspection Index: x11-wm/nscde/Makefile =================================================================== --- x11-wm/nscde/Makefile +++ x11-wm/nscde/Makefile @@ -48,7 +48,7 @@ xsettingsd:x11/xsettingsd \ xterm:x11/xterm -USES= gettext magick pkgconfig:build pyqt:5 python:3.7+ shebangfix \ +USES= gettext magick:build pyqt:5 python:3.7+ shebangfix \ xorg USE_PYQT= pyqt5 USE_XORG= x11 xext xpm Index: x11-wm/obconf-qt/Makefile =================================================================== --- x11-wm/obconf-qt/Makefile +++ x11-wm/obconf-qt/Makefile @@ -15,7 +15,7 @@ libImlib2.so:graphics/imlib2 USES= cmake compiler:c++11-lang gettext-runtime localbase qt:5 \ - gnome lxqt pkgconfig tar:xz xorg + gnome lxqt tar:xz xorg USE_QT= buildtools_build qmake_build core gui linguisttools \ widgets x11extras Index: x11-wm/obconf/Makefile =================================================================== --- x11-wm/obconf/Makefile +++ x11-wm/obconf/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libobrender.so:x11-wm/openbox -USES= desktop-file-utils gnome pkgconfig shared-mime-info +USES= desktop-file-utils gnome shared-mime-info USE_GNOME= libglade2 GNU_CONFIGURE= yes CONFIGURE_ENV= OPENBOX_CFLAGS="`pkg-config --cflags obrender-3.5 obt-3.5`" \ Index: x11-wm/openbox/Makefile =================================================================== --- x11-wm/openbox/Makefile +++ x11-wm/openbox/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 GNU_CONFIGURE= yes -USES= gmake gnome libtool pathfix python:run pkgconfig shebangfix xorg +USES= gmake gnome libtool pathfix python:run shebangfix xorg USE_GNOME= cairo glib20 libxml2 pango USE_XORG= ice sm x11 xcursor xext xft xinerama xrandr \ xrender xau Index: x11-wm/pager/Makefile =================================================================== --- x11-wm/pager/Makefile +++ x11-wm/pager/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= sawfish:x11-wm/sawfish USE_GNOME= gtk20 -USES= gmake gnome pkgconfig tar:xz +USES= gmake gnome tar:xz GNU_CONFIGURE= yes PLIST_FILES= lib/sawfish/sawfishpager \ Index: x11-wm/pekwm/Makefile =================================================================== --- x11-wm/pekwm/Makefile +++ x11-wm/pekwm/Makefile @@ -16,7 +16,7 @@ xprop:x11/xprop USES= cmake compiler jpeg \ - localbase pkgconfig tar:bzip2 xorg + localbase tar:bzip2 xorg USE_XORG= xft xpm x11 sm ice xext xinerama xrandr USE_GITHUB= yes GH_ACCOUNT= pekdon Index: x11-wm/phoc/Makefile =================================================================== --- x11-wm/phoc/Makefile +++ x11-wm/phoc/Makefile @@ -18,7 +18,7 @@ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter -USES= compiler:c11 gl gnome meson pkgconfig python:build shebangfix xorg +USES= compiler:c11 gl gnome meson python:build shebangfix xorg USE_GITLAB= yes USE_GL= glesv2 USE_GNOME= gnomedesktop3 Index: x11-wm/picom/Makefile =================================================================== --- x11-wm/picom/Makefile +++ x11-wm/picom/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= xprop:x11/xprop \ xwininfo:x11/xwininfo -USES= compiler:c11 meson localbase pkgconfig xorg +USES= compiler:c11 meson localbase xorg USE_GITHUB= yes USE_XORG= x11 xcb xext pixman GH_ACCOUNT= yshui Index: x11-wm/plasma5-kwin/Makefile =================================================================== --- x11-wm/plasma5-kwin/Makefile +++ x11-wm/plasma5-kwin/Makefile @@ -29,7 +29,7 @@ CONFLICTS_INSTALL= kwinft # bin/kwin_wayland -USES= cmake compiler:c++11-lib gettext gl gnome kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext gl gnome kde:5 \ python:3.7+,run qt:5 shebangfix tar:xz xorg USE_GL= egl gbm USE_GNOME= glib20 Index: x11-wm/ratpoison/Makefile =================================================================== --- x11-wm/ratpoison/Makefile +++ x11-wm/ratpoison/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig xorg +USES= xorg USE_XORG= ice x11 xext xrandr xtst GNU_CONFIGURE= yes Index: x11-wm/river/Makefile =================================================================== --- x11-wm/river/Makefile +++ x11-wm/river/Makefile @@ -20,7 +20,7 @@ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -USES= pkgconfig xorg +USES= xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= riverwm Index: x11-wm/sawfish/Makefile =================================================================== --- x11-wm/sawfish/Makefile +++ x11-wm/sawfish/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= rep-gtk2>=0.90:x11-toolkits/rep-gtk2 USES= autoreconf gmake gnome libtool localbase makeinfo pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_XORG= ice sm x11 xft xinerama xrandr xtst xrender xext USE_GNOME= cairo gdkpixbuf2 gdkpixbuf2xlib gtk20 GNU_CONFIGURE= yes Index: x11-wm/sdorfehs/Makefile =================================================================== --- x11-wm/sdorfehs/Makefile +++ x11-wm/sdorfehs/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig xorg +USES= xorg USE_GITHUB= yes GH_ACCOUNT= jcs USE_XORG= x11 xft xrandr xtst Index: x11-wm/selectwm/Makefile =================================================================== --- x11-wm/selectwm/Makefile +++ x11-wm/selectwm/Makefile @@ -7,7 +7,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK application to let you select a window manager when starting X -USES= gnome pkgconfig tar:bzip2 +USES= gnome tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: x11-wm/skippy-xd/Makefile =================================================================== --- x11-wm/skippy-xd/Makefile +++ x11-wm/skippy-xd/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png -USES= gmake jpeg pkgconfig xorg +USES= gmake jpeg xorg USE_XORG= x11 xcomposite xdamage xext xfixes xft xinerama xrender USE_GITHUB= yes Index: x11-wm/subtle/Makefile =================================================================== --- x11-wm/subtle/Makefile +++ x11-wm/subtle/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= rake:devel/rubygem-rake -USES= compiler:c11 pkgconfig tar:tbz2 xorg +USES= compiler:c11 tar:tbz2 xorg USE_RUBY= yes USE_XORG= x11 xft xinerama xpm xrandr xtst Index: x11-wm/sway-devel/Makefile =================================================================== --- x11-wm/sway-devel/Makefile +++ x11-wm/sway-devel/Makefile @@ -29,7 +29,7 @@ CONFLICTS_INSTALL= ${PORTNAME} -USES= compiler:c11 gl gnome meson pkgconfig xorg +USES= compiler:c11 gl gnome meson xorg USE_GITHUB= yes USE_GL= glesv2 USE_GNOME= cairo pango Index: x11-wm/sway/Makefile =================================================================== --- x11-wm/sway/Makefile +++ x11-wm/sway/Makefile @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-devel -USES= compiler:c11 gl gnome meson pkgconfig xorg +USES= compiler:c11 gl gnome meson xorg USE_GITHUB= yes USE_GL= glesv2 USE_GNOME= cairo pango Index: x11-wm/vtwm/Makefile =================================================================== --- x11-wm/vtwm/Makefile +++ x11-wm/vtwm/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libpng.so:graphics/png -USES= pkgconfig xorg +USES= xorg GNU_CONFIGURE= yes USE_XORG= x11 xext xft xinerama xpm xmu xrandr Index: x11-wm/wayfire-plugins-extra/Makefile =================================================================== --- x11-wm/wayfire-plugins-extra/Makefile +++ x11-wm/wayfire-plugins-extra/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libwf-config.so:devel/wf-config \ libwlroots.so:x11-toolkits/wlroots -USES= compiler:c++17-lang gnome meson pkgconfig shebangfix +USES= compiler:c++17-lang gnome meson shebangfix USE_GITHUB= yes USE_GITLAB= nodefault USE_GNOME= cairo glibmm Index: x11-wm/wayfire/Makefile =================================================================== --- x11-wm/wayfire/Makefile +++ x11-wm/wayfire/Makefile @@ -26,7 +26,7 @@ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg +USES= compiler:c++17-lang gl gnome jpeg meson xorg USE_GITHUB= yes USE_GL= egl glesv2 USE_GNOME= cairo pango Index: x11-wm/windowmaker/Makefile =================================================================== --- x11-wm/windowmaker/Makefile +++ x11-wm/windowmaker/Makefile @@ -21,7 +21,7 @@ libexif.so:graphics/libexif RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:graphics/wmicons -USES= cpe gnome jpeg libtool shebangfix pathfix perl5 pkgconfig xorg +USES= cpe gnome jpeg libtool shebangfix pathfix perl5 xorg USE_CSTD= c99 USE_GNOME= pango USE_LDCONFIG= yes Index: x11-wm/wmakerconf/Makefile =================================================================== --- x11-wm/wmakerconf/Makefile +++ x11-wm/wmakerconf/Makefile @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gettext pkgconfig perl5 gmake gnome shebangfix xorg +USES= gettext perl5 gmake gnome shebangfix xorg USE_GNOME= gtk20 SHEBANG_FILES= scripts/getfile.pl.in scripts/upgrade.pl.in GNU_CONFIGURE= yes Index: x11-wm/wmii-devel/Makefile =================================================================== --- x11-wm/wmii-devel/Makefile +++ x11-wm/wmii-devel/Makefile @@ -16,7 +16,7 @@ CONFLICTS= wmii -USES= pkgconfig python:run shebangfix tar:tbz xorg +USES= python:run shebangfix tar:tbz xorg SHEBANG_FILES= alternative_wmiircs/python/wmiirc USE_XORG= x11 xext xrandr xrender xinerama xft Index: x11-wm/wmx/Makefile =================================================================== --- x11-wm/wmx/Makefile +++ x11-wm/wmx/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kwhite@site.uottawa.ca COMMENT= Simple window manager based on wm2 -USES= pkgconfig xorg +USES= xorg GNU_CONFIGURE= yes USE_XORG= ice sm x11 xcomposite xext xft xpm Index: x11-wm/xfce4-desktop/Makefile =================================================================== --- x11-wm/xfce4-desktop/Makefile +++ x11-wm/xfce4-desktop/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ +USES= compiler:c11 gettext-tools gmake gnome tar:bzip2 \ xfce xorg USE_GNOME= cairo glib20 gtk30 intltool libwnck3 USE_XFCE= garcon libexo Index: x11-wm/xfce4-panel/Makefile =================================================================== --- x11-wm/xfce4-panel/Makefile +++ x11-wm/xfce4-panel/Makefile @@ -18,7 +18,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ - libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg + libtool pathfix perl5 tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 USE_LDCONFIG= yes USE_XFCE= garcon libexo xfconf Index: x11-wm/xfce4-session/Makefile =================================================================== --- x11-wm/xfce4-session/Makefile +++ x11-wm/xfce4-session/Makefile @@ -18,7 +18,7 @@ libpolkit-gobject-1.so:sysutils/polkit USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ - pkgconfig tar:bzip2 xfce xorg + tar:bzip2 xfce xorg USE_GNOME= cairo gtk30 glib20 intltool libwnck3 USE_XFCE= libexo xfconf USE_XORG= ice sm x11 Index: x11-wm/xfce4-wm/Makefile =================================================================== --- x11-wm/xfce4-wm/Makefile +++ x11-wm/xfce4-wm/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ +USES= compiler:c11 gettext-tools gmake gnome tar:bzip2 \ xfce xorg USE_GNOME= cairo gtk30 intltool libwnck3 USE_XFCE= libmenu xfconf Index: x11/albert/Makefile =================================================================== --- x11/albert/Makefile +++ x11/albert/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libmuparser.so:math/muparser BUILD_DEPENDS= pybind11>=2.4.3:devel/pybind11 -USES= cmake localbase pkgconfig xorg qt:5 python:3.7+ compiler:c++14-lang +USES= cmake localbase xorg qt:5 python:3.7+ compiler:c++14-lang USE_QT= buildtools qmake core x11extras charts network sql gui widgets concurrent dbus \ declarative svg Index: x11/alttab/Makefile =================================================================== --- x11/alttab/Makefile +++ x11/alttab/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash LIB_DEPENDS= libpng.so:graphics/png -USES= localbase pkgconfig xorg +USES= localbase xorg USE_GITHUB= yes GH_ACCOUNT= sagb Index: x11/antimicro/Makefile =================================================================== --- x11/antimicro/Makefile +++ x11/antimicro/Makefile @@ -16,7 +16,7 @@ # output (without full paths). LDFLAGS+= -L${LOCALBASE}/lib -USES= cmake compiler:c++11-lang desktop-file-utils pkgconfig \ +USES= cmake compiler:c++11-lang desktop-file-utils \ qt:5 sdl shared-mime-info xorg USE_XORG= x11 xi xtst USE_QT= core gui linguisttools_build qmake_build buildtools_build widgets network Index: x11/appmenu-registrar/Makefile =================================================================== --- x11/appmenu-registrar/Makefile +++ x11/appmenu-registrar/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libbamf3.so:sysutils/bamf -USES= meson gnome pkgconfig gettext vala:build +USES= meson gnome gettext vala:build MESON_ARGS= -Dvalapanel=disabled \ -Dxfce=disabled \ Index: x11/apwal/Makefile =================================================================== --- x11/apwal/Makefile +++ x11/apwal/Makefile @@ -8,7 +8,7 @@ COMMENT= Simple and powerful application launcher USE_GNOME= gtk20 libxml2 -USES= gmake gnome pkgconfig +USES= gmake gnome WRKSRC= ${WRKDIR}/${PORTNAME}/src Index: x11/arcan-trayicon/Makefile =================================================================== --- x11/arcan-trayicon/Makefile +++ x11/arcan-trayicon/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= letoram GH_PROJECT= arcan Index: x11/autorandr/Makefile =================================================================== --- x11/autorandr/Makefile +++ x11/autorandr/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= gsed:textproc/gsed RUN_DEPENDS= xrandr:x11/xrandr -USES= gmake pkgconfig python:3.3-3.10 shebangfix xorg +USES= gmake python:3.3-3.10 shebangfix xorg # Use GitHub instead of MASTER_SITES=CHEESESHOP to get additional files like # the manual page and the license. USE_GITHUB= yes Index: x11/babl/Makefile =================================================================== --- x11/babl/Makefile +++ x11/babl/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 -USES= compiler:c11 gnome libtool localbase meson pathfix pkgconfig tar:xz vala:build +USES= compiler:c11 gnome libtool localbase meson pathfix tar:xz vala:build USE_LDCONFIG= yes USE_GNOME= introspection:build Index: x11/bbrun/Makefile =================================================================== --- x11/bbrun/Makefile +++ x11/bbrun/Makefile @@ -11,7 +11,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/bbrun -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_XORG= x11 xext xpm USE_GNOME= gtk20 USE_CSTD= gnu89 Index: x11/bemenu/Makefile =================================================================== --- x11/bemenu/Makefile +++ x11/bemenu/Makefile @@ -35,10 +35,10 @@ WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -WAYLAND_USES= gnome pkgconfig +WAYLAND_USES= gnome WAYLAND_USE= GNOME=cairo,glib20,pango WAYLAND_VARS= _BEMENU_RENDERERS+=wayland -X11_USES= gnome pkgconfig xorg +X11_USES= gnome xorg X11_USE= GNOME=cairo,glib20,pango \ XORG=x11,xinerama X11_VARS= _BEMENU_RENDERERS+=x11 Index: x11/bgs/Makefile =================================================================== --- x11/bgs/Makefile +++ x11/bgs/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libImlib2.so:graphics/imlib2 -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xinerama USE_GITHUB= yes Index: x11/bmpanel2/Makefile =================================================================== --- x11/bmpanel2/Makefile +++ x11/bmpanel2/Makefile @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake gnome pkgconfig xorg +USES= cmake gnome xorg USE_GNOME= pango USE_XORG= x11 xext Index: x11/brisk-menu/Makefile =================================================================== --- x11/brisk-menu/Makefile +++ x11/brisk-menu/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify -USES= compiler:c11 gettext gnome mate meson ninja pkgconfig xorg +USES= compiler:c11 gettext gnome mate meson ninja xorg USE_GITHUB= yes GH_ACCOUNT= getsolus Index: x11/cinnamon-desktop/Makefile =================================================================== --- x11/cinnamon-desktop/Makefile +++ x11/cinnamon-desktop/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \ libxkbfile>=0:x11/libxkbfile -USES= gettext gnome localbase meson pkgconfig python:3.5+,build shebangfix xorg +USES= gettext gnome localbase meson python:3.5+,build shebangfix xorg USE_GNOME= cairo gdkpixbuf2 gtk30 intltool introspection USE_XORG= x11 xext xrandr USE_LDCONFIG= yes Index: x11/cinnamon-menus/Makefile =================================================================== --- x11/cinnamon-menus/Makefile +++ x11/cinnamon-menus/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB -USES= gnome meson pkgconfig +USES= gnome meson USE_GNOME= glib20 introspection:build Index: x11/cinnamon-screensaver/Makefile =================================================================== --- x11/cinnamon-screensaver/Makefile +++ x11/cinnamon-screensaver/Makefile @@ -21,7 +21,7 @@ ${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-xapp>0:x11/py-python-xapp@${PY_FLAVOR} -USES= gettext-tools gnome meson pkgconfig python:3.5+ shebangfix xorg +USES= gettext-tools gnome meson python:3.5+ shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint Index: x11/cinnamon-session/Makefile =================================================================== --- x11/cinnamon-session/Makefile +++ x11/cinnamon-session/Makefile @@ -15,7 +15,7 @@ libcanberra.so:audio/libcanberra RUN_DEPENDS= console-kit-daemon:sysutils/consolekit2 -USES= gl gnome meson pkgconfig python:3.5+,build shebangfix xorg +USES= gl gnome meson python:3.5+,build shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint Index: x11/cinnamon/Makefile =================================================================== --- x11/cinnamon/Makefile +++ x11/cinnamon/Makefile @@ -43,7 +43,7 @@ metacity:x11-wm/metacity \ tint2:x11/tint -USES= compiler:c11 cpe gettext gl gnome gstreamer meson pkgconfig python:3.5+ shebangfix xorg +USES= compiler:c11 cpe gettext gl gnome gstreamer meson python:3.5+ shebangfix xorg CPE_VENDOR= linuxmint USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool introspection libxml2 pygobject3 USE_XORG= x11 xfixes Index: x11/compton-conf/Makefile =================================================================== --- x11/compton-conf/Makefile +++ x11/compton-conf/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= compton:x11-wm/compton USES= cmake compiler:c++14-lang localbase:ldflags lxqt qt:5 \ - pkgconfig tar:xz + tar:xz USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ widgets USE_LXQT= buildtools Index: x11/conlecterm/Makefile =================================================================== --- x11/conlecterm/Makefile +++ x11/conlecterm/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= urxvt:x11/rxvt-unicode -USES= cabal xorg gnome pkgconfig +USES= cabal xorg gnome USE_GNOME= gtk30 cairo glib20 USE_XORG= xext x11 xscrnsaver xinerama xrandr Index: x11/deforaos-keyboard/Makefile =================================================================== --- x11/deforaos-keyboard/Makefile +++ x11/deforaos-keyboard/Makefile @@ -16,7 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= desktop-file-utils gnome pkgconfig xorg +USES= desktop-file-utils gnome xorg USE_GNOME= gtk20 cairo gdkpixbuf2 USE_XORG= x11 xtst MAKE_ARGS+= PREFIX=${PREFIX} Index: x11/deforaos-libdesktop/Makefile =================================================================== --- x11/deforaos-libdesktop/Makefile +++ x11/deforaos-libdesktop/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} Index: x11/deforaos-locker/Makefile =================================================================== --- x11/deforaos-locker/Makefile +++ x11/deforaos-locker/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/Panel.pc:x11/deforaos-panel -USES= desktop-file-utils gnome pkgconfig xorg +USES= desktop-file-utils gnome xorg USE_GNOME= gtk20 cairo gdkpixbuf2 USE_XORG= x11 xext MAKE_ARGS+= PREFIX=${PREFIX} Index: x11/deforaos-panel/Makefile =================================================================== --- x11/deforaos-panel/Makefile +++ x11/deforaos-panel/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ sudo:security/sudo -USES= gnome pkgconfig xorg +USES= gnome xorg USE_GNOME= gtk20 cairo USE_XORG= x11 MAKE_ARGS+= PREFIX=${PREFIX} Index: x11/deskmenu/Makefile =================================================================== --- x11/deskmenu/Makefile +++ x11/deskmenu/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig gnome +USES= gnome GNU_CONFIGURE= yes USE_GNOME= gtk20 Index: x11/docker-tray/Makefile =================================================================== --- x11/docker-tray/Makefile +++ x11/docker-tray/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_XORG= x11 USE_GNOME= glib20 Index: x11/dzen2/Makefile =================================================================== --- x11/dzen2/Makefile +++ x11/dzen2/Makefile @@ -12,7 +12,7 @@ GH_ACCOUNT= robm GH_TAGNAME= 488ab66 -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 OPTIONS_DEFINE= EXAMPLES GADGETS XPM XINERAMA XFT Index: x11/eaglemode/Makefile =================================================================== --- x11/eaglemode/Makefile +++ x11/eaglemode/Makefile @@ -14,7 +14,7 @@ libfreetype.so:print/freetype2 USES= compiler:c++11-lib jpeg gnome perl5 \ - pkgconfig tar:bzip2 xorg + tar:bzip2 xorg USE_PERL5= build USE_XORG= x11 SUB_FILES= eaglemode.sh Index: x11/elementary-terminal/Makefile =================================================================== --- x11/elementary-terminal/Makefile +++ x11/elementary-terminal/Makefile @@ -14,7 +14,7 @@ libhandy-1.so:x11-toolkits/libhandy \ libpcre2-posix.so:devel/pcre2 -USES= desktop-file-utils gettext gnome meson pkgconfig vala:build +USES= desktop-file-utils gettext gnome meson vala:build USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 vte3 Index: x11/emprint/Makefile =================================================================== --- x11/emprint/Makefile +++ x11/emprint/Makefile @@ -11,6 +11,6 @@ DIST_SUBDIR= e17 GNU_CONFIGURE= yes -USES= pkgconfig tar:bzip2 +USES= tar:bzip2 .include Index: x11/evilvte/Makefile =================================================================== --- x11/evilvte/Makefile +++ x11/evilvte/Makefile @@ -9,7 +9,7 @@ BUILD_DEPENDS= gsed:textproc/gsed -USES= gmake gnome pkgconfig tar:xz +USES= gmake gnome tar:xz BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed HAS_CONFIGURE= yes ALL_TARGET= evilvte Index: x11/fbdesk/Makefile =================================================================== --- x11/fbdesk/Makefile +++ x11/fbdesk/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libImlib2.so:graphics/imlib2 -USES= pkgconfig xorg +USES= xorg USE_XORG= xext xft xpm xrender GNU_CONFIGURE= yes Index: x11/fbpanel/Makefile =================================================================== --- x11/fbpanel/Makefile +++ x11/fbpanel/Makefile @@ -10,7 +10,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias gmake gnome pkgconfig tar:tbz2 xorg +USES= alias gmake gnome tar:tbz2 xorg USE_GNOME= gdkpixbuf2 gdkpixbuf2xlib gtk20 USE_XORG= x11 HAS_CONFIGURE= yes Index: x11/florence/Makefile =================================================================== --- x11/florence/Makefile +++ x11/florence/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify -USES= gmake gnome gstreamer iconv libtool pathfix pkgconfig tar:bzip2 xorg +USES= gmake gnome gstreamer iconv libtool pathfix tar:bzip2 xorg USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack librsvg2 GNU_CONFIGURE= yes Index: x11/fnott/Makefile =================================================================== --- x11/fnott/Makefile +++ x11/fnott/Makefile @@ -19,7 +19,7 @@ libwayland-client.so:graphics/wayland \ libfcft.so:x11-fonts/fcft -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} Index: x11/foot/Makefile =================================================================== --- x11/foot/Makefile +++ x11/foot/Makefile @@ -18,7 +18,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} Index: x11/fuzzel/Makefile =================================================================== --- x11/fuzzel/Makefile +++ x11/fuzzel/Makefile @@ -18,7 +18,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 meson pkgconfig xorg +USES= compiler:c11 meson xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ Index: x11/gdm/Makefile =================================================================== --- x11/gdm/Makefile +++ x11/gdm/Makefile @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even USES= cpe gettext gnome libtool localbase:ldflags meson pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg CPE_VENDOR= gnome CPE_PRODUCT= gnome_display_manager USE_GNOME= cairo dconf gtk30 intltool introspection Index: x11/gmrun/Makefile =================================================================== --- x11/gmrun/Makefile +++ x11/gmrun/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 \ libpopt.so:devel/popt -USES= compiler:c++11-lang gmake gnome localbase:ldflags pkgconfig +USES= compiler:c++11-lang gmake gnome localbase:ldflags USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes Index: x11/gnome-clipboard-daemon/Makefile =================================================================== --- x11/gnome-clipboard-daemon/Makefile +++ x11/gnome-clipboard-daemon/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 -USES= gnome pkgconfig tar:bzip2 xorg +USES= gnome tar:bzip2 xorg USE_GNOME= gtk20 USE_XORG= x11 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" Index: x11/gnome-console/Makefile =================================================================== --- x11/gnome-console/Makefile +++ x11/gnome-console/Makefile @@ -20,7 +20,7 @@ libvte-2.91.so:x11-toolkits/vte3 USES= compiler:c11 desktop-file-utils gettext gnome localbase meson \ - pkgconfig tar:xz + tar:xz USE_CSTD= c11 USE_GNOME= gtk30 gtksourceview5 libadwaita GLIB_SCHEMAS= org.gnome.Console.gschema.xml Index: x11/gnome-desktop/Makefile =================================================================== --- x11/gnome-desktop/Makefile +++ x11/gnome-desktop/Makefile @@ -24,7 +24,7 @@ xkeyboard-config>=0:x11/xkeyboard-config USES= bison cpe gettext gnome localbase:ldflags meson \ - pkgconfig python:3.4+ tar:xz xorg + python:3.4+ tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 gtk40 intltool introspection:build USE_XORG= x11 USE_LDCONFIG= yes Index: x11/gnome-menus/Makefile =================================================================== --- x11/gnome-menus/Makefile +++ x11/gnome-menus/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gettext gmake gnome libtool localbase pathfix pkgconfig python tar:xz +USES= gettext gmake gnome libtool localbase pathfix python tar:xz USE_GNOME= glib20 gnomeprefix intlhack \ introspection:build GNU_CONFIGURE= yes Index: x11/gnome-pie/Makefile =================================================================== --- x11/gnome-pie/Makefile +++ x11/gnome-pie/Makefile @@ -15,7 +15,7 @@ libgee-0.8.so:devel/libgee \ libunique-1.0.so:x11-toolkits/unique -USES= cmake gnome pkgconfig vala:build xorg +USES= cmake gnome vala:build xorg USE_GITHUB= yes USE_GNOME= cairo gnomemenus3 gtk30 librsvg2 libwnck3 USE_XORG= xtst Index: x11/gnome-session/Makefile =================================================================== --- x11/gnome-session/Makefile +++ x11/gnome-session/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gl gnome localbase:ldflags meson \ - pkgconfig python:3.6+,build tar:xz xorg + python:3.6+,build tar:xz xorg USE_GNOME= gnomedesktop3 gtk30 USE_XORG= ice sm x11 xcomposite xtrans USE_GL= egl gl glesv2 Index: x11/gnome-shell-extensions/Makefile =================================================================== --- x11/gnome-shell-extensions/Makefile +++ x11/gnome-shell-extensions/Makefile @@ -17,7 +17,7 @@ PORTSCOUT= limitw:1,even NO_ARCH= yes -USES= gettext gnome meson pkgconfig python:3.8+ tar:xz +USES= gettext gnome meson python:3.8+ tar:xz USE_GNOME= glib20 gnomedesktop3 USE_LDCONFIG= yes MESON_ARGS= -Dextension_set=all \ Index: x11/gnome-shell/Makefile =================================================================== --- x11/gnome-shell/Makefile +++ x11/gnome-shell/Makefile @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 cpe gettext gl gnome gstreamer libtool localbase meson \ - pathfix perl5 pkgconfig python:3.4+ shebangfix tar:xz \ + pathfix perl5 python:3.4+ shebangfix tar:xz \ webplugin:native xorg USE_GNOME= cairo evolutiondataserver3 gdkpixbuf2 gnomedesktop3 gtk40 \ introspection libxml2 libxslt:build Index: x11/gnome-terminal/Makefile =================================================================== --- x11/gnome-terminal/Makefile +++ x11/gnome-terminal/Makefile @@ -22,7 +22,7 @@ PORTSCOUT= limitw:1,even -USES= cpe gettext gnome localbase meson pathfix pkgconfig python:3.7+ \ +USES= cpe gettext gnome localbase meson pathfix python:3.7+ \ tar:xz vala:build xorg USE_GNOME= cairo dconf gdkpixbuf2 gtk30 intltool vte3 USE_XORG= x11 Index: x11/grim/Makefile =================================================================== --- x11/grim/Makefile +++ x11/grim/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GNOME= cairo PLIST_FILES= bin/${PORTNAME} Index: x11/gromit-mpx/Makefile =================================================================== --- x11/gromit-mpx/Makefile +++ x11/gromit-mpx/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libappindicator3.so:devel/libappindicator -USES= cmake gnome pkgconfig xorg +USES= cmake gnome xorg USE_CSTD= gnu99 USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 Index: x11/gromit/Makefile =================================================================== --- x11/gromit/Makefile +++ x11/gromit/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome pkgconfig xorg +USES= gnome xorg USE_GNOME= gtk20 USE_XORG= x11 Index: x11/gtk-app-menu/Makefile =================================================================== --- x11/gtk-app-menu/Makefile +++ x11/gtk-app-menu/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libbamf3.so:sysutils/bamf -USES= meson gnome pkgconfig vala:build +USES= meson gnome vala:build MESON_ARGS= -Dappmenu-gtk-module=enabled \ -Dbudgie=disabled \ Index: x11/gtk-theme-switch2/Makefile =================================================================== --- x11/gtk-theme-switch2/Makefile +++ x11/gtk-theme-switch2/Makefile @@ -7,7 +7,7 @@ MAINTAINER= oleg@bsdpower.com COMMENT= Command line tool for switching GTK+ 2.0 themes -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_XORG= x11 USE_GNOME= gtk20 Index: x11/gtkchtheme/Makefile =================================================================== --- x11/gtkchtheme/Makefile +++ x11/gtkchtheme/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake gnome pkgconfig tar:bzip2 +USES= gmake gnome tar:bzip2 USE_GNOME= gtk20 PLIST_FILES= bin/gtk-chtheme \ Index: x11/gtkterm2/Makefile =================================================================== --- x11/gtkterm2/Makefile +++ x11/gtkterm2/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= vte -USES= gmake gnome libtool localbase pkgconfig +USES= gmake gnome libtool localbase GNU_CONFIGURE= yes PORTDOCS= README Index: x11/gxkb/Makefile =================================================================== --- x11/gxkb/Makefile +++ x11/gxkb/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libxklavier.so:x11/libxklavier -USES= gnome pkgconfig +USES= gnome GNU_CONFIGURE= yes USE_GNOME= gdkpixbuf2 glib20 Index: x11/hhpc/Makefile =================================================================== --- x11/hhpc/Makefile +++ x11/hhpc/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD3CLAUSE -USES= gmake localbase pkgconfig xorg +USES= gmake localbase xorg USE_XORG= x11 USE_GITHUB= yes GH_ACCOUNT= aktau Index: x11/hs-xmobar/Makefile =================================================================== --- x11/hs-xmobar/Makefile +++ x11/hs-xmobar/Makefile @@ -8,7 +8,7 @@ LICENSE= BSD3CLAUSE -USES= cabal pkgconfig xorg +USES= cabal xorg OPTIONS_DEFINE= EXAMPLES XFT XPM MPD INOTIFY DATEZONE THREADED UVMETER OPTIONS_DEFAULT= XFT Index: x11/hsetroot/Makefile =================================================================== --- x11/hsetroot/Makefile +++ x11/hsetroot/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= himdel -USES= gmake pkgconfig xorg +USES= gmake xorg USE_XORG= x11 xinerama PLIST_FILES= bin/hsetroot bin/hsr-outputs Index: x11/i3lock-color/Makefile =================================================================== --- x11/i3lock-color/Makefile +++ x11/i3lock-color/Makefile @@ -18,7 +18,7 @@ libxkbcommon.so:x11/libxkbcommon \ libxkbfile.so:x11/libxkbfile -USES= autoreconf gmake gnome iconv jpeg localbase pkgconfig tar:bzip2 xorg +USES= autoreconf gmake gnome iconv jpeg localbase tar:bzip2 xorg USE_CSTD= c99 USE_GCC= yes USE_GITHUB= yes Index: x11/idesk/Makefile =================================================================== --- x11/idesk/Makefile +++ x11/idesk/Makefile @@ -11,7 +11,7 @@ libImlib2.so:graphics/imlib2 GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 +USES= gmake tar:bzip2 OPTIONS_DEFINE= SHAPE SN DOCS SHAPE_DESC= Support of XShape extension Index: x11/jgmenu/Makefile =================================================================== --- x11/jgmenu/Makefile +++ x11/jgmenu/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \ libpng.so:graphics/png -USES= compiler:c11 gmake gnome pkgconfig python:3.4+ shebangfix xorg +USES= compiler:c11 gmake gnome python:3.4+ shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= johanmalm USE_GNOME= cairo gdkpixbuf2 glib20 librsvg2 libxml2 pango Index: x11/kanshi/Makefile =================================================================== --- x11/kanshi/Makefile +++ x11/kanshi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= MANPAGES Index: x11/keybinder-gtk3/Makefile =================================================================== --- x11/keybinder-gtk3/Makefile +++ x11/keybinder-gtk3/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gettext-runtime gmake gnome libtool pathfix \ - pkgconfig xorg + xorg USE_GNOME= gtk30 introspection:build cairo gdkpixbuf2 USE_LDCONFIG= yes USE_XORG= x11 xext xrender Index: x11/keybinder/Makefile =================================================================== --- x11/keybinder/Makefile +++ x11/keybinder/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= engla -USES= autoreconf gmake gnome libtool pathfix pkgconfig xorg +USES= autoreconf gmake gnome libtool pathfix xorg USE_GNOME= gtk20 introspection:build USE_XORG= x11 xext xrender GNU_CONFIGURE= yes Index: x11/keyboardcast/Makefile =================================================================== --- x11/keyboardcast/Makefile +++ x11/keyboardcast/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= ekoort -USES= gnome pkgconfig xorg +USES= gnome xorg USE_XORG= xmu x11 USE_GNOME= libwnck libglade2 gtk20 Index: x11/keynav/Makefile =================================================================== --- x11/keynav/Makefile +++ x11/keynav/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libxdo.so:x11/xdotool -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_GITHUB= yes GH_ACCOUNT= jordansissel GH_TAGNAME= 78f9e07 Index: x11/kf5-frameworkintegration/Makefile =================================================================== --- x11/kf5-frameworkintegration/Makefile +++ x11/kf5-frameworkintegration/Makefile @@ -5,7 +5,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 workspace and cross-framework integration plugins -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= auth attica codecs config configwidgets coreaddons i18n \ iconthemes newstuff notifications widgetsaddons \ Index: x11/kf5-kwayland/Makefile =================================================================== --- x11/kf5-kwayland/Makefile +++ x11/kf5-kwayland/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual -USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \ +USES= cmake compiler:c++11-lib gettext gl kde:5 \ qt:5 tar:xz USE_GL= egl USE_KDE= ecm_build Index: x11/kf5-kwindowsystem/Makefile =================================================================== --- x11/kf5-kwindowsystem/Makefile +++ x11/kf5-kwindowsystem/Makefile @@ -7,7 +7,7 @@ LIB_DEPENDS= libxcb-keysyms.so:x11/xcb-util-keysyms -USES= cmake compiler:c++11-lib kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz xorg USE_KDE= ecm_build USE_QT= core gui linguisttools widgets x11extras \ buildtools_build qmake_build testlib_build Index: x11/kf5-plasma-framework/Makefile =================================================================== --- x11/kf5-plasma-framework/Makefile +++ x11/kf5-plasma-framework/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KF5 plugin based UI runtime used to write user interfaces -USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib gettext gl kde:5 qt:5 tar:xz xorg USE_GL= egl gl USE_KDE= activities archive auth codecs completion config \ configwidgets coreaddons dbusaddons doctools_build globalaccel \ Index: x11/kitty/Makefile =================================================================== --- x11/kitty/Makefile +++ x11/kitty/Makefile @@ -29,7 +29,7 @@ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 cpe desktop-file-utils gettext-runtime gl gmake \ - pkgconfig python:3.5+ shebangfix tar:xz terminfo xorg + python:3.5+ shebangfix tar:xz terminfo xorg CPE_VENDOR= kitty_project USE_GL= gl USE_XORG= x11 xcb xcursor xi xinerama xrandr Index: x11/konsole/Makefile =================================================================== --- x11/konsole/Makefile +++ x11/konsole/Makefile @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \ +USES= cmake compiler:c++11-lang gettext kde:5 \ qt:5 tar:xz xorg USE_KDE= auth attica bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons emoticons globalaccel guiaddons i18n \ Index: x11/lavalauncher/Makefile =================================================================== --- x11/lavalauncher/Makefile +++ x11/lavalauncher/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GNOME= cairo PLIST_FILES= bin/${PORTNAME} Index: x11/libXcm/Makefile =================================================================== --- x11/libXcm/Makefile +++ x11/libXcm/Makefile @@ -11,7 +11,7 @@ GH_ACCOUNT= oyranos-cms GH_PROJECT= ${PORTNAME:tl} -USES= libtool pathfix pkgconfig xorg +USES= libtool pathfix xorg GNU_CONFIGURE= yes USE_XORG= x11 xfixes xmu xt INSTALL_TARGET= install-strip Index: x11/libexo/Makefile =================================================================== --- x11/libexo/Makefile +++ x11/libexo/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-URI>=1.70:net/p5-URI USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ - perl5 pkgconfig tar:bzip2 xfce xorg + perl5 tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= libmenu Index: x11/libfakekey/Makefile =================================================================== --- x11/libfakekey/Makefile +++ x11/libfakekey/Makefile @@ -8,7 +8,7 @@ LICENSE= LGPL20+ -USES= autoreconf libtool pathfix pkgconfig xorg +USES= autoreconf libtool pathfix xorg USE_XORG= x11 xtst GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-static Index: x11/libfm-qt/Makefile =================================================================== --- x11/libfm-qt/Makefile +++ x11/libfm-qt/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libmenu-cache.so:x11/menu-cache \ libexif.so:graphics/libexif -USES= cmake compiler:c++14-lang gettext-runtime lxqt pkgconfig \ +USES= cmake compiler:c++14-lang gettext-runtime lxqt \ qt:5 gnome shared-mime-info tar:xz xorg USE_QT= buildtools_build qmake_build core gui linguisttools widgets \ x11extras Index: x11/libfm/Makefile =================================================================== --- x11/libfm/Makefile +++ x11/libfm/Makefile @@ -32,7 +32,7 @@ SLAVEDIRS= ${CATEGORIES}/${PORTNAME}-extra USES+= gettext-tools gmake gnome libtool localbase \ - pkgconfig tar:xz + tar:xz USE_GNOME= intltool USE_LDCONFIG= yes GNU_CONFIGURE= yes Index: x11/libgnomekbd/Makefile =================================================================== --- x11/libgnomekbd/Makefile +++ x11/libgnomekbd/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libxklavier.so:x11/libxklavier -USES= gettext gmake gnome libtool localbase pathfix pkgconfig \ +USES= gettext gmake gnome libtool localbase pathfix \ tar:xz xorg USE_GNOME= cairo gtk30 introspection:build GNU_CONFIGURE= yes Index: x11/libinput/Makefile =================================================================== --- x11/libinput/Makefile +++ x11/libinput/Makefile @@ -17,7 +17,7 @@ libudev.so:devel/libudev-devd \ libmtdev.so:devel/libmtdev -USES= cpe localbase meson pkgconfig python:run shebangfix tar:xz +USES= cpe localbase meson python:run shebangfix tar:xz USE_LDCONFIG= yes CPE_VENDOR= freedesktop Index: x11/libmatekbd/Makefile =================================================================== --- x11/libmatekbd/Makefile +++ x11/libmatekbd/Makefile @@ -15,7 +15,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase pathfix \ - pkgconfig tar:xz xorg + tar:xz xorg USE_GNOME= cairo gtk30 intltool introspection:build USE_XORG= x11 USE_LDCONFIG= yes Index: x11/libwacom/Makefile =================================================================== --- x11/libwacom/Makefile +++ x11/libwacom/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libgudev-1.0.so:devel/libgudev TEST_DEPENDS= bash:shells/bash -USES= compiler:c++11-lang gnome meson pkgconfig tar:bz2 +USES= compiler:c++11-lang gnome meson tar:bz2 USE_GNOME= glib20 USE_LDCONFIG= yes Index: x11/libxfce4menu/Makefile =================================================================== --- x11/libxfce4menu/Makefile +++ x11/libxfce4menu/Makefile @@ -16,7 +16,7 @@ libgtop-2.0.so:devel/libgtop USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ - pkgconfig tar:bzip2 xfce xorg + tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_LDCONFIG= yes USE_XFCE= xfconf Index: x11/libxfce4util/Makefile =================================================================== --- x11/libxfce4util/Makefile +++ x11/libxfce4util/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ - pkgconfig tar:bzip2 xfce + tar:bzip2 xfce USE_GNOME= glib20 intltool USE_LDCONFIG= yes Index: x11/libxkbcommon/Makefile =================================================================== --- x11/libxkbcommon/Makefile +++ x11/libxkbcommon/Makefile @@ -11,7 +11,7 @@ RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config -USES= bison compiler:c11 cpe gnome meson pkgconfig tar:xz +USES= bison compiler:c11 cpe gnome meson tar:xz USE_GNOME= libxml2 USE_LDCONFIG= yes MESON_ARGS= -Denable-docs=false \ Index: x11/libxklavier/Makefile =================================================================== --- x11/libxklavier/Makefile +++ x11/libxklavier/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= xkbcomp:x11/xkbcomp \ iso-codes>=0:misc/iso-codes -USES= gmake gnome libtool pathfix pkgconfig tar:xz xorg +USES= gmake gnome libtool pathfix tar:xz xorg USE_XORG= x11 xkbfile USE_GNOME= libxml2 glib20 introspection:build USE_LDCONFIG= yes Index: x11/lightdm-gtk-greeter/Makefile =================================================================== --- x11/lightdm-gtk-greeter/Makefile +++ x11/lightdm-gtk-greeter/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= liblightdm-gobject-1.so:x11/lightdm RUN_DEPENDS= at-spi2-core>0:accessibility/at-spi2-core -USES= gettext gmake gnome localbase pkgconfig xorg +USES= gettext gmake gnome localbase xorg USE_CSTD= c99 USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XORG= x11 Index: x11/lightdm/Makefile =================================================================== --- x11/lightdm/Makefile +++ x11/lightdm/Makefile @@ -20,7 +20,7 @@ libxklavier.so:x11/libxklavier USES= compiler:c++11-lang cpe gettext gmake gnome libtool localbase \ - pathfix pkgconfig tar:xz xorg + pathfix tar:xz xorg CPE_VENDOR= ${PORTNAME}_project USE_CXXSTD= c++11 USE_GNOME= glib20 intltool Index: x11/lilyterm/Makefile =================================================================== --- x11/lilyterm/Makefile +++ x11/lilyterm/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext gmake gnome pkgconfig xorg +USES= gettext gmake gnome xorg USE_GNOME= cairo gdkpixbuf2 gtk20 vte USE_XORG= x11 xext GNU_CONFIGURE= yes Index: x11/luit/Makefile =================================================================== --- x11/luit/Makefile +++ x11/luit/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= iconv localbase:ldflags tar:tgz pkgconfig xorg +USES= iconv localbase:ldflags tar:tgz xorg USE_XORG= ice x11 xt GNU_CONFIGURE= yes Index: x11/lxhotkey/Makefile =================================================================== --- x11/lxhotkey/Makefile +++ x11/lxhotkey/Makefile @@ -15,7 +15,7 @@ libfreetype.so:print/freetype2 \ libunistring.so:devel/libunistring -USES= gettext-tools gmake gnome pathfix pkgconfig tar:xz xorg +USES= gettext-tools gmake gnome pathfix tar:xz xorg GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 intltool cairo gdkpixbuf2 USE_XORG= x11 Index: x11/lxpanel/Makefile =================================================================== --- x11/lxpanel/Makefile +++ x11/lxpanel/Makefile @@ -18,7 +18,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/etc/xdg/menus/lxde-applications.menu:x11/lxmenu-data -USES= gmake gnome libtool localbase pathfix pkgconfig tar:xz xorg +USES= gmake gnome libtool localbase pathfix tar:xz xorg USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 gdkpixbuf2xlib libwnck intltool USE_XORG= x11 GNU_CONFIGURE= yes Index: x11/lxqt-about/Makefile =================================================================== --- x11/lxqt-about/Makefile +++ x11/lxqt-about/Makefile @@ -10,7 +10,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang kde:5 lxqt pkgconfig tar:xz qt:5 gnome xorg +USES= cmake compiler:c++11-lang kde:5 lxqt tar:xz qt:5 gnome xorg USE_QT= buildtools_build qmake_build core dbus gui svg widgets \ x11extras xml USE_XORG= x11 Index: x11/lxqt-globalkeys/Makefile =================================================================== --- x11/lxqt-globalkeys/Makefile +++ x11/lxqt-globalkeys/Makefile @@ -9,7 +9,7 @@ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang kde:5 xorg lxqt pkgconfig qt:5 tar:xz gnome +USES= cmake compiler:c++14-lang kde:5 xorg lxqt qt:5 tar:xz gnome USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem Index: x11/lxqt-runner/Makefile =================================================================== --- x11/lxqt-runner/Makefile +++ x11/lxqt-runner/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libmuparser.so:math/muparser USES= cmake compiler:c++14-lang gettext-runtime kde:5 qt:5 \ - gnome localbase lxqt pkgconfig tar:xz xorg + gnome localbase lxqt tar:xz xorg USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ script svg widgets x11extras xml USE_KDE= windowsystem Index: x11/lxrandr/Makefile =================================================================== --- x11/lxrandr/Makefile +++ x11/lxrandr/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= desktop-file-utils gmake gnome localbase pkgconfig tar:xz xorg +USES= desktop-file-utils gmake gnome localbase tar:xz xorg USE_GNOME= gtk20 intltool cairo USE_XORG= xrandr GNU_CONFIGURE= yes Index: x11/mako/Makefile =================================================================== --- x11/mako/Makefile +++ x11/mako/Makefile @@ -15,7 +15,7 @@ libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GITHUB= yes USE_GNOME= cairo pango GH_ACCOUNT= emersion Index: x11/mate-applet-appmenu/Makefile =================================================================== --- x11/mate-applet-appmenu/Makefile +++ x11/mate-applet-appmenu/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= appmenu-registrar>=0:x11/appmenu-registrar \ appmenu-gtk-module>=0:x11/gtk-app-menu -USES= meson gnome mate pkgconfig gettext vala:build +USES= meson gnome mate gettext vala:build MESON_ARGS= -Dvalapanel=disabled \ -Dxfce=disabled \ Index: x11/mate-applets/Makefile =================================================================== --- x11/mate-applets/Makefile +++ x11/mate-applets/Makefile @@ -24,7 +24,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c11 gettext gmake gnome libtool localbase mate \ - pkgconfig tar:xz xorg + tar:xz xorg USE_CSTD= c11 USE_MATE= libmateweather panel Index: x11/mate-desktop/Makefile =================================================================== --- x11/mate-desktop/Makefile +++ x11/mate-desktop/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool localbase pathfix \ - pkgconfig python shebangfix tar:xz xorg + python shebangfix tar:xz xorg USE_XORG= x11 xrandr USE_GNOME= cairo dconf gdkpixbuf2 gnomeprefix gtk30 \ intltool introspection:build Index: x11/mate-dock-applet/Makefile =================================================================== --- x11/mate-dock-applet/Makefile +++ x11/mate-dock-applet/Makefile @@ -18,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} USES= python:3.7+ autoreconf gettext gmake gnome libtool localbase \ - pkgconfig shebangfix tar:xz + shebangfix tar:xz USE_GITHUB= yes GH_ACCOUNT= ubuntu-mate Index: x11/mate-menus/Makefile =================================================================== --- x11/mate-menus/Makefile +++ x11/mate-menus/Makefile @@ -14,7 +14,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase pathfix pkgconfig \ +USES= gettext gmake gnome libtool localbase pathfix \ python tar:xz USE_GNOME= glib20 intltool introspection:buid USE_LDCONFIG= yes Index: x11/mate-panel/Makefile =================================================================== --- x11/mate-panel/Makefile +++ x11/mate-panel/Makefile @@ -21,7 +21,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase mate pathfix pkgconfig \ +USES= gettext gmake gnome libtool localbase mate pathfix \ tar:xz xorg USE_CSTD= c99 USE_MATE= desktop libmateweather menus Index: x11/mate-screensaver/Makefile =================================================================== --- x11/mate-screensaver/Makefile +++ x11/mate-screensaver/Makefile @@ -20,7 +20,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gl gmake gnome localbase mate pathfix pkgconfig tar:xz \ +USES= gettext gl gmake gnome localbase mate pathfix tar:xz \ xorg USE_GL= gl USE_MATE= desktop libmatekbd menus session:run Index: x11/mate-session-manager/Makefile =================================================================== --- x11/mate-session-manager/Makefile +++ x11/mate-session-manager/Makefile @@ -19,7 +19,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome libtool localbase mate pathfix pkgconfig \ +USES= gettext gmake gnome libtool localbase mate pathfix \ tar:xz xorg USE_MATE= desktop USE_XORG= ice sm x11 xau xext xrandr xrender xtrans xtst Index: x11/mate-terminal/Makefile =================================================================== --- x11/mate-terminal/Makefile +++ x11/mate-terminal/Makefile @@ -16,7 +16,7 @@ PORTSCOUT= limitw:1,even -USES= gettext gmake gnome localbase pathfix perl5 pkgconfig \ +USES= gettext gmake gnome localbase pathfix perl5 \ shebangfix tar:xz xorg USE_XORG= ice sm x11 USE_GNOME= cairo dconf gdkpixbuf2 gtk30 intltool vte3 Index: x11/menu-cache/Makefile =================================================================== --- x11/menu-cache/Makefile +++ x11/menu-cache/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libfm-extra.so:x11/libfm-extra -USES= gettext-runtime gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext-runtime gmake gnome libtool pathfix tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes Index: x11/mlterm/Makefile =================================================================== --- x11/mlterm/Makefile +++ x11/mlterm/Makefile @@ -11,7 +11,7 @@ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= cpe gettext gnome libtool perl5 pkgconfig xorg +USES= cpe gettext gnome libtool perl5 xorg USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk20 vte USE_LDCONFIG= yes Index: x11/nezd/Makefile =================================================================== --- x11/nezd/Makefile +++ x11/nezd/Makefile @@ -8,7 +8,7 @@ LICENSE= MIT -USES= pkgconfig xorg +USES= xorg USE_GITHUB= yes GH_ACCOUNT= telser Index: x11/nvidia-settings/Makefile =================================================================== --- x11/nvidia-settings/Makefile +++ x11/nvidia-settings/Makefile @@ -17,7 +17,7 @@ libjansson.so:devel/jansson \ libvdpau.so:multimedia/libvdpau -USES= gl gmake gnome pkgconfig gettext-runtime xorg +USES= gl gmake gnome gettext-runtime xorg USE_GNOME= gtk20 cairo gdkpixbuf2 USE_GL= gl USE_XORG= x11 xext xv xxf86vm Index: x11/nwg-bar/Makefile =================================================================== --- x11/nwg-bar/Makefile +++ x11/nwg-bar/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -USES= gnome go:modules pkgconfig +USES= gnome go:modules USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr Index: x11/nwg-dock/Makefile =================================================================== --- x11/nwg-dock/Makefile +++ x11/nwg-dock/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -USES= gnome go:modules pkgconfig +USES= gnome go:modules USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr Index: x11/nwg-drawer/Makefile =================================================================== --- x11/nwg-drawer/Makefile +++ x11/nwg-drawer/Makefile @@ -14,7 +14,7 @@ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= gnome go:modules pkgconfig +USES= gnome go:modules USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr Index: x11/nwg-launchers/Makefile =================================================================== --- x11/nwg-launchers/Makefile +++ x11/nwg-launchers/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json -USES= compiler:c++17-lang gnome meson pkgconfig +USES= compiler:c++17-lang gnome meson USE_GITHUB= yes USE_GNOME= gtkmm30 GH_ACCOUNT= nwg-piotr Index: x11/nwg-look/Makefile =================================================================== --- x11/nwg-look/Makefile +++ x11/nwg-look/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig -USES= gnome go:modules pkgconfig +USES= gnome go:modules USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr Index: x11/nwg-menu/Makefile =================================================================== --- x11/nwg-menu/Makefile +++ x11/nwg-menu/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -USES= gnome go:modules pkgconfig +USES= gnome go:modules USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 GH_ACCOUNT= nwg-piotr Index: x11/pipeglade/Makefile =================================================================== --- x11/pipeglade/Makefile +++ x11/pipeglade/Makefile @@ -11,7 +11,7 @@ USE_GITHUB= yes GH_ACCOUNT= trebb -USES= gettext-runtime gnome pkgconfig +USES= gettext-runtime gnome USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 OPTIONS_DEFINE= EXAMPLES Index: x11/plank/Makefile =================================================================== --- x11/plank/Makefile +++ x11/plank/Makefile @@ -14,7 +14,7 @@ libgee-0.8.so:devel/libgee \ libgnome-menu-3.so:x11/gnome-menus -USES= gmake gnome libtool localbase pathfix pkgconfig tar:xz vala:build xorg +USES= gmake gnome libtool localbase pathfix tar:xz vala:build xorg USE_GNOME= glib20 gtk30 gdkpixbuf2 cairo intlhack libxml2 libwnck3 dconf USE_XORG= x11 xfixes xi Index: x11/plasma5-kwayland-integration/Makefile =================================================================== --- x11/plasma5-kwayland-integration/Makefile +++ x11/plasma5-kwayland-integration/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols -USES= cmake compiler:c++11-lib gl kde:5 pkgconfig qt:5 tar:xz xorg +USES= cmake compiler:c++11-lib gl kde:5 qt:5 tar:xz xorg USE_GL= gl USE_KDE= ecm guiaddons idletime plasma-wayland-protocols wayland windowsystem USE_QT= core gui wayland widgets \ Index: x11/plasma5-kwayland-server/Makefile =================================================================== --- x11/plasma5-kwayland-server/Makefile +++ x11/plasma5-kwayland-server/Makefile @@ -13,7 +13,7 @@ ${LOCALBASE}/include/linux/input.h:devel/evdev-proto RUN_DEPENDS= plasma-wayland-protocols>=0:x11/plasma-wayland-protocols -USES= cmake compiler:c++11-lang gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang gl kde:5 qt:5 tar:xz USE_GL= egl USE_KDE= ecm wayland USE_QT= concurrent core gui wayland \ Index: x11/plasma5-layer-shell-qt/Makefile =================================================================== --- x11/plasma5-layer-shell-qt/Makefile +++ x11/plasma5-layer-shell-qt/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= cmake compiler:c++11-lang gettext gl kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext gl kde:5 qt:5 tar:xz USE_GL= gl USE_KDE= ecm USE_QT= core gui wayland \ Index: x11/plasma5-libkscreen/Makefile =================================================================== --- x11/plasma5-libkscreen/Makefile +++ x11/plasma5-libkscreen/Makefile @@ -8,7 +8,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= cmake compiler:c++11-lib kde:5 pathfix pkgconfig qt:5 tar:xz \ +USES= cmake compiler:c++11-lib kde:5 pathfix qt:5 tar:xz \ xorg USE_KDE= plasma-wayland-protocols wayland \ ecm_build Index: x11/plasma5-plasma-desktop/Makefile =================================================================== --- x11/plasma5-plasma-desktop/Makefile +++ x11/plasma5-plasma-desktop/Makefile @@ -27,7 +27,7 @@ xdg-user-dir:devel/xdg-user-dirs USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gnome \ - kde:5 pkgconfig python:3.5+,run qt:5 shebangfix tar:xz xorg + kde:5 python:3.5+,run qt:5 shebangfix tar:xz xorg USE_GNOME= glib20 USE_KDE= activities activities-stats archive attica auth baloo \ bookmarks codecs completion config configwidgets coreaddons \ Index: x11/plasma5-plasma-integration/Makefile =================================================================== --- x11/plasma5-plasma-integration/Makefile +++ x11/plasma5-plasma-integration/Makefile @@ -8,7 +8,7 @@ RUN_DEPENDS= hack-font>=0:x11-fonts/hack-font -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 \ +USES= cmake compiler:c++11-lib gettext kde:5 qt:5 \ shebangfix tar:xz xorg USE_KDE= auth bookmarks breeze codecs completion config configwidgets \ coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ Index: x11/plasma5-plasma-workspace/Makefile =================================================================== --- x11/plasma5-plasma-workspace/Makefile +++ x11/plasma5-plasma-workspace/Makefile @@ -29,7 +29,7 @@ accountsservice>=0:sysutils/accountsservice USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext gl \ - kde:5 pkgconfig qt:5 tar:xz xorg + kde:5 qt:5 tar:xz xorg USE_GL= gl USE_KDE= activities activities-stats activitymanagerd archive attica \ auth baloo bookmarks codecs completion config configwidgets \ Index: x11/polybar/Makefile =================================================================== --- x11/polybar/Makefile +++ x11/polybar/Makefile @@ -22,7 +22,7 @@ # compiler:c++11-lang is needed for powerpc64 USES= cmake compiler:c++11-lang gnome localbase:ldflags \ - pkgconfig python:3.5+,build xorg + python:3.5+,build xorg USE_GNOME= cairo USE_XORG= xcb Index: x11/qterminal/Makefile =================================================================== --- x11/qterminal/Makefile +++ x11/qterminal/Makefile @@ -12,7 +12,7 @@ RUN_DEPENDS= liberation-fonts-ttf>=2.00:x11-fonts/liberation-fonts-ttf USES= cmake compiler:c++11-lang gettext-runtime \ - localbase:ldflags lxqt pkgconfig qt:5 tar:xz xorg + localbase:ldflags lxqt qt:5 tar:xz xorg USE_QT= buildtools_build core gui qmake_build dbus linguisttools \ widgets x11extras USE_XORG= x11 Index: x11/radare-cutter/Makefile =================================================================== --- x11/radare-cutter/Makefile +++ x11/radare-cutter/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libcapstone.so:devel/capstone4 \ libr_bin.so:devel/radare2 -USES= cmake gl pkgconfig python:3.4+ qmake:outsource qt:5 +USES= cmake gl python:3.4+ qmake:outsource qt:5 LDFLAGS+= -lexecinfo USE_GITHUB= yes Index: x11/remontoire/Makefile =================================================================== --- x11/remontoire/Makefile +++ x11/remontoire/Makefile @@ -10,7 +10,7 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee \ libjson-glib-1.0.so:devel/json-glib -USES= gettext-tools gnome meson pkgconfig python:build shebangfix vala:build +USES= gettext-tools gnome meson python:build shebangfix vala:build USE_GITHUB= yes USE_GNOME= gtk30 GH_ACCOUNT= regolith-linux Index: x11/rofi-calc/Makefile =================================================================== --- x11/rofi-calc/Makefile +++ x11/rofi-calc/Makefile @@ -16,7 +16,7 @@ libqalculate.so:math/libqalculate RUN_DEPENDS= rofi:x11/rofi -USES= autoreconf gettext-runtime libtool pkgconfig +USES= autoreconf gettext-runtime libtool USE_GITHUB= yes GH_ACCOUNT= svenstaro Index: x11/rofi/Makefile =================================================================== --- x11/rofi/Makefile +++ x11/rofi/Makefile @@ -17,7 +17,7 @@ libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon-x11.so:x11/libxkbcommon -USES= bison gnome meson pkgconfig shebangfix xorg +USES= bison gnome meson shebangfix xorg USE_GITHUB= yes # required by rofi-wayland USE_GNOME= cairo gdkpixbuf2 librsvg2 pango USE_XORG= xcb Index: x11/roxterm/Makefile =================================================================== --- x11/roxterm/Makefile +++ x11/roxterm/Makefile @@ -15,7 +15,7 @@ libpcre2-8.so:devel/pcre2 RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= cmake gnome pkgconfig tar:xz +USES= cmake gnome tar:xz USE_GITHUB= yes GH_ACCOUNT= realh USE_GNOME= cairo librsvg2:run libxslt:build vte3 Index: x11/rxvt-unicode/Makefile =================================================================== --- x11/rxvt-unicode/Makefile +++ x11/rxvt-unicode/Makefile @@ -14,7 +14,7 @@ libptytty.so:sysutils/libptytty RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig -USES= cpe perl5 pkgconfig shebangfix tar:bzip2 xorg +USES= cpe perl5 shebangfix tar:bzip2 xorg USE_XORG= x11 xft xmu xpm xrender xt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Index: x11/sakura/Makefile =================================================================== --- x11/sakura/Makefile +++ x11/sakura/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 -USES= cmake gnome pkgconfig gettext perl5 tar:bz2 xorg +USES= cmake gnome gettext perl5 tar:bz2 xorg OPTIONS_DEFINE= DOCS Index: x11/sbxkb/Makefile =================================================================== --- x11/sbxkb/Makefile +++ x11/sbxkb/Makefile @@ -11,7 +11,7 @@ GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lX11 -USES= gnome pkgconfig xorg +USES= gnome xorg USE_GNOME= gdkpixbuf2 gdkpixbuf2xlib gtk20 USE_XORG= x11 Index: x11/screen-message/Makefile =================================================================== --- x11/screen-message/Makefile +++ x11/screen-message/Makefile @@ -7,7 +7,7 @@ LICENSE= GPLv2+ -USES= autoreconf gettext-runtime gmake gnome pkgconfig +USES= autoreconf gettext-runtime gmake gnome USE_GITHUB= yes GH_ACCOUNT= nomeata Index: x11/sddm/Makefile =================================================================== --- x11/sddm/Makefile +++ x11/sddm/Makefile @@ -24,7 +24,7 @@ xauth:x11/xauth \ xmessage:x11/xmessage -USES= cmake compiler:c++11-lang cpe kde:5 pkgconfig python:build qt:5 xorg +USES= cmake compiler:c++11-lang cpe kde:5 python:build qt:5 xorg CPE_VENDOR= ${PORTNAME}_project USE_GITHUB= yes USE_KDE= ecm_build Index: x11/setlayout/Makefile =================================================================== --- x11/setlayout/Makefile +++ x11/setlayout/Makefile @@ -8,7 +8,7 @@ MAINTAINER= oleg@bsdpower.com COMMENT= Arrange desktops in an MxN grid layout -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} Index: x11/showmethekey/Makefile =================================================================== --- x11/showmethekey/Makefile +++ x11/showmethekey/Makefile @@ -16,7 +16,7 @@ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= ${PKEXEC} -USES= compiler:c11 gettext-tools gnome meson pkgconfig +USES= compiler:c11 gettext-tools gnome meson USE_GITHUB= yes USE_GNOME= cairo gtk40 GH_ACCOUNT= AlynxZhou Index: x11/simplestroke/Makefile =================================================================== --- x11/simplestroke/Makefile +++ x11/simplestroke/Makefile @@ -9,7 +9,6 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 Index: x11/slick-greeter/Makefile =================================================================== --- x11/slick-greeter/Makefile +++ x11/slick-greeter/Makefile @@ -16,7 +16,7 @@ liblightdm-gobject-1.so:x11/lightdm RUN_DEPENDS= numlockx>=0:x11/numlockx -USES= autoreconf gettext gmake gnome localbase pkgconfig python:run shebangfix \ +USES= autoreconf gettext gmake gnome localbase python:run shebangfix \ vala:build xorg USE_GNOME= cairo dconf gdkpixbuf2 gtk30 intltool pygobject3 Index: x11/slim/Makefile =================================================================== --- x11/slim/Makefile +++ x11/slim/Makefile @@ -16,7 +16,7 @@ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= dbus-daemon:devel/dbus -USES= cmake compiler:c++11-lang cpe jpeg pkgconfig xorg +USES= cmake compiler:c++11-lang cpe jpeg xorg CPE_VENDOR= berlios USE_XORG= ice sm x11 xau xcb xdmcp xext xft xmu xorg-server xrandr \ xrender xt Index: x11/slurp/Makefile =================================================================== --- x11/slurp/Makefile +++ x11/slurp/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GITHUB= yes USE_GNOME= cairo GH_ACCOUNT= emersion Index: x11/squeekboard/Makefile =================================================================== --- x11/squeekboard/Makefile +++ x11/squeekboard/Makefile @@ -20,7 +20,7 @@ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas -USES= cargo compiler:c11 gettext-tools gnome meson pkgconfig python:build shebangfix +USES= cargo compiler:c11 gettext-tools gnome meson python:build shebangfix USE_GITLAB= yes USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 gtk30 GL_SITE= https://gitlab.gnome.org Index: x11/startup-notification/Makefile =================================================================== --- x11/startup-notification/Makefile +++ x11/startup-notification/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util -USES= gmake libtool pathfix pkgconfig xorg +USES= gmake libtool pathfix xorg USE_XORG= x11 GNU_CONFIGURE= yes USE_LDCONFIG= yes Index: x11/sterm/Makefile =================================================================== --- x11/sterm/Makefile +++ x11/sterm/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xext xft PLIST_FILES= bin/st man/man1/st.1.gz Index: x11/stjerm/Makefile =================================================================== --- x11/stjerm/Makefile +++ x11/stjerm/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lXinerama -USES= autoreconf gmake gnome pkgconfig xorg +USES= autoreconf gmake gnome xorg USE_GNOME= vte gtk20 USE_XORG= xinerama Index: x11/sway-audio-idle-inhibit/Makefile =================================================================== --- x11/sway-audio-idle-inhibit/Makefile +++ x11/sway-audio-idle-inhibit/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libwayland-client.so:graphics/wayland -USES= compiler:c++11-lang meson pkgconfig +USES= compiler:c++11-lang meson USE_GITHUB= yes GH_ACCOUNT= ErikReider GH_PROJECT= SwayAudioIdleInhibit Index: x11/swaybg/Makefile =================================================================== --- x11/swaybg/Makefile +++ x11/swaybg/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GITHUB= yes GH_ACCOUNT= swaywm USE_GNOME= cairo Index: x11/swayfloatingswitcher/Makefile =================================================================== --- x11/swayfloatingswitcher/Makefile +++ x11/swayfloatingswitcher/Makefile @@ -13,7 +13,7 @@ libgee-0.8.so:devel/libgee \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -USES= gnome localbase:ldflags meson pkgconfig vala:build +USES= gnome localbase:ldflags meson vala:build USE_GITHUB= yes USE_GNOME= gtk30 GH_ACCOUNT= ErikReider Index: x11/swayidle/Makefile =================================================================== --- x11/swayidle/Makefile +++ x11/swayidle/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= swaywm PLIST_FILES= bin/${PORTNAME} \ Index: x11/swayimg/Makefile =================================================================== --- x11/swayimg/Makefile +++ x11/swayimg/Makefile @@ -17,7 +17,7 @@ libfontconfig.so:x11-fonts/fontconfig \ libxkbcommon.so:x11/libxkbcommon -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= artemsen MESON_ARGS= -Dversion="${DISTVERSIONFULL}" Index: x11/swaylock/Makefile =================================================================== --- x11/swaylock/Makefile +++ x11/swaylock/Makefile @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= ${PORTNAME}-* -USES= compiler:c11 cpe gnome meson pkgconfig +USES= compiler:c11 cpe gnome meson USE_GITHUB= yes GH_ACCOUNT?= swaywm CPE_VENDOR= swaywm Index: x11/swaync/Makefile =================================================================== --- x11/swaync/Makefile +++ x11/swaync/Makefile @@ -13,7 +13,7 @@ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ libhandy-1.so:x11-toolkits/libhandy -USES= compiler:c11 gnome localbase:ldflags meson pkgconfig vala:build +USES= compiler:c11 gnome localbase:ldflags meson vala:build USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build GH_ACCOUNT= ErikReider Index: x11/swaysettings/Makefile =================================================================== --- x11/swaysettings/Makefile +++ x11/swaysettings/Makefile @@ -15,7 +15,7 @@ libgranite.so:x11-toolkits/granite \ libhandy-1.so:x11-toolkits/libhandy -USES= compiler:c11 gettext gnome meson pkgconfig python:build shebangfix vala:build +USES= compiler:c11 gettext gnome meson python:build shebangfix vala:build USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 GH_ACCOUNT= ErikReider Index: x11/taiga/Makefile =================================================================== --- x11/taiga/Makefile +++ x11/taiga/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libavcodec.so:multimedia/ffmpeg -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson PLIST_FILES= bin/${PORTNAME} .include Index: x11/terminology/Makefile =================================================================== --- x11/terminology/Makefile +++ x11/terminology/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libefl.so:devel/efl -USES= compiler:c11 cpe meson pkgconfig tar:xz python:3.4+ +USES= compiler:c11 cpe meson tar:xz python:3.4+ BINARY_ALIAS= python3=${PYTHON_CMD} CPE_VENDOR= enlightenment Index: x11/tilda/Makefile =================================================================== --- x11/tilda/Makefile +++ x11/tilda/Makefile @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-rpath -USES= gmake gettext gnome pkgconfig autoreconf pathfix libtool xorg +USES= gmake gettext gnome autoreconf pathfix libtool xorg USE_XORG+= x11 USE_GNOME+= glib20 gtk30 gdkpixbuf2 pango INSTALL_TARGET= install-strip Index: x11/tilix/Makefile =================================================================== --- x11/tilix/Makefile +++ x11/tilix/Makefile @@ -16,7 +16,7 @@ libsecret-1.so:security/libsecret \ libunwind.so:devel/libunwind -USES= gettext gnome meson pkgconfig shebangfix +USES= gettext gnome meson shebangfix USE_GITHUB= yes GH_ACCOUNT= gnunn1 USE_GNOME= cairo gdkpixbuf2 librsvg2 vte3 Index: x11/tint/Makefile =================================================================== --- x11/tint/Makefile +++ x11/tint/Makefile @@ -14,7 +14,7 @@ libImlib2.so:graphics/imlib2 \ libstartup-notification-1.so:x11/startup-notification -USES= alias cmake desktop-file-utils gettext-runtime gnome pkgconfig \ +USES= alias cmake desktop-file-utils gettext-runtime gnome \ shared-mime-info xorg USE_GNOME= cairo glib20 gtk20 librsvg2 pango USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender Index: x11/trayer/Makefile =================================================================== --- x11/trayer/Makefile +++ x11/trayer/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= iconv gmake gnome pkgconfig xorg +USES= iconv gmake gnome xorg USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango USE_GITHUB= yes USE_XORG= x11 xmu Index: x11/virglrenderer/Makefile =================================================================== --- x11/virglrenderer/Makefile +++ x11/virglrenderer/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libdrm.so:graphics/libdrm \ libepoxy.so:graphics/libepoxy -USES= compiler:c++11-lang cpe gl meson pkgconfig python:3.5+ +USES= compiler:c++11-lang cpe gl meson python:3.5+ CPE_VENDOR= ${PORTNAME}_project USE_GITLAB= yes USE_GL= gbm Index: x11/virtboard/Makefile =================================================================== --- x11/virtboard/Makefile +++ x11/virtboard/Makefile @@ -23,7 +23,7 @@ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= gsettings-desktop-schemas>0:devel/gsettings-desktop-schemas -USES= compiler:c11 gettext-tools gnome meson pkgconfig xorg +USES= compiler:c11 gettext-tools gnome meson xorg USE_GITLAB= yes USE_GNOME= cairo glib20 USE_XORG= pixman Index: x11/wallutils/Makefile =================================================================== --- x11/wallutils/Makefile +++ x11/wallutils/Makefile @@ -54,7 +54,6 @@ OPTIONS_DEFAULT= HEIF HEIF_LIB_DEPENDS= libheif.so:graphics/libheif -HEIF_USES= pkgconfig HEIF_MESON_ENABLED= libheif HEIF_VARS= GO_TARGET+=./cmd/heic2stw Index: x11/wapanel/Makefile =================================================================== --- x11/wapanel/Makefile +++ x11/wapanel/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -USES= compiler:c++17-lang gnome meson pkgconfig +USES= compiler:c++17-lang gnome meson USE_GITHUB= yes USE_GNOME= gdkpixbuf2 gtk30 GH_ACCOUNT= Firstbober Index: x11/way-displays/Makefile =================================================================== --- x11/way-displays/Makefile +++ x11/way-displays/Makefile @@ -15,7 +15,7 @@ libwayland-client.so:graphics/wayland \ libinput.so:x11/libinput -USES= compiler:c11 gmake pkgconfig +USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= alex-courtis MAKEFILE= GNUmakefile Index: x11/waybar/Makefile =================================================================== --- x11/waybar/Makefile +++ x11/waybar/Makefile @@ -25,7 +25,7 @@ nopulse_CONFLICTS_INSTALL= ${PORTNAME} nopulse_PKGNAMESUFFIX= -nopulse -USES= compiler:c++17-lang gnome meson pkgconfig +USES= compiler:c++17-lang gnome meson USE_GITHUB= yes USE_GNOME= gtkmm30 GH_ACCOUNT= Alexays Index: x11/wayout/Makefile =================================================================== --- x11/wayout/Makefile +++ x11/wayout/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GNOME= cairo pango PLIST_FILES= bin/${PORTNAME} Index: x11/wbar/Makefile =================================================================== --- x11/wbar/Makefile +++ x11/wbar/Makefile @@ -14,7 +14,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} -USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz +USES= compiler:c++11-lang gettext gmake gnome tar:tgz GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib Index: x11/wcm/Makefile =================================================================== --- x11/wcm/Makefile +++ x11/wcm/Makefile @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= wcmcommander # bin/wcm -USES= compiler:c++17-lang gnome meson pkgconfig +USES= compiler:c++17-lang gnome meson USE_GITHUB= yes USE_GNOME= gtk30 libxml2 GH_ACCOUNT= WayfireWM Index: x11/wdisplays/Makefile =================================================================== --- x11/wdisplays/Makefile +++ x11/wdisplays/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libwayland-client.so:graphics/wayland -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GITHUB= yes USE_GNOME= cairo gtk30 GH_ACCOUNT= artizirk Index: x11/wev/Makefile =================================================================== --- x11/wev/Makefile +++ x11/wev/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gmake pkgconfig +USES= compiler:c11 gmake PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz Index: x11/wf-shell/Makefile =================================================================== --- x11/wf-shell/Makefile +++ x11/wf-shell/Makefile @@ -24,7 +24,7 @@ nopulse_CONFLICTS_INSTALL= ${PORTNAME} nopulse_PKGNAMESUFFIX= -nopulse -USES= compiler:c++17-lang gnome meson pkgconfig +USES= compiler:c++17-lang gnome meson USE_GITHUB= yes USE_GNOME= gtkmm30 GH_ACCOUNT= WayfireWM Index: x11/wl-clipboard/Makefile =================================================================== --- x11/wl-clipboard/Makefile +++ x11/wl-clipboard/Makefile @@ -12,7 +12,7 @@ BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= bugaevc Index: x11/wlogout/Makefile =================================================================== --- x11/wlogout/Makefile +++ x11/wlogout/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GITHUB= yes USE_GNOME= gtk30 GH_ACCOUNT= ArtsyMacaw Index: x11/wlr-randr/Makefile =================================================================== --- x11/wlr-randr/Makefile +++ x11/wlr-randr/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= meson pkgconfig +USES= meson PLIST_FILES= bin/${PORTNAME} .include Index: x11/wlrctl/Makefile =================================================================== --- x11/wlrctl/Makefile +++ x11/wlrctl/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson PLIST_FILES= bin/${PORTNAME} \ share/zsh/site-functions/_${PORTNAME} Index: x11/wmblob/Makefile =================================================================== --- x11/wmblob/Makefile +++ x11/wmblob/Makefile @@ -7,7 +7,7 @@ MAINTAINER= portmaster@bsdforge.com COMMENT= Shows moving blobs -USES= gnome pkgconfig tar:xz xorg +USES= gnome tar:xz xorg USE_XORG= xpm USE_GNOME= gtk20 GNU_CONFIGURE= yes Index: x11/wmcliphist/Makefile =================================================================== --- x11/wmcliphist/Makefile +++ x11/wmcliphist/Makefile @@ -13,7 +13,7 @@ SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_GNOME= gtk20 USE_XORG= x11 Index: x11/wmctrl/Makefile =================================================================== --- x11/wmctrl/Makefile +++ x11/wmctrl/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= gnome pkgconfig xorg +USES= gnome xorg GNU_CONFIGURE= yes USE_XORG= x11 xmu xext xt USE_GNOME= glib20 Index: x11/wmdrawer/Makefile =================================================================== --- x11/wmdrawer/Makefile +++ x11/wmdrawer/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2+ -USES= gmake gnome pkgconfig xorg +USES= gmake gnome xorg USE_GNOME= gdkpixbuf2 gdkpixbuf2xlib USE_XORG= x11 xext xi MAKE_ENV= USE_GDKPIXBUF2=1 Index: x11/wmsystemtray/Makefile =================================================================== --- x11/wmsystemtray/Makefile +++ x11/wmsystemtray/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig xorg +USES= xorg USE_XORG= ice sm x11 xext xfixes xmu xpm GNU_CONFIGURE= yes Index: x11/wob/Makefile =================================================================== --- x11/wob/Makefile +++ x11/wob/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= wayland-protocols>=1.13:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= meson pkgconfig +USES= meson USE_GITHUB= yes GH_ACCOUNT= francma PLIST_FILES= bin/${PORTNAME} Index: x11/wofi/Makefile =================================================================== --- x11/wofi/Makefile +++ x11/wofi/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland -USES= gnome meson pkgconfig +USES= gnome meson USE_GNOME= cairo gdkpixbuf2 gtk30 post-patch: Index: x11/workrave/Makefile =================================================================== --- x11/workrave/Makefile +++ x11/workrave/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libgdome.so:textproc/gdome2 USES= compiler:c++11-lang gettext gmake gnome libtool localbase \ - pkgconfig xorg + xorg USE_CXXSTD= c++11 USE_GNOME= gtkmm30 intlhack intltool introspection:build USE_LDCONFIG= yes Index: x11/wshowkeys/Makefile =================================================================== --- x11/wshowkeys/Makefile +++ x11/wshowkeys/Makefile @@ -18,7 +18,7 @@ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 gnome meson pkgconfig +USES= compiler:c11 gnome meson USE_GNOME= cairo pango PLIST_FILES= "@(,video,4750) bin/${PORTNAME}" Index: x11/wtype/Makefile =================================================================== --- x11/wtype/Makefile +++ x11/wtype/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= compiler:c11 meson pkgconfig +USES= compiler:c11 meson USE_GITHUB= yes GH_ACCOUNT= atx PLIST_FILES= bin/${PORTNAME} \ Index: x11/wvkbd/Makefile =================================================================== --- x11/wvkbd/Makefile +++ x11/wvkbd/Makefile @@ -13,7 +13,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland -USES= gmake gnome pkgconfig +USES= gmake gnome USE_GITHUB= yes USE_GNOME= cairo pango GH_ACCOUNT= jjsullivan5196 Index: x11/x-on-resize/Makefile =================================================================== --- x11/x-on-resize/Makefile +++ x11/x-on-resize/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 -USES= autoreconf pkgconfig xorg +USES= autoreconf xorg USE_GITLAB= yes GL_ACCOUNT= 0mp GL_COMMIT= f59c9247e682b95f4091def7575490466f131131 Index: x11/xapp/Makefile =================================================================== --- x11/xapp/Makefile +++ x11/xapp/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu RUN_DEPENDS= bash:shells/bash -USES= gettext-tools gnome meson pkgconfig python shebangfix vala:build xorg +USES= gettext-tools gnome meson python shebangfix vala:build xorg USE_GITHUB= yes GH_ACCOUNT= linuxmint USE_GNOME= cairo gdkpixbuf2 glib20 gtk-update-icon-cache gtk30 \ Index: x11/xcape/Makefile =================================================================== --- x11/xcape/Makefile +++ x11/xcape/Makefile @@ -13,7 +13,7 @@ USE_GITHUB= yes GH_ACCOUNT= alols -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xtst MAKE_ARGS= PREFIX=${PREFIX} MANDIR=/man/man1 Index: x11/xcb-imdkit/Makefile =================================================================== --- x11/xcb-imdkit/Makefile +++ x11/xcb-imdkit/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ libxcb-keysyms.so:x11/xcb-util-keysyms -USES= compiler:c11 cmake pkgconfig kde:5 xorg +USES= compiler:c11 cmake kde:5 xorg PLIST_SUB= VER=${PORTVERSION} Index: x11/xcb-util-xrm/Makefile =================================================================== --- x11/xcb-util-xrm/Makefile +++ x11/xcb-util-xrm/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util -USES= libtool pkgconfig tar:bzip2 xorg +USES= libtool tar:bzip2 xorg INSTALL_TARGET= install-strip GNU_CONFIGURE= yes USE_XORG= x11 xcb xorg-macros Index: x11/xcm/Makefile =================================================================== --- x11/xcm/Makefile +++ x11/xcm/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= oyranos-cms HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir=${PREFIX}/man -USES= pkgconfig xorg +USES= xorg USE_XORG= x11 xfixes xmu xt # xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk Index: x11/xdg-desktop-portal-wlr/Makefile =================================================================== --- x11/xdg-desktop-portal-wlr/Makefile +++ x11/xdg-desktop-portal-wlr/Makefile @@ -17,7 +17,7 @@ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire -USES= compiler:c11 gl meson pkgconfig +USES= compiler:c11 gl meson USE_GITHUB= yes USE_GL= gbm GH_ACCOUNT= emersion Index: x11/xdialog/Makefile =================================================================== --- x11/xdialog/Makefile +++ x11/xdialog/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gnome localbase pkgconfig tar:bzip2 +USES= gnome localbase tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk2 Index: x11/xdotool/Makefile =================================================================== --- x11/xdotool/Makefile +++ x11/xdotool/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon -USES= gmake perl5 pkgconfig xorg +USES= gmake perl5 xorg USE_LDCONFIG= yes USE_PERL5= build Index: x11/xfce4-appmenu-plugin/Makefile =================================================================== --- x11/xfce4-appmenu-plugin/Makefile +++ x11/xfce4-appmenu-plugin/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= appmenu-registrar>=0:x11/appmenu-registrar \ appmenu-gtk-module>=0:x11/gtk-app-menu -USES= meson gnome xfce pkgconfig gettext vala:build +USES= meson gnome xfce gettext vala:build MESON_ARGS= -Dvalapanel=disabled \ -Dxfce=enabled \ Index: x11/xfce4-clipman-plugin/Makefile =================================================================== --- x11/xfce4-clipman-plugin/Makefile +++ x11/xfce4-clipman-plugin/Makefile @@ -9,7 +9,7 @@ LICENSE= GPLv2 -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel Index: x11/xfce4-conf/Makefile =================================================================== --- x11/xfce4-conf/Makefile +++ x11/xfce4-conf/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= p5-XML-Parser>=2.44:textproc/p5-XML-Parser USES= compiler:c11 gettext-tools gmake gnome libtool pathfix perl5 \ - pkgconfig tar:bzip2 xfce xorg + tar:bzip2 xfce xorg USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_PERL5= build Index: x11/xfce4-dashboard/Makefile =================================================================== --- x11/xfce4-dashboard/Makefile +++ x11/xfce4-dashboard/Makefile @@ -17,7 +17,7 @@ libharfbuzz.so:print/harfbuzz USES= compiler:c11 gettext-tools gl gmake gnome localbase libtool \ - pathfix perl5 pkgconfig tar:bzip2 xfce xorg + pathfix perl5 tar:bzip2 xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 USE_XFCE= garcon xfconf USE_XORG= x11 xcomposite xdamage xext xfixes xi xinerama xrandr Index: x11/xfce4-docklike-plugin/Makefile =================================================================== --- x11/xfce4-docklike-plugin/Makefile +++ x11/xfce4-docklike-plugin/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify \ libharfbuzz.so:print/harfbuzz -USES= gettext-tools gmake gnome libtool pkgconfig xfce \ +USES= gettext-tools gmake gnome libtool xfce \ xorg USE_GITLAB= yes Index: x11/xfce4-screensaver/Makefile =================================================================== --- x11/xfce4-screensaver/Makefile +++ x11/xfce4-screensaver/Makefile @@ -18,7 +18,7 @@ libdbus-glib-1.so:devel/dbus-glib \ libxklavier.so:x11/libxklavier -USES= compiler:c11 gettext-tools gl gmake gnome pkgconfig python:3.5+ \ +USES= compiler:c11 gettext-tools gl gmake gnome python:3.5+ \ shebangfix tar:bzip2 xfce xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 Index: x11/xfce4-screenshooter-plugin/Makefile =================================================================== --- x11/xfce4-screenshooter-plugin/Makefile +++ x11/xfce4-screenshooter-plugin/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libharfbuzz.so:print/harfbuzz -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce xorg USE_CSTD= c99 USE_GNOME= cairo glib20 gtk30 intltool libxml2 Index: x11/xfce4-taskmanager/Makefile =================================================================== --- x11/xfce4-taskmanager/Makefile +++ x11/xfce4-taskmanager/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz -USES= gettext-tools gmake gnome localbase pkgconfig tar:bzip2 \ +USES= gettext-tools gmake gnome localbase tar:bzip2 \ xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 USE_XFCE= libmenu xfconf Index: x11/xfce4-terminal/Makefile =================================================================== --- x11/xfce4-terminal/Makefile +++ x11/xfce4-terminal/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ +USES= compiler:c11 gettext-tools gmake gnome tar:bzip2 \ xfce xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 vte3 USE_XFCE= libmenu xfconf Index: x11/xfce4-verve-plugin/Makefile =================================================================== --- x11/xfce4-verve-plugin/Makefile +++ x11/xfce4-verve-plugin/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre -USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ +USES= compiler:c11 gettext-tools gmake gnome libtool \ tar:bzip2 xfce USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool pango USE_XFCE= panel Index: x11/xfce4-whiskermenu-plugin/Makefile =================================================================== --- x11/xfce4-whiskermenu-plugin/Makefile +++ x11/xfce4-whiskermenu-plugin/Makefile @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++14-lang gettext-tools gnome localbase pkgconfig \ +USES= cmake compiler:c++14-lang gettext-tools gnome localbase \ tar:bzip2 xfce USE_GNOME= cairo gtk30 USE_XFCE= panel Index: x11/xlockmore/Makefile =================================================================== --- x11/xlockmore/Makefile +++ x11/xlockmore/Makefile @@ -83,7 +83,7 @@ GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png GTK2_USE= gnome=cairo,gdkpixbuf2,gtk20 -GTK2_USES= gnome pkgconfig +GTK2_USES= gnome .include Index: x11/xnee/Makefile =================================================================== --- x11/xnee/Makefile +++ x11/xnee/Makefile @@ -22,7 +22,7 @@ GNEE_DESC= GUI frontend GNEE_CONFIGURE_ENABLE= gui -GNEE_USES= gnome pkgconfig +GNEE_USES= gnome GNEE_USE= GNOME=gtk20 GNEE_DESKTOP_ENTRIES= "Gnee" "" "${PORTNAME}.png" \ Index: x11/xob/Makefile =================================================================== --- x11/xob/Makefile +++ x11/xob/Makefile @@ -12,7 +12,7 @@ LIB_DEPENDS= libconfig.so:devel/libconfig -USES= compiler:c11 gmake pkgconfig xorg +USES= compiler:c11 gmake xorg USE_GITHUB= yes GH_ACCOUNT= florentc USE_XORG= x11 xrender Index: x11/xpra/Makefile =================================================================== --- x11/xpra/Makefile +++ x11/xpra/Makefile @@ -32,7 +32,7 @@ xkbcomp:x11/xkbcomp \ Xvfb:x11-servers/xorg-server@xvfb -USES= desktop-file-utils gettext-runtime gnome pkgconfig \ +USES= desktop-file-utils gettext-runtime gnome \ python:3.6+ shared-mime-info shebangfix tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gtk30 pygobject3 Index: x11/xrestop/Makefile =================================================================== --- x11/xrestop/Makefile +++ x11/xrestop/Makefile @@ -6,7 +6,7 @@ MAINTAINER= bland@FreeBSD.org COMMENT= X11 server side resource usage statistics monitor -USES= gmake pkgconfig ncurses xorg xorg-cat:app +USES= gmake ncurses xorg xorg-cat:app USE_XORG= x11 xext xrender xt xres xorgproto GNU_CONFIGURE= yes USE_GITLAB= yes Index: x11/xscreensaver/Makefile =================================================================== --- x11/xscreensaver/Makefile +++ x11/xscreensaver/Makefile @@ -19,7 +19,7 @@ libharfbuzz.so:print/harfbuzz USES= autoreconf cpe gettext gl gmake gnome jpeg localbase:ldflags \ - perl5 pkgconfig xorg + perl5 xorg USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 gdkpixbuf2xlib gtk20 intltool libglade2 libxml2 USE_PERL5= run Index: x11/xsettingsd/Makefile =================================================================== --- x11/xsettingsd/Makefile +++ x11/xsettingsd/Makefile @@ -11,7 +11,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang pkgconfig scons xorg +USES= compiler:c++11-lang scons xorg USE_GITHUB= yes GH_ACCOUNT= derat USE_XORG= x11 Index: x11/xsnow/Makefile =================================================================== --- x11/xsnow/Makefile +++ x11/xsnow/Makefile @@ -11,7 +11,7 @@ LIB_DEPENDS= libgsl.so:math/gsl -USES= compiler:c11 gmake gnome pkgconfig xorg +USES= compiler:c11 gmake gnome xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2 USE_XORG= x11 xext xpm xt xorgproto GNU_CONFIGURE= yes Index: x11/xvkbd/Makefile =================================================================== --- x11/xvkbd/Makefile +++ x11/xvkbd/Makefile @@ -8,7 +8,7 @@ LICENSE= GPLv2+ -USES= gmake pkgconfig xorg +USES= gmake xorg USE_XORG= x11 xaw xmu xt xtst DESKTOP_ENTRIES="Xvkbd" "" "" "xvkbd" "Utility;" false Index: x11/xxkb/Makefile =================================================================== --- x11/xxkb/Makefile +++ x11/xxkb/Makefile @@ -10,7 +10,7 @@ LICENSE= ART10 -USES= iconv imake pkgconfig xorg +USES= iconv imake xorg USE_XORG= xext xpm xt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Index: x11/yad/Makefile =================================================================== --- x11/yad/Makefile +++ x11/yad/Makefile @@ -13,7 +13,7 @@ libfreetype.so:print/freetype2 RUN_DEPENDS= ${LOCALBASE}/lib/X11/rgb.txt:x11/rgb -USES= autoreconf gettext gnome gmake pkgconfig +USES= autoreconf gettext gnome gmake USE_GNOME= cairo gtk30 intltool GNU_CONFIGURE= yes Index: x11/yalias/Makefile =================================================================== --- x11/yalias/Makefile +++ x11/yalias/Makefile @@ -8,7 +8,7 @@ MAINTAINER= tdb@FreeBSD.org COMMENT= Enhanced execution box with regex pattern matching -USES= gnome pkgconfig +USES= gnome USE_GNOME= gtk20 ALL_TARGET= yalias Index: x11/yelp/Makefile =================================================================== --- x11/yelp/Makefile +++ x11/yelp/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \ - pathfix pkgconfig sqlite tar:xz xorg + pathfix sqlite tar:xz xorg USE_GNOME= cairo gtk30 libxml2 libxslt GLIB_SCHEMAS= org.gnome.yelp.gschema.xml USE_LDCONFIG= yes Index: x11/zenity/Makefile =================================================================== --- x11/zenity/Makefile +++ x11/zenity/Makefile @@ -11,7 +11,7 @@ BUILD_DEPENDS= itstool:textproc/itstool -USES= gettext gnome localbase meson pkgconfig \ +USES= gettext gnome localbase meson \ perl5 tar:xz xorg USE_CSTD= c99 USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack