diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:31:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 10:31:41 +0000 |
commit | 24e692de02e3211ab0e1762603607eb4f60f0c8d (patch) | |
tree | 830fc2bf7652587fa95f23130b6cf7d583cf49bc /astro/p5-Astro-FITS-CFITSIO | |
parent | b3a96ed6ee9c272be4c0763868b0cc1778d550ec (diff) | |
download | ports-24e692de02e3211ab0e1762603607eb4f60f0c8d.tar.gz ports-24e692de02e3211ab0e1762603607eb4f60f0c8d.zip |
Notes
Diffstat (limited to 'astro/p5-Astro-FITS-CFITSIO')
-rw-r--r-- | astro/p5-Astro-FITS-CFITSIO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/p5-Astro-FITS-CFITSIO/Makefile b/astro/p5-Astro-FITS-CFITSIO/Makefile index 4573ca2998ec..7b4810e82db4 100644 --- a/astro/p5-Astro-FITS-CFITSIO/Makefile +++ b/astro/p5-Astro-FITS-CFITSIO/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for using the cfitsio library -LIB_DEPENDS= cfitsio:${PORTSDIR}/astro/cfitsio +LIB_DEPENDS= libcfitsio.so:${PORTSDIR}/astro/cfitsio CONFIGURE_ENV= CFITSIO=${LOCALBASE} USES= perl5 |