svn commit: r566403 - head/graphics/xmountains

Alex Kozlov ak at FreeBSD.org
Tue Feb 23 14:17:10 UTC 2021


Author: ak
Date: Tue Feb 23 14:17:10 2021
New Revision: 566403
URL: https://svnweb.freebsd.org/changeset/ports/566403

Log:
  - Fix build

Modified:
  head/graphics/xmountains/Makefile

Modified: head/graphics/xmountains/Makefile
==============================================================================
--- head/graphics/xmountains/Makefile	Tue Feb 23 14:16:03 2021	(r566402)
+++ head/graphics/xmountains/Makefile	Tue Feb 23 14:17:10 2021	(r566403)
@@ -26,7 +26,7 @@ post-extract:
 
 do-build:
 	(cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \
-		calcalt.c random.c  artist.c global.c xmountains.c X_graphics.c print_alg.c \
+		calcalt.c random.c  artist.c xmountains.c X_graphics.c print_alg.c \
 		-lX11 -lm -o ${PORTNAME})
 
 do-install:


More information about the svn-ports-all mailing list