diff options
Diffstat (limited to 'games/briquolo/Makefile')
-rw-r--r-- | games/briquolo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index a4ee676691ed..a5485954af7f 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= briquolo -PORTVERSION= 0.5.4 -PORTREVISION= 1 +PORTVERSION= 0.5.5 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -25,6 +24,7 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +USE_XLIB= yes PLIST_SUB= VERSION="${PORTVERSION}" |