diff options
author | miwi <miwi@FreeBSD.org> | 2009-10-04 20:14:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-10-04 20:14:02 +0800 |
commit | bcc639d17e856eb6a615a3197cdd31131f326e4c (patch) | |
tree | 4348e7d1d1a6ff5e9dcff5a79ef5a736f451b940 /games | |
parent | 4fd6d24314adce93938ff2f6e3c9eb31005ac6c4 (diff) | |
download | freebsd-ports-gnome-bcc639d17e856eb6a615a3197cdd31131f326e4c.tar.gz freebsd-ports-gnome-bcc639d17e856eb6a615a3197cdd31131f326e4c.tar.zst freebsd-ports-gnome-bcc639d17e856eb6a615a3197cdd31131f326e4c.zip |
- Fix build
Reported by: ionbot /o\
Diffstat (limited to 'games')
-rw-r--r-- | games/kuklomenos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile index e797c06d301f..fc9e800b2be9 100644 --- a/games/kuklomenos/Makefile +++ b/games/kuklomenos/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl OPTIONS= VORBIS "Enable Ogg/Vorbis support" on -USE_SDL= sdl +USE_SDL= sdl mixer GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --datadir=${DATADIR} |