mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
|
CONFIGURE_ARGS= --with-x --without-xlt --without-SciPlot
|
||||||
|
|
||||||
.if defined(WITH_MOTIF)
|
.if defined(WITH_MOTIF)
|
||||||
LIB_DEPENDS+= plot.3:${PORTSDIR}/graphics/plotutils \
|
LIB_DEPENDS+= plot:${PORTSDIR}/graphics/plotutils \
|
||||||
Xbae.8:${PORTSDIR}/x11-toolkits/xbae \
|
Xbae:${PORTSDIR}/x11-toolkits/xbae \
|
||||||
XmHTML.1:${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
|
||||||
|
|
Loading…
Add table
Reference in a new issue