svn commit: r381567 - head/science/hdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 18 15:33:53 UTC 2015


Author: sunpoet
Date: Wed Mar 18 15:33:52 2015
New Revision: 381567
URL: https://svnweb.freebsd.org/changeset/ports/381567
QAT: https://qat.redports.org/buildarchive/r381567/

Log:
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Add OPTIONS_DEFINE
  - Pet portlint

Modified:
  head/science/hdf/Makefile

Modified: head/science/hdf/Makefile
==============================================================================
--- head/science/hdf/Makefile	Wed Mar 18 15:26:00 2015	(r381566)
+++ head/science/hdf/Makefile	Wed Mar 18 15:33:52 2015	(r381567)
@@ -14,7 +14,9 @@ COMMENT=	Hierarchical Data Format librar
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libsz.so:${PORTSDIR}/science/szip
 
-CONFLICTS=	netcdf-*
+CONFLICTS_INSTALL=	netcdf-4.[0-9]*
+
+OPTIONS_DEFINE=	EXAMPLES
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --with-jpeg=${LOCALBASE} --with-szlib=${LOCALBASE}


More information about the svn-ports-head mailing list