diff options
Diffstat (limited to 'net/pvm++/Makefile')
-rw-r--r-- | net/pvm++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 1c4b024df995..cf3c558f4fc6 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -19,7 +19,7 @@ COMMENT= A C++-Library for PVM BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \ --with-pvm-libs=${LOCALBASE}/lib INSTALLS_SHLIB= yes |