From 4ddfac46e6a05a37eb2f933c653d844fe9a813a8 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 21 Nov 2013 15:41:06 +0000 Subject: - Remove now needless qmake_build from USE_QT4 - Get rid of QMAKEFLAGS - Convert to USES=dos2unix --- math/qtiplot/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math/qtiplot') 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: -- cgit v1.2.3