diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-03-14 14:50:40 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-03-14 14:50:40 +0000 |
commit | 8ad6de3dd73b0758e1e91083e85f3fb65ca1ec15 (patch) | |
tree | 84293c67c83cd4094da7cc774fe08da59c6536a6 /net/rdesktop | |
parent | Add an option (disabled by default) to build the openssl extension statically. (diff) |
- Fix X11 libraries search - explicitly pass ${X11BASE} to configure
This fixes X11 dependency when X11BASE != /usr/X11R6
- While I'm here, pacify portlint(1) by moving EXTRA_PATCHES to go
after MAINTAINER section
PR: ports/77854
Submitted by: sergei
Approved by: Matt Douhan (ex-maintainer)
Notes
Notes:
svn path=/head/; revision=131207
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 723dfc8ce2be..eea7f27329cf 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -15,12 +15,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@freebsd.org COMMENT= RDP client for Windows NT/2000/2003 Terminal Server +EXTRA_PATCHES= ${WRKDIR}/extra-patch-localIP + USE_XLIB= yes USE_GMAKE= yes USE_REINPLACE= yes USE_OPENSSL= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS= --prefix=${PREFIX} --with-x=${X11BASE} DOCS= doc/AUTHORS doc/TODO doc/*.txt MAN1= rdesktop.1 |