aboutsummaryrefslogtreecommitdiffstats
path: root/games/briquolo
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-03-27 00:00:27 +0800
committermiwi <miwi@FreeBSD.org>2008-03-27 00:00:27 +0800
commitb92648b7ebe7919d9a1b48c34de1f899dbbee512 (patch)
tree6d606f2c9f1a87cd3607ced4377eee698db31109 /games/briquolo
parentb2f0f759cac5f964d0391bd9f0e9b4120e9c4fba (diff)
downloadfreebsd-ports-gnome-b92648b7ebe7919d9a1b48c34de1f899dbbee512.tar.gz
freebsd-ports-gnome-b92648b7ebe7919d9a1b48c34de1f899dbbee512.tar.zst
freebsd-ports-gnome-b92648b7ebe7919d9a1b48c34de1f899dbbee512.zip
- Remove USE_XLIB in favor of USE_XORG
PR: 121971 Submitted by: Chess Griffin <chess@chessgriffin.com>
Diffstat (limited to 'games/briquolo')
-rw-r--r--games/briquolo/Makefile6
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}"