aboutsummaryrefslogtreecommitdiff
path: root/astro/libnova/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-09 01:13:44 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-09 01:13:44 +0000
commit14e101f3b826bf16e18113d3af117ec1f4d9ccc8 (patch)
tree2634e174bbce66b042ed9f0ad53df22e3a640090 /astro/libnova/Makefile
parent1cd896b49b68a948189d9940215293953d0d5c30 (diff)
downloadports-14e101f3b826bf16e18113d3af117ec1f4d9ccc8.tar.gz
ports-14e101f3b826bf16e18113d3af117ec1f4d9ccc8.zip
Notes
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r--astro/libnova/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile
index e28417568a67..4e1525a119e8 100644
--- a/astro/libnova/Makefile
+++ b/astro/libnova/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= libnova
-PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTVERSION= 0.11.0
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +20,13 @@ USE_REINPLACE= yes
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
+.include <bsd.port.pre.mk>
+
+#.if ${OSVERSION}<503000
+#IGNORE= Required FreeBSD 5.3 or higher
+#.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>