aboutsummaryrefslogtreecommitdiffstats
path: root/games/heroes
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-31 03:20:22 +0800
committerkrion <krion@FreeBSD.org>2004-03-31 03:20:22 +0800
commitec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch)
tree89a2307095c132bb20ec384fd75a853ff48669ed /games/heroes
parent919d5d370736760e6caa8a55aa6ec939d3387eec (diff)
downloadfreebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz
freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.zst
freebsd-ports-gnome-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'games/heroes')
-rw-r--r--games/heroes/Makefile3
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}" \