diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
commit | d7498c6d88b3aea9a8b8c2846b21199d346c3b10 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /mail/cone | |
parent | 24561e31331927221bcf5442be4516ab833c0e4f (diff) | |
download | freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.gz freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.tar.zst freebsd-ports-gnome-d7498c6d88b3aea9a8b8c2846b21199d346c3b10.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index bd70d9d7b627..ae64aae5d4ca 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_FAM= yes -USES= gettext gmake iconv ncurses perl5 +USES= fam gettext gmake iconv ncurses perl5 USE_GNOME= libxml2 USE_BZIP2= yes |