diff options
-rw-r--r-- | audio/Maaate/Makefile | 2 | ||||
-rw-r--r-- | audio/resid/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/Maaate/Makefile b/audio/Maaate/Makefile index 3a63b9ba7500..d4a493b9030d 100644 --- a/audio/Maaate/Makefile +++ b/audio/Maaate/Makefile @@ -17,7 +17,7 @@ COMMENT= MPEG audio analysis toolkit USE_REINPLACE= yes USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes post-patch: diff --git a/audio/resid/Makefile b/audio/resid/Makefile index e075ce1d685c..c577402d2df6 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Cycle-based SID emulator engine -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes |