svn commit: r419059 - head/mail/rmilter

Vsevolod Stakhov vsevolod at FreeBSD.org
Mon Jul 25 20:40:17 UTC 2016


Author: vsevolod
Date: Mon Jul 25 20:40:15 2016
New Revision: 419059
URL: https://svnweb.freebsd.org/changeset/ports/419059

Log:
  - Add pkgconfig dependency
  - Fix openssl usage
  
  Submitted by:	az

Modified:
  head/mail/rmilter/Makefile

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Mon Jul 25 20:05:38 2016	(r419058)
+++ head/mail/rmilter/Makefile	Mon Jul 25 20:40:15 2016	(r419059)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov
 
-USES=		cmake:outsource bison
-USE_OPENSSL=	yes
+USES=		cmake:outsource bison pkgconfig ssl
 USE_GNOME=	glib20
 
 USERS=		_rmilter


More information about the svn-ports-all mailing list