diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-30 06:04:10 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-05-30 06:04:10 +0800 |
commit | e00497ca486ed72c1fe50a887fa87f86365d4c34 (patch) | |
tree | 6d7d2d6578a4c4eac4490798e2bc79e265423f30 /net | |
parent | f33e07dd3e11aabadb5cbaa64997a23c4f5c4ff3 (diff) | |
download | freebsd-ports-gnome-e00497ca486ed72c1fe50a887fa87f86365d4c34.tar.gz freebsd-ports-gnome-e00497ca486ed72c1fe50a887fa87f86365d4c34.tar.zst freebsd-ports-gnome-e00497ca486ed72c1fe50a887fa87f86365d4c34.zip |
Add a missing dependency on xtst.
Reported by: pav
Diffstat (limited to 'net')
-rw-r--r-- | net/vino/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 9b508cf73acc..264eab703f56 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -8,6 +8,7 @@ PORTNAME= vino PORTVERSION= 2.22.2 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,6 +21,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls USE_BZIP2= yes USE_GETTEXT= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomepanel +USE_XORG= xtst USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 GNU_CONFIGURE= yes |