diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 11:24:31 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 11:24:31 +0000 |
commit | afa23f76e1f22096f5f15da9c0f764b135cc653b (patch) | |
tree | 3ca1fedef730e11de292c6cde480deaa926a685a /net | |
parent | 5f735bffb361be389acf9a85198175fc470ab22f (diff) | |
download | ports-afa23f76e1f22096f5f15da9c0f764b135cc653b.tar.gz ports-afa23f76e1f22096f5f15da9c0f764b135cc653b.zip |
Notes
Diffstat (limited to 'net')
-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 |