diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:57:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 13:57:46 +0000 |
commit | 2ca4195def04afed0ca2984ad28c4fe1486efa9d (patch) | |
tree | 2385ca2e581242ab2b8ec3f2e9883fa9f7c171ef /multimedia/xtheater | |
parent | 0b9237831bcf11d6ac1b966c0e510a7f32056be9 (diff) | |
download | ports-2ca4195def04afed0ca2984ad28c4fe1486efa9d.tar.gz ports-2ca4195def04afed0ca2984ad28c4fe1486efa9d.zip |
Notes
Diffstat (limited to 'multimedia/xtheater')
-rw-r--r-- | multimedia/xtheater/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/xtheater/Makefile b/multimedia/xtheater/Makefile index 1aadbbcdb103..42fded014f18 100644 --- a/multimedia/xtheater/Makefile +++ b/multimedia/xtheater/Makefile @@ -19,14 +19,13 @@ USE_SDL= sdl USE_BZIP2= yes USE_GNOME= gtk12 USE_GL= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gl CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure |