diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-15 13:21:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-15 13:21:23 +0000 |
commit | 5f1188eef6056a4acb07d8bebf33d914a93b83bc (patch) | |
tree | 1ac300ff5f582e1dadde6990c55d616f20757484 /math/oleo/Makefile | |
parent | 5b41e75ffbe527e89970c1a75060b73e57e0dd09 (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/Makefile')
-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 |