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 /devel/yasm | |
parent | e60f196636352a608c09494e14f7820b3215a15d (diff) |
- Use USE_ICONV knob
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=105722
Diffstat (limited to 'devel/yasm')
-rw-r--r-- | devel/yasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 8af7f6b457d0..60424068991e 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -16,8 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A complete rewrite of the NASM assembler BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +USE_ICONV= yes USE_GETTEXT= yes USE_PERL5_BUILD= yes GNU_CONFIGURE= yes |