aboutsummaryrefslogtreecommitdiffstats
path: root/astro/libnova/Makefile
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2006-02-19 05:25:14 +0800
committermnag <mnag@FreeBSD.org>2006-02-19 05:25:14 +0800
commitaac5214afb95e17b83ef7f1d68d07e6f3f0f962c (patch)
tree12f9fbf070fa01d93040e2af51b30cc5783a2c80 /astro/libnova/Makefile
parentf252bdbd4ac1b7646c3440080adb4363327440a8 (diff)
downloadfreebsd-ports-gnome-aac5214afb95e17b83ef7f1d68d07e6f3f0f962c.tar.gz
freebsd-ports-gnome-aac5214afb95e17b83ef7f1d68d07e6f3f0f962c.tar.zst
freebsd-ports-gnome-aac5214afb95e17b83ef7f1d68d07e6f3f0f962c.zip
- Change nan("chars") to strtod("NAN(chars)", NULL) and remove dependency of gcc 3.3
- Bump PORTREVISION - portlint(1) PR: 93520 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r--astro/libnova/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index 7d6fc138718b..df4ffa9649db 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -8,6 +8,7 @@
PORTNAME= libnova
PORTVERSION= 0.11.0
+PORTREVISION= 1
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,15 +17,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Astronomical Calculation Library
USE_GNOME= gnometarget lthack
-USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
-USE_GCC= 3.3
.include <bsd.port.pre.mk>
-.if ${OSVERSION}<503000
-IGNORE= Requires FreeBSD 5.3 or higher
+.if ${OSVERSION} < 503000
+IGNORE= requires FreeBSD 5.3 or higher
.endif
post-patch: