svn commit: r457370 - head/games/openbor

Jan Beich jbeich at FreeBSD.org
Wed Dec 27 14:15:01 UTC 2017


Author: jbeich
Date: Wed Dec 27 14:14:59 2017
New Revision: 457370
URL: https://svnweb.freebsd.org/changeset/ports/457370

Log:
  games/openbor: don't report slaves as out of date

Modified:
  head/games/openbor/Makefile   (contents, props changed)

Modified: head/games/openbor/Makefile
==============================================================================
--- head/games/openbor/Makefile	Wed Dec 27 14:14:40 2017	(r457369)
+++ head/games/openbor/Makefile	Wed Dec 27 14:14:59 2017	(r457370)
@@ -25,6 +25,10 @@ LIB_DEPENDS=	libpng.so:graphics/png
 LIB_DEPENDS+=	libvpx.so:multimedia/libvpx
 .endif
 
+.ifdef PKGNAMESUFFIX
+PORTSCOUT=	ignore:1
+.endif
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	DCurrent
 GH_TAGNAME?=	21f884c


More information about the svn-ports-head mailing list