Remove shared lib version number from optional LIB_DEPENDS
PR: 30722 Submitted by: Ports Fury
This commit is contained in:
parent
5b41e75ffb
commit
5f1188eef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48792
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|||
CONFIGURE_ARGS= --with-x --without-xlt --without-SciPlot
|
||||
|
||||
.if defined(WITH_MOTIF)
|
||||
LIB_DEPENDS+= plot.3:${PORTSDIR}/graphics/plotutils \
|
||||
Xbae.8:${PORTSDIR}/x11-toolkits/xbae \
|
||||
XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml
|
||||
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \
|
||||
Xbae:${PORTSDIR}/x11-toolkits/xbae \
|
||||
XmHTML:${PORTSDIR}/x11-toolkits/xmhtml
|
||||
USE_MOTIF= yes
|
||||
CONFIGURE_ARGS+= --with-motif
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue