mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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)
This commit is contained in:
parent
bf73a142ce
commit
8ad6de3dd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131207
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue