From 5f1188eef6056a4acb07d8bebf33d914a93b83bc Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 15 Oct 2001 13:21:23 +0000 Subject: [PATCH] Remove shared lib version number from optional LIB_DEPENDS PR: 30722 Submitted by: Ports Fury --- math/oleo/Makefile | 6 +++--- 1 file 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