diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-01-15 17:17:32 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-01-15 17:17:32 +0000 |
commit | 143337722b34b8d68003339f7a4ca58a6c921fad (patch) | |
tree | 6e007753da8b091875b5ab908112433ebaca71fe /multimedia | |
parent | 84550699dfd1b9026d0e077b15d70adf6b493ed7 (diff) |
Sprinkle some PORTSCOUT macros around to either mark ports:
* ignore because there will not be any new releases.
* check specific versions or ignore devel versions.
Notes
Notes:
svn path=/head/; revision=377130
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile index 46b7e1069385..ba43a663396a 100644 --- a/multimedia/clutter-gst/Makefile +++ b/multimedia/clutter-gst/Makefile @@ -12,6 +12,8 @@ COMMENT= Clutter GStreamer integration LIB_DEPENDS= libclutter-1.0.so:${PORTSDIR}/graphics/clutter +PORTSCOUT= ignore:1 + USES= gmake libtool pathfix pkgconfig tar:xz USE_GNOME= introspection gnomeprefix GNU_CONFIGURE= yes |