diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-05 07:40:44 +0800 |
commit | 604485f846c58c349c83d5a367b0b83bb39c2262 (patch) | |
tree | 42cd39480ede7db9874484f52a6c0467161329e6 /mail/courier | |
parent | 3334a81fc73525bb985188a37c02bb87841f8e00 (diff) | |
download | freebsd-ports-gnome-604485f846c58c349c83d5a367b0b83bb39c2262.tar.gz freebsd-ports-gnome-604485f846c58c349c83d5a367b0b83bb39c2262.tar.zst freebsd-ports-gnome-604485f846c58c349c83d5a367b0b83bb39c2262.zip |
Convert the tree to USES=fam
Approved by: portmgr (bapt)
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index c5e7b00a5139..985c0f12a601 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -61,8 +61,7 @@ USE_AUTOTOOLS= libtool aclocal automake AUTOMAKE_ARGS= --add-missing USE_BZIP2= yes USE_GCC= any -USE_FAM= yes -USES= gettext pkgconfig gmake perl5 +USES= fam gettext gmake perl5 pkgconfig USE_OPENSSL= yes USE_SUBMAKE= yes |