diff options
author | krion <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-30 19:20:22 +0000 |
commit | ec7e839df6339ee2ce45b2a86705d36babd6ddb2 (patch) | |
tree | 89a2307095c132bb20ec384fd75a853ff48669ed /audio/mpiosh | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'audio/mpiosh')
-rw-r--r-- | audio/mpiosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpiosh/Makefile b/audio/mpiosh/Makefile index 35772ae..f89c08d 100644 --- a/audio/mpiosh/Makefile +++ b/audio/mpiosh/Makefile @@ -16,10 +16,10 @@ MAINTAINER= asa@gascom.ru COMMENT= Digit@lway MPIO MP3 player tool RUN_DEPENDS= ${MODULES}/mpio.ko:${PORTSDIR}/audio/mpio-driver -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv MODULES?= /modules +USE_ICONV= yes USE_LIBTOOL_VER= 13 USE_GETOPT_LONG= yes GNU_CONFIGURE= yes |