diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 20:41:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 20:41:55 +0800 |
commit | 4993a1f61fb7981ccb86ae8cec5ed0d44aa848d3 (patch) | |
tree | a1523abc58b6f95c649421dded45b4b0b7445881 | |
parent | 9910e2d6613cbf32212a8b47160536586d61bbf2 (diff) | |
download | freebsd-ports-gnome-4993a1f61fb7981ccb86ae8cec5ed0d44aa848d3.tar.gz freebsd-ports-gnome-4993a1f61fb7981ccb86ae8cec5ed0d44aa848d3.tar.zst freebsd-ports-gnome-4993a1f61fb7981ccb86ae8cec5ed0d44aa848d3.zip |
Trim header
Remove shlib numbers
-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 |