diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-04 18:08:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-04 18:08:26 +0800 |
commit | 0d70312d4d5dafc8e3e53d2dce89929a6444dfb8 (patch) | |
tree | 02aaa578b80b8e72ac70721b8051facfb962c77e /games/kuklomenos/Makefile | |
parent | 96afd5b10aad3af8881d1e6810f4ca1371e1e622 (diff) | |
download | freebsd-ports-gnome-0d70312d4d5dafc8e3e53d2dce89929a6444dfb8.tar.gz freebsd-ports-gnome-0d70312d4d5dafc8e3e53d2dce89929a6444dfb8.tar.zst freebsd-ports-gnome-0d70312d4d5dafc8e3e53d2dce89929a6444dfb8.zip |
- Update to 0.4.1
PR: 139289
Submitted by: Ports Fury
Diffstat (limited to 'games/kuklomenos/Makefile')
-rw-r--r-- | games/kuklomenos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile index dff26c922245..e797c06d301f 100644 --- a/games/kuklomenos/Makefile +++ b/games/kuklomenos/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kuklomenos -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= games MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/ @@ -17,7 +17,7 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl OPTIONS= VORBIS "Enable Ogg/Vorbis support" on -USE_SDL= sdl mixer +USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --datadir=${DATADIR} |