diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | ae994c8ea8a59644c1a1406b0b6547826bc12791 (patch) | |
tree | 396acb34b10ac8f349be827c6eb833e0fd68cdff /astro | |
parent | - Fix for net/ruby-net-geoip build error on i386-7-latest (diff) |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 1 | ||||
-rw-r--r-- | astro/jday/Makefile | 1 | ||||
-rw-r--r-- | astro/libnova/Makefile | 1 | ||||
-rw-r--r-- | astro/orsa/Makefile | 1 | ||||
-rw-r--r-- | astro/orsa/pkg-plist | 2 |
5 files changed, 6 insertions, 0 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index 48d34f0b866a..c9758e062697 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://download.berlios.de/${PORTNAME}/ MAINTAINER= toxa@toxahost.ru COMMENT= Daemon that monitors one or more GPSes attached to a host computer +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" diff --git a/astro/jday/Makefile b/astro/jday/Makefile index dca4beea4ca6..869b029605a0 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= laszlof@FreeBSD.org COMMENT= Astronomical julian date calculator +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 74b4b8fce230..71460253cdff 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Calculation Library +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnometarget lthack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 5a748bbdcb6a..6aa7e24a1b4b 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.3.3:${PORTSDIR}/math/GiNaC +USE_AUTOTOOLS= libtool:15 USE_QT_VER= 3 USE_GNOME= gnometarget GNU_CONFIGURE= yes diff --git a/astro/orsa/pkg-plist b/astro/orsa/pkg-plist index bab3bfd0946c..4887b52e7033 100644 --- a/astro/orsa/pkg-plist +++ b/astro/orsa/pkg-plist @@ -19,8 +19,10 @@ include/orsa/orsa_universe.h include/orsa/orsa_version.h @dirrm include/orsa lib/liborsa.a +lib/liborsa.la lib/liborsa.so lib/liborsa.so.0 lib/libxorsa.a +lib/libxorsa.la lib/libxorsa.so lib/libxorsa.so.0 |