diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-06 00:59:45 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-06 00:59:45 +0000 |
commit | fd75888b7582ea0a1823bc3977e7c406e214a5a1 (patch) | |
tree | 4c985b901c99b41b5629a7734f68165625204de0 /graphics/visionworkbench | |
parent | 33fb67595d1681bb17c57cbcd7c85c2057b949d4 (diff) | |
download | ports-fd75888b7582ea0a1823bc3977e7c406e214a5a1.tar.gz ports-fd75888b7582ea0a1823bc3977e7c406e214a5a1.zip |
Notes
Diffstat (limited to 'graphics/visionworkbench')
-rw-r--r-- | graphics/visionworkbench/Makefile | 6 |
1 files 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+ |