diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | 4efa9ce4aba677e16625a76f8415226114d2d072 (patch) | |
tree | 768a9d49a28e618c67e66b92df38c1d490e817b4 /games/heroes | |
parent | Make the last line of Makefile to be (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
Diffstat (limited to 'games/heroes')
-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}" \ |