diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsd/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsdrive/Makefile | 2 | ||||
-rw-r--r-- | astro/jday/Makefile | 2 | ||||
-rw-r--r-- | astro/libnova/Makefile | 2 | ||||
-rw-r--r-- | astro/nova/Makefile | 2 | ||||
-rw-r--r-- | astro/orsa/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index eaeb8ab5d74d..495142620a05 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -18,7 +18,7 @@ COMMENT= Scriptable space flight simulator for X LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_GL= gl USE_XORG= x11 xt xext xmu xi diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index e4f53d7590ab..4d5070dcfa0a 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ xsltproc:${PORTSDIR}/textproc/libxslt USE_RC_SUBR= gpsd -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index cecd000bea89..0da694afe5c9 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib diff --git a/astro/jday/Makefile b/astro/jday/Makefile index a60532f59bdf..151aba42e900 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical julian date calculator -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME= gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 9c8f2dbde6d8..b93599f39650 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= SF MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GNOME= gnometarget lthack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/astro/nova/Makefile b/astro/nova/Makefile index ab3c6f191a18..0509f16e48a3 100644 --- a/astro/nova/Makefile +++ b/astro/nova/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --datadir=${DATADIR} diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 894632e1d90a..d2901dd628ef 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \ USE_QT_VER= 3 USE_GL= gl USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15 +USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22 ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal CONFIGURE_ENV= ac_cv_c_inline=no USE_LDCONFIG= yes |