diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-12-27 22:14:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-12-27 22:14:59 +0800 |
commit | ed8a3eaed8a8a3d5c9022860748dec793eed435d (patch) | |
tree | 9cbaa97ec6a78b2947a6e8967b2e83e927725fa3 /games | |
parent | 3c031eada0c2b969ae4d1c4ac49d5bf42caeb533 (diff) | |
download | freebsd-ports-gnome-ed8a3eaed8a8a3d5c9022860748dec793eed435d.tar.gz freebsd-ports-gnome-ed8a3eaed8a8a3d5c9022860748dec793eed435d.tar.zst freebsd-ports-gnome-ed8a3eaed8a8a3d5c9022860748dec793eed435d.zip |
games/openbor: don't report slaves as out of date
Diffstat (limited to 'games')
-rw-r--r-- | games/openbor/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 6280808a6ca5..8bc805f74cf8 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -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 |