diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:14:42 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:14:42 +0800 |
commit | ce2b6f9460fe54a97c553c855174f1dd7f41c8e8 (patch) | |
tree | ed4d932dc2c3353b8d849d42f48cc65bca0ea1d9 /astro | |
parent | c6d365fd6654e48ad065a2b68d52fd1b353e287f (diff) | |
download | freebsd-ports-gnome-ce2b6f9460fe54a97c553c855174f1dd7f41c8e8.tar.gz freebsd-ports-gnome-ce2b6f9460fe54a97c553c855174f1dd7f41c8e8.tar.zst freebsd-ports-gnome-ce2b6f9460fe54a97c553c855174f1dd7f41c8e8.zip |
Convert to USES=libtool.
Unfortunately the libtool scripts in this port come from different
versions so libtoolize (and all other autotools) has to be run.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libnova/Makefile | 7 | ||||
-rw-r--r-- | astro/libnova/pkg-plist | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 12501c169100..b94f07c0dfe8 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -3,15 +3,18 @@ PORTNAME= libnova PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library -USE_AUTOTOOLS= libtool -USE_GNOME= lthack GNU_CONFIGURE= yes +USES= libtool +USE_AUTOTOOLS= aclocal autoheader autoconf automake libtoolize +AUTOMAKE_ARGS= -a -c -f +LIBTOOLIZE_ARGS=-i -c -f USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/astro/libnova/pkg-plist b/astro/libnova/pkg-plist index b8f86445e25f..02ec8bde133e 100644 --- a/astro/libnova/pkg-plist +++ b/astro/libnova/pkg-plist @@ -34,9 +34,8 @@ include/libnova/uranus.h include/libnova/utility.h include/libnova/venus.h include/libnova/vsop87.h -lib/libnova-0.15.so lib/libnova-0.15.so.0 +lib/libnova-0.15.so.0.0.0 lib/libnova.a -lib/libnova.la lib/libnova.so @dirrm include/libnova/ |