aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2021-02-23 14:17:10 +0000
committerAlex Kozlov <ak@FreeBSD.org>2021-02-23 14:17:10 +0000
commit5bbc037af384301b4158d9cf370cdd2e1ecb753b (patch)
tree9d96c1ab9313fc545cde806c3ec4438b8c4663f9 /graphics
parent5bc65c515a2902f61b9b3c7a47039747299b07e2 (diff)
downloadports-5bbc037af384301b4158d9cf370cdd2e1ecb753b.tar.gz
ports-5bbc037af384301b4158d9cf370cdd2e1ecb753b.zip
- Fix build
Notes
Notes: svn path=/head/; revision=566403
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xmountains/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile
index 56a86f46b3ee..2c17a8f821bc 100644
--- a/graphics/xmountains/Makefile
+++ b/graphics/xmountains/Makefile
@@ -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: