summaryrefslogtreecommitdiff
path: root/math/oleo
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-15 13:21:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-15 13:21:23 +0000
commit5f1188eef6056a4acb07d8bebf33d914a93b83bc (patch)
tree1ac300ff5f582e1dadde6990c55d616f20757484 /math/oleo
parentadd easysoap (diff)
Remove shared lib version number from optional LIB_DEPENDS
PR: 30722 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=48792
Diffstat (limited to 'math/oleo')
-rw-r--r--math/oleo/Makefile6
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