diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-23 19:24:31 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-23 19:24:31 +0800 |
commit | 09fd79f804b31cc884c0aed16851ff24dfcd66fe (patch) | |
tree | 85852061c53a90827f409400ef65a1fb6e1c86e5 /net/rdesktop | |
parent | af3ab2c27763e5e55aa456a9496ef0e234d36b7a (diff) | |
download | freebsd-ports-gnome-09fd79f804b31cc884c0aed16851ff24dfcd66fe.tar.gz freebsd-ports-gnome-09fd79f804b31cc884c0aed16851ff24dfcd66fe.tar.zst freebsd-ports-gnome-09fd79f804b31cc884c0aed16851ff24dfcd66fe.zip |
[DEPS] net/rdesktop USE_XLIB -> USE_XORG
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115465
Submitted by: Martin Matuska <mm@FreeBSD.org>
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 505337d3f793..39a58b2bd66c 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -7,7 +7,7 @@ PORTNAME= rdesktop PORTVERSION= 1.5.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= obrien@FreeBSD.org COMMENT= RDP client for Windows NT/2000/2003 Terminal Server -USE_XLIB= yes +USE_XORG= x11 USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |