diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
commit | 879e75a6593d4f669464a017aaebd9f8bee250f3 (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /x11/xpra | |
parent | ac9adb54c85f3dfb91ab2b68f5398801ca2e1f78 (diff) | |
download | freebsd-ports-gnome-879e75a6593d4f669464a017aaebd9f8bee250f3.tar.gz freebsd-ports-gnome-879e75a6593d4f669464a017aaebd9f8bee250f3.tar.zst freebsd-ports-gnome-879e75a6593d4f669464a017aaebd9f8bee250f3.zip |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Diffstat (limited to 'x11/xpra')
-rw-r--r-- | x11/xpra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 5b6dd0fc2e8b..4aac24283813 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -2,7 +2,7 @@ PORTNAME= xpra PORTVERSION= 2.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ |