svn commit: r338993 - head/security/libssh

Dima Panov fluffy at FreeBSD.org
Tue Jan 7 10:02:05 UTC 2014


Author: fluffy
Date: Tue Jan  7 10:02:05 2014
New Revision: 338993
URL: http://svnweb.freebsd.org/changeset/ports/338993

Log:
  - Support staging

Modified:
  head/security/libssh/Makefile

Modified: head/security/libssh/Makefile
==============================================================================
--- head/security/libssh/Makefile	Tue Jan  7 10:00:52 2014	(r338992)
+++ head/security/libssh/Makefile	Tue Jan  7 10:02:05 2014	(r338993)
@@ -25,11 +25,10 @@ USE_LDCONFIG=	yes
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGCRYPT}
-LIB_DEPENDS+=	gcrypt:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS+=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 CMAKE_ARGS+=	-DWITH_GCRYPT:BOOL=ON
 .else
 USE_OPENSSL=	yes


More information about the svn-ports-all mailing list