aboutsummaryrefslogtreecommitdiff
path: root/astro/libnova/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-27 15:12:32 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-27 15:12:32 +0000
commit81d4b8835469a7fb7716aac0df039837c656bb17 (patch)
treecac4ba1614b71b724ef3529bcbc011e296574b8c /astro/libnova/Makefile
parent8ec1ab542cc863147cad62ba2b0bc641590c8415 (diff)
downloadports-81d4b8835469a7fb7716aac0df039837c656bb17.tar.gz
ports-81d4b8835469a7fb7716aac0df039837c656bb17.zip
Update to 0.5.1
PR: 47485 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=74085
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r--astro/libnova/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index 53e4107a8eac..ecc4782ec300 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libnova
-PORTVERSION= 0.5.0
+PORTVERSION= 0.5.1
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_LIBTOOL= yes
+LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>