diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-12-27 22:14:59 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:14:49 +0800 |
commit | 33f009dc9a6c4aa2f30c11ccbe675c906926e2c2 (patch) | |
tree | fbcd7daf4c83feda5234fd07e283005837d0f3a4 /games | |
parent | b2abc0db618558f03c91ce143ef1cd39487f2ae7 (diff) | |
download | freebsd-ports-gnome-33f009dc9a6c4aa2f30c11ccbe675c906926e2c2.tar.gz freebsd-ports-gnome-33f009dc9a6c4aa2f30c11ccbe675c906926e2c2.tar.zst freebsd-ports-gnome-33f009dc9a6c4aa2f30c11ccbe675c906926e2c2.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 |