diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-08-08 13:56:32 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-08-08 13:56:32 +0000 |
commit | 652724b9ab96d404a700b6a2896f2c77d493c428 (patch) | |
tree | ec56345c844af8f9f9b0ba54a71fb2c35bb0c3bd /accessibility | |
parent | cb3ccb4f1fdb422331f531c7488bd525e9071166 (diff) |
* 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.
Notes
Notes:
svn path=/head/; revision=393729
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atkmm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/atkmm/Makefile b/accessibility/atkmm/Makefile index e53df15dd60e..deda4c3efd91 100644 --- a/accessibility/atkmm/Makefile +++ b/accessibility/atkmm/Makefile @@ -1,6 +1,5 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/accessibility/atkmm/Makefile 19865 2014-09-14 12:34:28Z kwm $ PORTNAME= atkmm PORTVERSION= 2.22.7 @@ -10,6 +9,8 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ wrapper for ATK API library +PORTSCOUT= limitw:1,even + USES= gmake libtool pathfix pkgconfig tar:xz USE_GNOME= atk glibmm USE_LDCONFIG= yes |