diff options
author | krion <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-21 02:21:02 +0800 |
commit | 100e42b471c2addd74c7e3f210e0a4dbf13e6099 (patch) | |
tree | 56f3c7670a3edba19011902ad2efd8f59ab4303c /games/heroes | |
parent | d087ded22933179937b957ca8330a5ea90ae79f3 (diff) | |
download | freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.gz freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.tar.zst freebsd-ports-gnome-100e42b471c2addd74c7e3f210e0a4dbf13e6099.zip |
- Use new knobs from bsd.sdl.mk
Diffstat (limited to 'games/heroes')
-rw-r--r-- | games/heroes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index ef1c7dad9b82..4af3e6d852af 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -21,8 +21,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= A game of yore similar to the "Tron" and "Nibbles" -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv DATAVERSION= 1.5 SOUNDVERSION= 1.0 @@ -35,7 +34,7 @@ SOUNDSRC= ${WRKDIR}/${SOUNDISTNAME} MUSICSRC= ${WRKDIR}/${MUSICDISTNAME} USE_X_PREFIX= yes -USE_SDL= yes +USE_SDL= mixer sdl USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes |