diff options
author | bouyer <bouyer@pkgsrc.org> | 2020-02-24 21:45:24 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2020-02-24 21:45:24 +0000 |
commit | d1b26aa978e9233fe55782531f82abca28a6ba0d (patch) | |
tree | 3d66e3b19c1ccc099f8b24ea16056d7212a62498 /sysutils/xfm/Makefile | |
parent | ab05bdcdd2b1774dffda6cb981d5220432d24e64 (diff) | |
download | pkgsrc-d1b26aa978e9233fe55782531f82abca28a6ba0d.tar.gz |
Fix xfm segfault with newer Xaw3d. Bump PKGREVISION
Diffstat (limited to 'sysutils/xfm/Makefile')
-rw-r--r-- | sysutils/xfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xfm/Makefile b/sysutils/xfm/Makefile index cdf0f65edad..e4c7045726b 100644 --- a/sysutils/xfm/Makefile +++ b/sysutils/xfm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2019/11/04 21:28:59 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2020/02/24 21:45:24 bouyer Exp $ DISTNAME= xfm-1.4.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils x11 MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ |