From fd75888b7582ea0a1823bc3977e7c406e214a5a1 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 6 Sep 2011 00:59:45 +0000 Subject: [PATCH] Request USE_FORTRAN=yes instead of USE_GCC=4.5+ so that all ports having this dependency are in sync. [1] Sort the LICENSE_* entries to appease portlint. Approved by: maintainer (swills) [1] --- graphics/visionworkbench/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile index 72f02070622c..263570370cdc 100644 --- a/graphics/visionworkbench/Makefile +++ b/graphics/visionworkbench/Makefile @@ -15,15 +15,15 @@ MAINTAINER= swills@FreeBSD.org COMMENT= A general purpose image processing and computer vision library LICENSE= NOSA -LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_GROUPS= OSI -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept GNU_CONFIGURE= yes USE_QT_VER= 4 QT_COMPONENTS= moc_build qmake_build -USE_GCC= 4.5+ +USE_FORTRAN= yes USE_LDCONFIG= yes USE_PYTHON= 2.4+