diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-17 14:20:40 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-08-17 14:20:40 +0000 |
commit | 21a283f3bec444388d1448f993783ec673a06502 (patch) | |
tree | 16be3a9188cf2781563095e15839c170074dd7a7 /math | |
parent | cda45bfa8a05d49eb690397ab1b7facd622490a7 (diff) | |
download | ports-21a283f3bec444388d1448f993783ec673a06502.tar.gz ports-21a283f3bec444388d1448f993783ec673a06502.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-matplotlib/Makefile | 1 | ||||
-rw-r--r-- | math/py-symeig/Makefile | 3 | ||||
-rw-r--r-- | math/sage/Makefile | 2 | ||||
-rw-r--r-- | math/vtk5/Makefile | 1 | ||||
-rw-r--r-- | math/vtk6/Makefile | 2 |
5 files changed, 0 insertions, 9 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index bdf1d6d4d229..3c15c38e5a7c 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -32,7 +32,6 @@ TKAGGBACKEND_DESC= TKAgg backend support WXAGGBACKEND_DESC= WXAgg backend support PORTEXAMPLES= * -UNIQUENAME= ${PORTNAME} .include <bsd.port.options.mk> diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile index c2b45992e646..b4def8e06176 100644 --- a/math/py-symeig/Makefile +++ b/math/py-symeig/Makefile @@ -16,9 +16,6 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS+= ${PYNUMPY} RUN_DEPENDS+= ${PYNUMPY} -LATEST_LINK= py-${PORTNAME} -OPTIONSFILE= ${PORT_DBDIR}/py-numpy/options - USES= fortran python:2 USE_PYTHON= distutils autoplist diff --git a/math/sage/Makefile b/math/sage/Makefile index 2caa071ec154..63a7e7f5f01a 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -48,8 +48,6 @@ MAKE_ENV+= SAGE_PORT=yes \ SAGE_FAT_BINARY=yes \ PERL=${PERL} -LATEST_LINK= sage-math # Conflicts with graphics/sage. - # The following is needed for the lapack subpackage. MAKE_ARGS+= ARCH="${AR}" diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 44ec24d3d0c8..923c1c9aa90e 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 5 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${PORTVERSION:R}/ PKGNAMESUFFIX= 5 -UNIQUENAME= ${PKGBASE} MAINTAINER= ports@FreeBSD.org COMMENT= The Visualization Toolkit diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index d5e7a3ae80de..ca5f28fa1d6b 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -23,8 +23,6 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ # TODO # * VTK Groups -UNIQUENAME= ${PKGBASE} - CONFLICTS= vtk-4* USE_LDCONFIG= ${PREFIX}/lib/vtk-${VTK_SHORT_VER} USE_XORG= xt |