Remove USE_X_PREFIX=no and set PREFIX?=${LOCALBASE} explicitly, since we
still want the X libraries but don't want to install in X11BASE for some reason.
This commit is contained in:
parent
71da5b35cf
commit
6f5e5f8ac5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125577
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook
|
|||
|
||||
USE_REINPLACE= yes
|
||||
USE_IMAKE= yes
|
||||
USE_X_PREFIX= no
|
||||
PREFIX?= ${LOCALBASE}
|
||||
USE_XLIB= yes
|
||||
XFREE86_HTML_MAN= no
|
||||
|
||||
|
|
Loading…
Reference in a new issue