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 /textproc | |
parent | 1e85daf0f563c93a39304c113d346f778baccbd8 (diff) | |
download | ports-e69e6941cc0f1dab5aefa920fb26c0f26941f258.tar.gz ports-e69e6941cc0f1dab5aefa920fb26c0f26941f258.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index c90692f22492..d2e27996de50 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-dict PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= textproc xfce MASTER_SITES= XFCE/apps PKGNAMESUFFIX= -plugin @@ -14,7 +15,8 @@ COMMENT= Xfce4 plugin to query different dictionaries LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3 +USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ + xfce xorg USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel USE_XORG= x11 |