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/qtiplot/Makefile | |
parent | 0d14d3a2d1172ca4110f18feda5f1392c6c0785a (diff) | |
download | ports-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.tar.gz ports-4ddfac46e6a05a37eb2f933c653d844fe9a813a8.zip |
Notes
Diffstat (limited to 'math/qtiplot/Makefile')
-rw-r--r-- | math/qtiplot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 27a3928f9cda..f1b6b92a8bf7 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -17,13 +17,13 @@ LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ # qwt.5:${PORTSDIR}/x11-toolkits/qwt5 \ # qwtplot3d-qt4:${PORTSDIR}/math/qwtplot3d-qt4 -USES= gmake qmake +USES= dos2unix gmake qmake USE_BZIP2= yes USE_QT4= gui opengl svg qt3support network assistantclient \ - moc_build qmake_build rcc_build + moc_build rcc_build USE_GL= glu QMAKE_ARGS+= LOCALBASE=${LOCALBASE} PYTHON_CMD=${PYTHON_CMD} -USE_DOS2UNIX= *.pro +DOS2UNIX_GLOB= *.pro DESKTOP_ENTRIES="QtiPlot" "Data analysis and plotting" \ "${DATADIR}/qtiplot.png" \ @@ -96,7 +96,7 @@ post-patch: pre-configure: .if ${PORT_OPTIONS:MNLS} - cd ${WRKSRC}/qtiplot && ${LOCALBASE}/bin/lrelease-qt4 -compress qtiplot.pro + cd ${WRKSRC}/qtiplot && ${LRELEASE} -compress qtiplot.pro .endif post-install: |