diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 08:38:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 08:38:24 +0800 |
commit | bc145ec8cff60dc2ed7b3d4fa9a9d4b5a0a18533 (patch) | |
tree | 27264d6a41be5f315ce0a6ba6d1e47af53a672ad /net/vino | |
parent | 45382e990d645eea452997d5ae2da5893b071270 (diff) | |
download | freebsd-ports-gnome-bc145ec8cff60dc2ed7b3d4fa9a9d4b5a0a18533.tar.gz freebsd-ports-gnome-bc145ec8cff60dc2ed7b3d4fa9a9d4b5a0a18533.tar.zst freebsd-ports-gnome-bc145ec8cff60dc2ed7b3d4fa9a9d4b5a0a18533.zip |
- Add CPE info
- Whitespace fix
- Fix WWW
Approved by: portmgr blanket
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 5 | ||||
-rw-r--r-- | net/vino/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 28a662342002..6add74d25b7a 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libnotify.so:${PORTSDIR}/devel/libnotify \ libavahi-glib.so:${PORTSDIR}/net/avahi-app -USES= gettext gmake pathfix pkgconfig tar:xz +USES= cpe gettext gmake pathfix pkgconfig tar:xz +CPE_VENDOR= david_king USE_GNOME= gnomeprefix gtk30 intlhack USE_XORG= xdamage xfixes xtst GNU_CONFIGURE= yes @@ -34,6 +35,6 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY NOTIFY_LIBS_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify -NOTIFY_CONFIGURE_WITH= libnotify +NOTIFY_CONFIGURE_WITH= libnotify .include <bsd.port.mk> diff --git a/net/vino/pkg-descr b/net/vino/pkg-descr index f56a277004ba..812e0b21a988 100644 --- a/net/vino/pkg-descr +++ b/net/vino/pkg-descr @@ -1,4 +1,4 @@ Vino is a VNC server for GNOME - it allows someone to remotely connect to your desktop session using the RFB protocol. -WWW: http://www.gnome.org +WWW: http://www.gnome.org/ |