diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-14 23:51:28 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-14 23:51:28 +0800 |
commit | 845099b85ebd7fc70397d34c83146e01df80670c (patch) | |
tree | 38417f47d6019e5a3f1beb0e95be9beed56f5e72 /net/gtk-vnc | |
parent | add412923c6b9f44597ef5d8e586c6999d04aeae (diff) | |
download | marcuscom-ports-845099b85ebd7fc70397d34c83146e01df80670c.tar.gz marcuscom-ports-845099b85ebd7fc70397d34c83146e01df80670c.tar.zst marcuscom-ports-845099b85ebd7fc70397d34c83146e01df80670c.zip |
Chase cyrus-sasl update.
While here, use new Makefile header, and convert to OptionsNG and remove
shlib versions where possible in LIB_DEPEND
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17165 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gtk-vnc')
-rw-r--r-- | net/gtk-vnc/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 5dcf97735..9a957d495 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: gtk-vnc -# Date created: 16 December 2007 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gtk-vnc PORTVERSION= 0.3.10 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net gnome MASTER_SITES= GNOME @@ -15,9 +11,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= VNC viewer widget for GTK+ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - gcrypt.18:${PORTSDIR}/security/libgcrypt \ - sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext + gcrypt:${PORTSDIR}/security/libgcrypt \ + sasl2:${PORTSDIR}/security/cyrus-sasl2 \ + gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext CONFLICTS= gtk-vnc-0.4.[0-9]* |