diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-08 21:56:32 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-08 21:56:32 +0800 |
commit | 652724b9ab96d404a700b6a2896f2c77d493c428 (patch) | |
tree | ec56345c844af8f9f9b0ba54a71fb2c35bb0c3bd /x11-fm | |
parent | cb3ccb4f1fdb422331f531c7488bd525e9071166 (diff) | |
download | freebsd-ports-gnome-652724b9ab96d404a700b6a2896f2c77d493c428.tar.gz freebsd-ports-gnome-652724b9ab96d404a700b6a2896f2c77d493c428.tar.zst freebsd-ports-gnome-652724b9ab96d404a700b6a2896f2c77d493c428.zip |
* Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
any updates anymore. Or are slave ports, so only the master port will
get checked.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/sushi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index a410741ae8e9..d6ed753bd6b3 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= libgcr-3.so:${PORTSDIR}/security/gcr \ libevdocument3.so:${PORTSDIR}/graphics/evince RUN_DEPENDS= nautilus:${PORTSDIR}/x11-fm/nautilus +PORTSCOUT= limitw:1,even + USES= gettext gmake libtool pathfix pkgconfig tar:xz INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gtksourceview3 intlhack introspection:build |