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 /mail/sylpheed-gtk2 | |
parent | 919d5d370736760e6caa8a55aa6ec939d3387eec (diff) | |
download | FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.zip FreeBSD-ports-ec7e839df6339ee2ce45b2a86705d36babd6ddb2.tar.gz |
- Use USE_ICONV knob
Approved by: portmgr
Diffstat (limited to 'mail/sylpheed-gtk2')
-rw-r--r-- | mail/sylpheed-gtk2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile index 7c3201d..684d2c0 100644 --- a/mail/sylpheed-gtk2/Makefile +++ b/mail/sylpheed-gtk2/Makefile @@ -15,10 +15,9 @@ DISTNAME= sylpheed-${PORTVERSION:R}-gtk2-${PORTVERSION:E} MAINTAINER= jylefort@brutele.be COMMENT= The GTK+ 2.0 port of a lightweight, featureful and fast e-mail client -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_GETTEXT= yes USE_GMAKE= yes +USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk20 USE_OPENSSL= yes |