diff options
Diffstat (limited to 'math/freemat/Makefile')
-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 134c0158007..cd5b3dc02a6 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} |