mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -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 \
|
||||
NLS "NLS support" on
|
||||
|
||||
.if defined(WITH_MOTIF)
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITHOUT_MOTIF)
|
||||
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \
|
||||
Xbae:${PORTSDIR}/x11-toolkits/xbae \
|
||||
XmHTML:${PORTSDIR}/x11-toolkits/xmhtml
|
||||
USE_MOTIF= yes
|
||||
CONFIGURE_ARGS+= --with-motif
|
||||
.else
|
||||
USE_XLIB= yes
|
||||
USE_XORG= xt ice sm
|
||||
CONFIGURE_ARGS+= --without-motif
|
||||
.endif
|
||||
|
||||
|
@ -66,4 +68,4 @@ pre-build:
|
|||
&& iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue