diff options
Diffstat (limited to 'games/heroes/Makefile')
-rw-r--r-- | games/heroes/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 709abd6d8f71..c9583ab6132e 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -21,8 +21,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= jre@vineyard.net COMMENT= A game of yore similar to the "Tron" and "Nibbles" -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - DATAVERSION= 1.5 SOUNDVERSION= 1.0 MUSICVERSION= 1.0 @@ -37,6 +35,7 @@ USE_X_PREFIX= yes USE_SDL= mixer sdl USE_GETOPT_LONG= yes USE_GMAKE= yes +USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ |