diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /math/freemat | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 134c01580079..cd5b3dc02a63 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: FreeMat -# Date created: Sat 26 mar 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= FreeMat PORTVERSION= 4.0 @@ -34,8 +30,7 @@ USE_FORTRAN= yes FFLAGS+= -O2 USE_GL= yes -USE_PKGCONFIG= yes -USES= cmake +USES= cmake pkgconfig USE_QT4= gui network opengl moc_build rcc_build uic_build \ qmake_build xml svg CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include ${AMDINC} |