freebsd-ports/deskutils/basket/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

38 lines
1.0 KiB
Makefile

# Created by: Markus Brueffer <brueffer@phoenix-systems.de>
# $FreeBSD$
PORTNAME= basket
DISTVERSIONPREFIX= v
DISTVERSION= 2.49a-46
DISTVERSIONSUFFIX= -g60e38c6
PORTREVISION= 4
CATEGORIES= deskutils kde
MAINTAINER= ports@FreeBSD.org
COMMENT= Desktop organization tool
LICENSE= GPLv2
LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libgpgme.so:security/gpgme \
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
USE_KDE= ecm archive auth codecs completion config configwidgets \
coreaddons crash dbusaddons doctools filemetadata globalaccel \
guiaddons i18n iconthemes jobwidgets kcmutils kio \
notifications parts service sonnet textwidgets widgetsaddons \
windowsystem xmlgui
USE_QT= concurrent core dbus gui network phonon4 testlib widgets xml \
buildtools_build qmake_build
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= basket-notepads
PLIST_SUB= QT5_VERSION=${QT5_VERSION}
.include <bsd.port.mk>