diff options
author | madpilot <madpilot@FreeBSD.org> | 2019-09-27 05:31:46 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2019-09-27 05:31:46 +0800 |
commit | 15313ed0a13774661c2102e1b5141a4da92be1df (patch) | |
tree | 97f4c0f8bde25549d8b1554fc30109f98f683b88 /games | |
parent | a6396e6ef38dd9c32e9d83300118143807242500 (diff) | |
download | freebsd-ports-gnome-15313ed0a13774661c2102e1b5141a4da92be1df.tar.gz freebsd-ports-gnome-15313ed0a13774661c2102e1b5141a4da92be1df.tar.zst freebsd-ports-gnome-15313ed0a13774661c2102e1b5141a4da92be1df.zip |
- Update yaml-cpp to 0.6.3
- Removed TEST option since it fails to build. Disable tests
unconditionally.
- Bump PORTREVISION on dependent ports. I've observed linker errors
on startup due to library changes
Diffstat (limited to 'games')
-rw-r--r-- | games/openxcom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openxcom/Makefile b/games/openxcom/Makefile index 84e594c6d518..da0a0697b4c1 100644 --- a/games/openxcom/Makefile +++ b/games/openxcom/Makefile @@ -4,7 +4,7 @@ PORTNAME= openxcom PORTVERSION= 1.0 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org |