diff options
Diffstat (limited to 'deskutils/genius/Makefile')
-rw-r--r-- | deskutils/genius/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 70c9f7a4c8d3..ca19728f2865 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -1,6 +1,6 @@ PORTNAME= genius DISTVERSION= 1.0.27 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ @@ -12,14 +12,13 @@ WWW= https://www.jirka.org/genius.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libamtk-5.so:x11-toolkits/amtk \ - libfontconfig.so:x11-fonts/fontconfig \ +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgmp.so:math/gmp \ libharfbuzz.so:print/harfbuzz \ libmpfr.so:math/mpfr -USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig \ +USES= desktop-file-utils gmake gnome libtool pkgconfig \ readline shared-mime-info tar:xz xorg USE_GNOME= cairo gnomeprefix gdkpixbuf gtksourceview4 intltool vte3 USE_XORG= x11 xext |