diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 15:41:06 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-21 15:41:06 +0000 |
commit | 4ddfac46e6a05a37eb2f933c653d844fe9a813a8 (patch) | |
tree | a5a600fc2e9cd562658dc40ed2f379bc9c1a8346 /math/qwtplot3d-qt4 | |
parent | 0d14d3a2d1172ca4110f18feda5f1392c6c0785a (diff) |
- Remove now needless qmake_build from USE_QT4
- Get rid of QMAKEFLAGS
- Convert to USES=dos2unix
Notes
Notes:
svn path=/head/; revision=334497
Diffstat (limited to 'math/qwtplot3d-qt4')
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile index c38e1b422f48..a26df193176d 100644 --- a/math/qwtplot3d-qt4/Makefile +++ b/math/qwtplot3d-qt4/Makefile @@ -11,11 +11,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= makc@FreeBSD.org COMMENT= 3D plotting widgets for scientific data and math expressions -USES= qmake -USE_QT4= gui moc_build qmake_build opengl +USES= dos2unix qmake +USE_QT4= gui moc_build opengl USE_GL= glu USE_LDCONFIG= yes -USE_DOS2UNIX= yes WRKSRC= ${WRKDIR}/${PORTNAME} |