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 /lang/mdk | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'lang/mdk')
-rw-r--r-- | lang/mdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 4e2527f..14a0d29 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -17,10 +17,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= MIX Development Kit offers an emulation of MIX and MIXAL -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_GETTEXT= yes +USE_ICONV= yes USE_REINPLACE= yes USE_GETOPT_LONG= yes USE_X_PREFIX= yes |