diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-09-08 04:04:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-09-08 04:04:19 +0800 |
commit | fecfaa92d7cad829e8d1cc93daf89bcfbfeaa8af (patch) | |
tree | a503fecef67ee664366864a94a3ef1aaa998d193 /security/libssh2/Makefile | |
parent | c2e986ebe93f3e7973ad90cb8d39bef11dcf98c0 (diff) | |
download | freebsd-ports-gnome-fecfaa92d7cad829e8d1cc93daf89bcfbfeaa8af.tar.gz freebsd-ports-gnome-fecfaa92d7cad829e8d1cc93daf89bcfbfeaa8af.tar.zst freebsd-ports-gnome-fecfaa92d7cad829e8d1cc93daf89bcfbfeaa8af.zip |
- Provide a patch to fix a bug in the configure script that caused the include
and library directory flags to gcc to be wrong
- Bump PORTREVISION
PR: 102920
Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
Diffstat (limited to 'security/libssh2/Makefile')
-rw-r--r-- | security/libssh2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libssh2/Makefile b/security/libssh2/Makefile index 1186af64ecc5..0cc50c3fa125 100644 --- a/security/libssh2/Makefile +++ b/security/libssh2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libssh2 PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,7 @@ COMMENT= A library implementing the SSH2 protocol USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PLIST_FILES= include/libssh2.h \ include/libssh2_publickey.h \ |