diff options
-rw-r--r-- | databases/memcached/Makefile | 2 | ||||
-rw-r--r-- | devel/ddd/Makefile | 2 | ||||
-rw-r--r-- | games/libmaitretarot/Makefile | 2 | ||||
-rw-r--r-- | games/libmt_client/Makefile | 2 | ||||
-rw-r--r-- | games/thevalley/Makefile | 2 | ||||
-rw-r--r-- | graphics/quesa/Makefile | 2 | ||||
-rw-r--r-- | misc/skyutils/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile index 55de2f58934f..3a32ff7b62a4 100644 --- a/databases/memcached/Makefile +++ b/databases/memcached/Makefile @@ -15,7 +15,7 @@ COMMENT= High-performance distributed memory object cache system BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent -USE_AUTOMAKE= YES +USE_AUTOMAKE_VER= 14 WANT_AUTOCONF_VER= 253 GNU_CONFIGURE= YES diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index ca82c810ef56..0bdbb1482044 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -23,7 +23,7 @@ USE_REINPLACE= yes USE_SIZE= yes USE_XPM= yes USE_MOTIF= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CFLAGS+= -Wno-deprecated CPPFLAGS+= -I${LOCALBASE}/include diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index 207802cfb63a..50c5074094b3 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -15,7 +15,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Core library of MaitreTarot, a Tarot card game USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= glib20 libxml2 lthack INSTALLS_SHLIB= yes diff --git a/games/libmt_client/Makefile b/games/libmt_client/Makefile index 78d2307ff31a..a47dea34fdbb 100644 --- a/games/libmt_client/Makefile +++ b/games/libmt_client/Makefile @@ -17,7 +17,7 @@ COMMENT= Client-side library of MaitreTarot, a Tarot card game LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GNOME= glib20 libxml2 lthack INSTALLS_SHLIB= yes diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index e0c9666281d4..160dee50dbca 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -13,7 +13,7 @@ DISTNAME= valley-${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= The Valley is a rewrite of an old RPG from the early 1980s -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_X= yes HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index 6ddac2193583..d1debd6bb74a 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -17,7 +17,7 @@ COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM) USE_REINPLACE= yes WANT_AUTOCONF_VER?= 253 WANT_AUTOMAKE_VER?= 15 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 USE_GL= yes USE_X_PREFIX= yes .ifdef (WITH_QUESA_EXAMPLES) diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile index a32e84baef10..f02b29f66159 100644 --- a/misc/skyutils/Makefile +++ b/misc/skyutils/Makefile @@ -14,7 +14,7 @@ MAINTAINER= machiel_mastenbroek@hotmail.com COMMENT= A library required by smssend (same author) USE_AUTOCONF_VER?=257 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> |