diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-05 20:02:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-05 20:02:34 +0000 |
commit | f05ef254855f0cb42d36c5029540f165599dd95d (patch) | |
tree | 189b501d8ccb8e47faa9267cea079d243f56dfdd /math/octave-forge-fits | |
parent | 8fc7e408f02718b5af41d01a9983b49887ee0d2e (diff) | |
download | ports-f05ef254855f0cb42d36c5029540f165599dd95d.tar.gz ports-f05ef254855f0cb42d36c5029540f165599dd95d.zip |
- Bump PORTREVISION for astro/cfitsio shlib change
- While I'm here, convert to new LIB_DEPENDS format
PR: ports/185951
Submitted by: Florian Degner <f.degner@gmx.de>
Notes
Notes:
svn path=/head/; revision=342830
Diffstat (limited to 'math/octave-forge-fits')
-rw-r--r-- | math/octave-forge-fits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile index 39076986307e..5bec076f46b4 100644 --- a/math/octave-forge-fits/Makefile +++ b/math/octave-forge-fits/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fits PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,7 +17,7 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio +LIB_DEPENDS+= libcfitsio.so:${PORTSDIR}/astro/cfitsio .include "${.CURDIR}/../../Mk/bsd.octave.mk" |