diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-08-23 00:39:33 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-08-23 00:39:33 +0800 |
commit | 9b8d007c28e56df4190237910bfa79797c88861c (patch) | |
tree | f9eb9eba85b6975f2bb9e68835ddb8039f7c3eca /x11 | |
parent | 2e43944b5c91d7826a0e02a483db290405dd6e33 (diff) | |
download | freebsd-ports-gnome-9b8d007c28e56df4190237910bfa79797c88861c.tar.gz freebsd-ports-gnome-9b8d007c28e56df4190237910bfa79797c88861c.tar.zst freebsd-ports-gnome-9b8d007c28e56df4190237910bfa79797c88861c.zip |
Tell to PORTSCOUT to monitor only 1.6.x releases. Others (2.x) require
devel Xfce core components
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-whiskermenu-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xfce4-whiskermenu-plugin/Makefile b/x11/xfce4-whiskermenu-plugin/Makefile index fc54c94c1a4f..cfdc74235f67 100644 --- a/x11/xfce4-whiskermenu-plugin/Makefile +++ b/x11/xfce4-whiskermenu-plugin/Makefile @@ -13,6 +13,8 @@ COMMENT= Alternate menu for the Xfce Desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +PORTSCOUT= limit:^1\.6\. + USES= cmake:outsource gettext localbase pkgconfig tar:bzip2 xfce USE_GNOME= gtk20 cairo USE_XFCE= panel |