oops, forgot to check for lib_specs

This commit is contained in:
simon 2008-06-07 22:56:33 +00:00
parent cd02f718ee
commit 06bd922616

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/07 22:50:12 simon Exp $
# $OpenBSD: Makefile,v 1.2 2008/06/07 22:56:33 simon Exp $
SHARED_ONLY = Yes
COMMENT = support for the SSH 2 protocol via libssh2
DISTNAME = Net-SSH2-0.18
PKGNAME = p5-${DISTNAME}p0
CATEGORIES = net
MODULES = cpan
@ -15,6 +16,6 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
LIB_DEPENDS = ::security/libssh2
LIB_DEPENDS = ssh2::security/libssh2
.include <bsd.port.mk>