Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2016 14:31:04 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425220 - head/ftp/linux-c6-curl
Message-ID:  <201611031431.uA3EV4tC004616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Nov  3 14:31:03 2016
New Revision: 425220
URL: https://svnweb.freebsd.org/changeset/ports/425220

Log:
  Add missing dependencies.

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

Modified: head/ftp/linux-c6-curl/Makefile
==============================================================================
--- head/ftp/linux-c6-curl/Makefile	Thu Nov  3 14:30:03 2016	(r425219)
+++ head/ftp/linux-c6-curl/Makefile	Thu Nov  3 14:31:03 2016	(r425220)
@@ -3,7 +3,7 @@
 
 PORTNAME=	curl
 PORTVERSION=	7.19.7
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	ftp linux
 LIB_DISTFILES=	lib${DISTNAME}${EXTRACT_SUFX}
 SRC_DISTFILES=	${DISTNAME}${SRC_SUFX}:SOURCE
@@ -13,9 +13,8 @@ COMMENT=	Command line tool for transferr
 
 CONFLICTS=	linux-curl-[0-9]* linux-f10-curl-[0-9]*
 
-
 USES=		linux:c6
-USE_LINUX=	openldap libssh2 # cyrus-sasl2
+USE_LINUX=	libssh2 nspr nss openldap
 USE_LINUX_RPM=	nolib
 RPMVERSION=	52.el6
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031431.uA3EV4tC004616>