svn commit: r425224 - head/ftp/linux-c7-curl

Tijl Coosemans tijl at FreeBSD.org
Thu Nov 3 14:54:33 UTC 2016


Author: tijl
Date: Thu Nov  3 14:54:31 2016
New Revision: 425224
URL: https://svnweb.freebsd.org/changeset/ports/425224

Log:
  Add missing dependencies.

Modified:
  head/ftp/linux-c7-curl/Makefile

Modified: head/ftp/linux-c7-curl/Makefile
==============================================================================
--- head/ftp/linux-c7-curl/Makefile	Thu Nov  3 14:52:21 2016	(r425223)
+++ head/ftp/linux-c7-curl/Makefile	Thu Nov  3 14:54:31 2016	(r425224)
@@ -3,6 +3,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.29.0
+PORTREVISION=	1
 CATEGORIES=	ftp linux
 LIB_DISTFILES=	lib${DISTNAME}${EXTRACT_SUFX}
 SRC_DISTFILES=	${DISTNAME}${SRC_SUFX}:SOURCE
@@ -17,7 +18,7 @@ CONFLICTS=	linux-f10-${PORTNAME}-[0-9]* 
 RPMVERSION=	25.el7.centos
 USES=		linux:c7
 USE_LDCONFIG=	yes
-USE_LINUX=	openldap libssh2 # cyrus-sasl2
+USE_LINUX=	libssh2 nspr nss openldap
 USE_LINUX_RPM=	nolib
 
 PORTDOCS=	BUGS COPYING FEATURES README TODO CHANGES FAQ MANUAL RESOURCES TheArtOfHttpScripting


More information about the svn-ports-all mailing list