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 /mail/dovecot-devel | |
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 'mail/dovecot-devel')
-rw-r--r-- | mail/dovecot-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile index 34976184d68c..f6f18e1663ce 100644 --- a/mail/dovecot-devel/Makefile +++ b/mail/dovecot-devel/Makefile @@ -15,8 +15,7 @@ MASTER_SITES= http://www.dovecot.org/ MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - +USE_ICONV= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |