diff options
author | linimon <linimon@FreeBSD.org> | 2006-10-19 08:02:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-10-19 08:02:48 +0800 |
commit | df1eec3451fb9b103b024fefea39b0740f2c9049 (patch) | |
tree | 7b300033190cfc693378293fabafc840723dd482 /games/alephone | |
parent | 4d9f874dc1062c54969c79007bd8f428e8a25c99 (diff) | |
download | freebsd-ports-gnome-df1eec3451fb9b103b024fefea39b0740f2c9049.tar.gz freebsd-ports-gnome-df1eec3451fb9b103b024fefea39b0740f2c9049.tar.zst freebsd-ports-gnome-df1eec3451fb9b103b024fefea39b0740f2c9049.zip |
Fix the missed merge from the 6-exp testing run, from which bsd.port.mk 1.541
was committed on 2006/09/15, to fix the build.
Hat: portmgr
Pointy hat: linimon
Approved by: portmgr (implicit)
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile index e3dc865efe22..d2b0748c6c01 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -17,19 +17,18 @@ MAINTAINER= ray@cultofray.net COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost -LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ - lua.5:${PORTSDIR}/lang/lua50 +LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex USE_BZIP2= yes USE_X_PREFIX= yes +USE_GL= yes USE_GNOME= gnometarget +USE_LUA= 5.0 USE_SDL= image net sdl sound -USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" - -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR} .include <bsd.port.pre.mk> |