diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-10-04 11:31:21 +0000 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-10-04 11:31:21 +0000 |
commit | 9fb2d86df79cf0a6d5022194eb417837eecb8429 (patch) | |
tree | 78264916341cd8253c8b6ca98d7dbc16521ec570 | |
parent | 88fa513e3b6540c2e7f3569f485642c9fc60a940 (diff) | |
download | FreeBSD-ports-9fb2d86df79cf0a6d5022194eb417837eecb8429.zip FreeBSD-ports-9fb2d86df79cf0a6d5022194eb417837eecb8429.tar.gz |
- Convert to scons USES
-rw-r--r-- | games/netpanzer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index 2ad4a86..4769907 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -15,10 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LDFLAGS+= ${PTHREAD_LIBS} CFLAGS+= ${PTHREAD_CFLAGS} +USES= scons USE_BZIP2= yes USE_SDL= sdl mixer image USE_GNOME= libxml2 -USE_SCONS= yes SCONS_ARGS+= datadir="${DATADIR}" SCONS_BUILDENV= ${SCONS_ENV} |