[Midnightbsd-cvs] mports [18473] trunk/science/cfitsio/Makefile: fix pkgconfig use

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 13:22:32 EDT 2015


Revision: 18473
          http://svnweb.midnightbsd.org/mports/?rev=18473
Author:   laffer1
Date:     2015-03-29 13:22:31 -0400 (Sun, 29 Mar 2015)
Log Message:
-----------
fix pkgconfig use

Modified Paths:
--------------
    trunk/science/cfitsio/Makefile

Modified: trunk/science/cfitsio/Makefile
===================================================================
--- trunk/science/cfitsio/Makefile	2015-03-29 17:20:14 UTC (rev 18472)
+++ trunk/science/cfitsio/Makefile	2015-03-29 17:22:31 UTC (rev 18473)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cfitsio
 PORTVERSION=	3.100
+PORTREVISION=	1
 CATEGORIES=	science astro
 MASTER_SITES=	ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
 		ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/
@@ -9,14 +10,15 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Library for reading and writing files in FITS data format
+
 LICENSE=	gpl2
 # worst case..
 
-LIB_DEPENDS=	f2c.2:${PORTSDIR}/lang/f2c
+LIB_DEPENDS=	libf2c.so:${PORTSDIR}/lang/f2c
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_GNOME=	 pkgconfig
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_prog_FC="f2c"
 ALL_TARGET=	shared



More information about the Midnightbsd-cvs mailing list