diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:34:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:34:31 +0000 |
commit | 7dcd1d44a8fc479a1cd8fcc9f941ddd40872a3b2 (patch) | |
tree | 0727dfc53b2aa153224d2676d3993900562beebb /astro/libnova/Makefile | |
parent | 019a41031634f13353bc0ba0a8bb53b846d3a0fc (diff) |
Notes
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r-- | astro/libnova/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index a9056e3aa965..46bd7bc56008 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -10,11 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v%20${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library +USES= autoreconf libtool GNU_CONFIGURE= yes -USES= libtool -USE_AUTOTOOLS= aclocal autoheader autoconf automake libtoolize -AUTOMAKE_ARGS= -a -c -f USE_LDCONFIG= yes +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |