diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-06-21 03:39:35 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-06-21 03:39:35 +0000 |
commit | 7262c9cad395e5521972ca8f0fe0cf1399bcc1f3 (patch) | |
tree | c87abaa26e44294b74db7d2235eb0d7e5934b95e /math | |
parent | 292226c05dfd405e9211d0af7967002a59d10a46 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/xfce4-calculator-plugin/Makefile | 7 | ||||
-rw-r--r-- | math/xfce4-calculator-plugin/distinfo | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/math/xfce4-calculator-plugin/Makefile b/math/xfce4-calculator-plugin/Makefile index 3676c7e2b1d0..78b2b5ab125f 100644 --- a/math/xfce4-calculator-plugin/Makefile +++ b/math/xfce4-calculator-plugin/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-calculator-plugin -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 CATEGORIES= math xfce MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -12,9 +12,12 @@ COMMENT= Simple calculator for the Xfce panel LICENSE= GPLv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + USES= gmake gettext-tools libtool pkgconfig tar:bz2 xfce GNU_CONFIGURE= yes -USE_GNOME= gtk20 intltool intlhack +USE_GNOME= gtk20 cairo intltool intlhack USE_XFCE= panel USE_XORG= x11 INSTALLS_ICONS= yes diff --git a/math/xfce4-calculator-plugin/distinfo b/math/xfce4-calculator-plugin/distinfo index a9d75c72d14c..7bbf3fa6ed0b 100644 --- a/math/xfce4-calculator-plugin/distinfo +++ b/math/xfce4-calculator-plugin/distinfo @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-calculator-plugin-0.5.2.tar.bz2) = 174fe52d08e9e69bc80d60ccfec3ccd54635b20a1fcb24a5c7521dc1c33a0834 -SIZE (xfce4/xfce4-calculator-plugin-0.5.2.tar.bz2) = 376725 +TIMESTAMP = 1466486559 +SHA256 (xfce4/xfce4-calculator-plugin-0.6.0.tar.bz2) = eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2 +SIZE (xfce4/xfce4-calculator-plugin-0.6.0.tar.bz2) = 386342 |