diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 22:41:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 22:41:03 +0800 |
commit | e350594bb00ef7a30b3ee4cdbd1b85a81a6825ea (patch) | |
tree | 0aede6627c86fc8f7177c0f66318c0c1f3663920 /games | |
parent | 988968ffcaec00a95892dda35ce43b4ffae29bb0 (diff) | |
download | freebsd-ports-gnome-e350594bb00ef7a30b3ee4cdbd1b85a81a6825ea.tar.gz freebsd-ports-gnome-e350594bb00ef7a30b3ee4cdbd1b85a81a6825ea.tar.zst freebsd-ports-gnome-e350594bb00ef7a30b3ee4cdbd1b85a81a6825ea.zip |
Fix build with newer binutils
Diffstat (limited to 'games')
-rw-r--r-- | games/cube/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index 84d8818f0d54..58c402e98f79 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libenet.a:${PORTSDIR}/net/enet USE_ZIP= yes USE_DOS2UNIX= yes -USE_GMAKE= yes +USES= gmake ALL_TARGET= # MAKE_JOBS_SAFE= yes @@ -44,6 +44,7 @@ USE_GL= glu USE_SDL= image mixer sdl ALL_TARGET+= client CUBE_BIN+= client +LDFLAGS= -lX11 PLIST_SUB+= CLIENT="" .else PLIST_SUB+= CLIENT="@comment " |