diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 12:41:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 12:41:55 +0000 |
commit | 948bbf118c97fa0e68ee369c3b2c461e614b26bc (patch) | |
tree | a1523abc58b6f95c649421dded45b4b0b7445881 /net/libvncserver | |
parent | ffd86e3210482d41053bfc18fd20479f37d9093d (diff) |
Trim header
Remove shlib numbers
Notes
Notes:
svn path=/head/; revision=309730
Diffstat (limited to 'net/libvncserver')
-rw-r--r-- | net/libvncserver/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 6d2e79a7e94b..1d25998796bc 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libvncserver -# Date created: Feb 9, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libvncserver PORTVERSION= 0.9.9 @@ -37,7 +32,7 @@ GCRYPT_DESC= Enable libgcrypt support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .else CONFIGURE_ARGS+= --without-gnutls @@ -51,7 +46,7 @@ CONFIGURE_ARGS+= --without-crypto --without-ssl .endif .if ${PORT_OPTIONS:MGCRYPT} -LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt CONFIGURE_ARGS+= --with-gcrypt .else CONFIGURE_ARGS+= --without-gcrypt |