diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 18:26:09 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-04-23 18:26:09 +0800 |
commit | 580c2770b3945e5eed406c57208093cf71b1b1b5 (patch) | |
tree | 04e6170d2cc2b72b73a4fbf4855cbc6d9202f7c0 /mail/sylpheed/Makefile | |
parent | adeccdc4c0c1a16848208c627f4640a434e969a2 (diff) | |
download | freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.tar.gz freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.tar.zst freebsd-ports-gnome-580c2770b3945e5eed406c57208093cf71b1b1b5.zip |
Convert to USES=gettext
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f2bf19ab9e65..c782cda89189 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -14,8 +14,8 @@ COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support +USES= gettext USE_BZIP2= yes -USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes USE_GNOME= gtk20 |