diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-22 03:21:20 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-22 03:21:20 +0800 |
commit | 682452faf1fe59f04c57258a831c220291cd7bdb (patch) | |
tree | 6e4eb1eef882bfb0b5088fc1527d8b8de0683c17 /games | |
parent | 68767228b39d5d6ab053bbde7532642ea1033692 (diff) | |
download | freebsd-ports-gnome-682452faf1fe59f04c57258a831c220291cd7bdb.tar.gz freebsd-ports-gnome-682452faf1fe59f04c57258a831c220291cd7bdb.tar.zst freebsd-ports-gnome-682452faf1fe59f04c57258a831c220291cd7bdb.zip |
games/gbrainy: deprecate through www/gkthml3
PR: 252619
Submitted by: daniel.engberg.lists@pyret.net
Diffstat (limited to 'games')
-rw-r--r-- | games/gbrainy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index f5f968d6ed65..0511922e0f45 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -13,6 +13,9 @@ COMMENT= Brain teaser game and trainer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= outdated, depends on deprecated library www/gtkhtml3 +EXPIRATION_DATE= 2021-03-31 + BUILD_DEPENDS= mautil:devel/mono-addins \ ${LOCALBASE}/bin/bash:shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} |