mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove USE_XLIB in favor of USE_XORG
- Fix OPTIONS Approved by: miwi (mentor)
This commit is contained in:
parent
fe4d636e39
commit
a8ee12a1eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208748
1 changed files with 5 additions and 3 deletions
|
@ -28,14 +28,16 @@ PORTDOCS= AUTHORS FAQ
|
||||||
OPTIONS= MOTIF "Motif support" off \
|
OPTIONS= MOTIF "Motif support" off \
|
||||||
NLS "NLS support" on
|
NLS "NLS support" on
|
||||||
|
|
||||||
.if defined(WITH_MOTIF)
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if !defined(WITHOUT_MOTIF)
|
||||||
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \
|
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \
|
||||||
Xbae:${PORTSDIR}/x11-toolkits/xbae \
|
Xbae:${PORTSDIR}/x11-toolkits/xbae \
|
||||||
XmHTML:${PORTSDIR}/x11-toolkits/xmhtml
|
XmHTML:${PORTSDIR}/x11-toolkits/xmhtml
|
||||||
USE_MOTIF= yes
|
USE_MOTIF= yes
|
||||||
CONFIGURE_ARGS+= --with-motif
|
CONFIGURE_ARGS+= --with-motif
|
||||||
.else
|
.else
|
||||||
USE_XLIB= yes
|
USE_XORG= xt ice sm
|
||||||
CONFIGURE_ARGS+= --without-motif
|
CONFIGURE_ARGS+= --without-motif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -66,4 +68,4 @@ pre-build:
|
||||||
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
|
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue