diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
commit | a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6 (patch) | |
tree | 0ca63ae9e3e558e4c710a7272a406bd6d550226f /astro | |
parent | d69fa3ee0d36d7d6b980fc2c988ceb4c84387757 (diff) | |
download | freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.gz freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.zst freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.zip |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/orsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/orsa/Makefile b/astro/orsa/Makefile index 65db9c4861a5..645f61a3e97c 100644 --- a/astro/orsa/Makefile +++ b/astro/orsa/Makefile @@ -8,7 +8,7 @@ PORTNAME= orsa PORTVERSION= 0.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Orbit Reconstruction, Simulation and Analysis -LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ cln.4:${PORTSDIR}/math/cln \ fftw.2:${PORTSDIR}/math/fftw \ ginac-1.3.3:${PORTSDIR}/math/GiNaC @@ -30,7 +30,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" +BROKEN= does not compile on FreeBSD 4.x .endif .include <bsd.port.post.mk> |