diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-09-19 23:46:33 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-09-19 23:46:33 +0000 |
commit | e69e6941cc0f1dab5aefa920fb26c0f26941f258 (patch) | |
tree | e3316902afbb4318b0439dc574f0496749ecfdc3 /math/xfce4-calculator-plugin | |
parent | 1e85daf0f563c93a39304c113d346f778baccbd8 (diff) |
Notes
Diffstat (limited to 'math/xfce4-calculator-plugin')
-rw-r--r-- | math/xfce4-calculator-plugin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/xfce4-calculator-plugin/Makefile b/math/xfce4-calculator-plugin/Makefile index bd03fe1489ea..5af58c82b51d 100644 --- a/math/xfce4-calculator-plugin/Makefile +++ b/math/xfce4-calculator-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-calculator-plugin PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= math xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -12,11 +13,8 @@ COMMENT= Simple calculator for the Xfce panel LICENSE= GPLv2 -LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 - USES= gettext-tools gmake gnome libtool pkgconfig tar:bz2 \ - xfce:gtk3 + xfce xorg USE_GNOME= cairo gtk30 intltool USE_XFCE= panel USE_XORG= x11 |