diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 22:41:03 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-26 22:41:03 +0800 |
commit | ad9d62a473da91e1812dc36cdfc44e1e7e7cf51b (patch) | |
tree | 0aede6627c86fc8f7177c0f66318c0c1f3663920 /games/cube | |
parent | f797e47681c37fa560c8e2f23afc2b7bfa3dfba0 (diff) | |
download | freebsd-ports-gnome-ad9d62a473da91e1812dc36cdfc44e1e7e7cf51b.tar.gz freebsd-ports-gnome-ad9d62a473da91e1812dc36cdfc44e1e7e7cf51b.tar.zst freebsd-ports-gnome-ad9d62a473da91e1812dc36cdfc44e1e7e7cf51b.zip |
Fix build with newer binutils
Diffstat (limited to 'games/cube')
-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 " |