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 /lang/mdk | |
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 '')
-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 4e2527f8f75d..14a0d2958b5e 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 |