diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 19:27:27 +0000 |
commit | bd63b368ac6c8b827af01c0fe47e53201f19a1a4 (patch) | |
tree | 878c43ec9c169df86ede874ebe773efc989d0f01 /net | |
parent | 2a1526559cddb6423542853a283b9c87ca246492 (diff) | |
download | ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.tar.gz ports-bd63b368ac6c8b827af01c0fe47e53201f19a1a4.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gq/Makefile | 4 | ||||
-rw-r--r-- | net/vnc/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/gq/Makefile b/net/gq/Makefile index 7244c5ce2e92..28ff735e7911 100644 --- a/net/gq/Makefile +++ b/net/gq/Makefile @@ -3,7 +3,7 @@ PORTNAME= gq PORTVERSION= 1.3.4 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION} @@ -11,7 +11,7 @@ MASTER_SITES= SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK-based LDAP client -LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring +LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring OPTIONS_DEFINE= DND CACHE OPTIONS_DEFAULT= DND CACHE diff --git a/net/vnc/Makefile b/net/vnc/Makefile index eb1cb0f4e685..be4f7f5f3172 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -55,7 +55,7 @@ MAKE_ARGS= AR='ar rc' .endif RUN_DEPENDS+= xauth:${PORTSDIR}/x11/xauth \ - ${PREFIX}/lib/X11/fonts/misc/6x13-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ + xorg-fonts-miscbitmaps>0:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias EXTRA_PATCHES+= ${WRKSRC}/xc.patch \ |