diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-26 16:00:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-26 16:00:27 +0000 |
commit | 8fcdb354af283140a6d0bb2ed7e578c94f4710ab (patch) | |
tree | 96b26ea3955bf48ae54979eccc569da0f564580a /games/briquolo/Makefile | |
parent | f88e9ae8611be8f58522f361c2433dcb82faea9e (diff) | |
download | ports-8fcdb354af283140a6d0bb2ed7e578c94f4710ab.tar.gz ports-8fcdb354af283140a6d0bb2ed7e578c94f4710ab.zip |
Notes
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r-- | games/briquolo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 4848b4dd438a..be3329774f22 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -7,7 +7,7 @@ PORTNAME= briquolo PORTVERSION= 0.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -18,11 +18,11 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_ICONV= yes -USE_GL= yes +USE_GL= gl USE_SDL= mixer sdl ttf USE_GCC= 3.4+ USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |