svn commit: r344845 - head/french/med

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 18 08:50:53 UTC 2014


Author: gahr
Date: Tue Feb 18 08:50:52 2014
New Revision: 344845
URL: http://svnweb.freebsd.org/changeset/ports/344845
QAT: https://qat.redports.org/buildarchive/r344845/

Log:
  - Convert to USES=tk
  - Convert to new LIB_DEPENDS format
  - STAGE-clean

Modified:
  head/french/med/Makefile

Modified: head/french/med/Makefile
==============================================================================
--- head/french/med/Makefile	Tue Feb 18 08:49:24 2014	(r344844)
+++ head/french/med/Makefile	Tue Feb 18 08:50:52 2014	(r344845)
@@ -11,12 +11,11 @@ COMMENT=	Modelisation et Echanges de Don
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	hdf5.7:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS=	libhdf5.so.7:${PORTSDIR}/science/hdf5-18
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		fortran gmake
-USE_TK=		yes
+USES=		fortran gmake tk
 FFLAGS+=	-O2
 
 CONFIGURE_ENV=	HDF5HOME=${LOCALBASE} 	\
@@ -36,7 +35,6 @@ TST2FIX=	c f
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-NO_STAGE=	yes
 pre-configure:
 .for ext in am in
 . if defined(NOPORTDOCS)


More information about the svn-ports-head mailing list