diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-31 17:52:13 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-31 17:52:13 +0800 |
commit | ea870b73a191945803bae644e316d537322f51ae (patch) | |
tree | a2d14a17ce2939dff6900f33f1d22a7b085b76a4 /mail/sylpheed2 | |
parent | 43211a2fa96f6e676c7b402824899633c43a74ca (diff) | |
download | freebsd-ports-gnome-ea870b73a191945803bae644e316d537322f51ae.tar.gz freebsd-ports-gnome-ea870b73a191945803bae644e316d537322f51ae.tar.zst freebsd-ports-gnome-ea870b73a191945803bae644e316d537322f51ae.zip |
- Utilize USE_ICONV
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 70a24e240fc0..8da33eb126be 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -16,11 +16,10 @@ MASTER_SITE_SUBDIR= sylpheed-claws MAINTAINER= oliver@FreeBSD.org COMMENT= A lightweight, featureful, and fast GTK+ based e-mail client -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes +USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk12 USE_LIBTOOL_VER=13 |