diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-15 21:21:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-15 21:21:23 +0800 |
commit | 2024954ac468d188f1bc509ed047eb9a183beecb (patch) | |
tree | 3d73b6516549d1954d47ded9cd5d3c3b8da0d6c5 /math | |
parent | f9dfcacf7d5d2a4cc2114c1c6e624ee3b54c9aa2 (diff) | |
download | freebsd-ports-gnome-2024954ac468d188f1bc509ed047eb9a183beecb.tar.gz freebsd-ports-gnome-2024954ac468d188f1bc509ed047eb9a183beecb.tar.zst freebsd-ports-gnome-2024954ac468d188f1bc509ed047eb9a183beecb.zip |
Remove shared lib version number from optional LIB_DEPENDS
PR: 30722
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/oleo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index beb0f8e00b4b..440498291949 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -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 |