diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 19:32:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-26 19:32:46 +0000 |
commit | 00e0e025de01ae3cb8de162ea91ab04831c00c23 (patch) | |
tree | 670a993c2fbc35cdfec4d86064f8da0b3c98ff95 /astro/libnova/Makefile | |
parent | 799dd10f1c0a7407f44300ef55081a69d337bfc1 (diff) |
Notes
Diffstat (limited to 'astro/libnova/Makefile')
-rw-r--r-- | astro/libnova/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 775af37e3cfe..86813780e1f7 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -8,6 +8,7 @@ PORTNAME= libnova PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +16,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical Calculation Library +USE_GNOME= gnometarget lthack +USE_REINPLACE= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure + .include <bsd.port.mk> |