diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-09 17:08:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-11-09 17:08:12 +0000 |
commit | 9e0e8d17a400657031581d099ae64e1ac9dd5760 (patch) | |
tree | 1a007ab17ca647747d08d6d95c9df5f927c08b00 /games/tuxtype/Makefile | |
parent | ae33c6a4d22ef6506fe2f3fd7121be47c87c48ba (diff) |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
Notes
Notes:
svn path=/head/; revision=554733
Diffstat (limited to 'games/tuxtype/Makefile')
-rw-r--r-- | games/tuxtype/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tuxtype/Makefile b/games/tuxtype/Makefile index 54ff1aaf8972..1d7377c03832 100644 --- a/games/tuxtype/Makefile +++ b/games/tuxtype/Makefile @@ -3,6 +3,7 @@ PORTNAME= tuxtype PORTVERSION= 1.8.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig |