diff options
author | marcus <marcus@FreeBSD.org> | 2008-05-30 06:04:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-05-30 06:04:10 +0800 |
commit | 71cf8e4afcda5d6c4c089e3803af36b4848a4ff0 (patch) | |
tree | a91c6a49af1f9098373f0be2348c03339db713e7 | |
parent | d0dbfdcf1a09ccf508ab57fd5f8f3730b65fd44e (diff) | |
download | freebsd-ports-gnome-71cf8e4afcda5d6c4c089e3803af36b4848a4ff0.tar.gz freebsd-ports-gnome-71cf8e4afcda5d6c4c089e3803af36b4848a4ff0.tar.zst freebsd-ports-gnome-71cf8e4afcda5d6c4c089e3803af36b4848a4ff0.zip |
Add a missing dependency on xtst.
Reported by: pav
-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 |