diff options
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index f34748c5e97d..e403da033c41 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,24 +1,21 @@ PORTNAME= libgtop -PORTVERSION= 2.40.0 -PORTREVISION= 1 +PORTVERSION= 2.41.3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome -PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ -PATCHFILES+= df6393ac0cd7.patch:-p1 # https://gitlab.gnome.org/GNOME/libgtop/-/merge_requests/35 - MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME top library +WWW= https://gitlab.gnome.org/GNOME/libgtop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USE_PERL5= build USE_XORG= xau -USES= gettext gmake gnome libtool makeinfo pathfix perl5 \ +USES= gettext gmake gnome libtool pathfix perl5 \ pkgconfig tar:xz xorg -USE_GNOME= gnomeprefix glib20 intlhack introspection:build +USE_GNOME= gnomeprefix glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |