diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-09 16:02:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-09 16:02:57 +0000 |
commit | 8553f7d68935902f75b15c8ddd5aa146a9bd1618 (patch) | |
tree | 493ee7e634ec3c72fe63646c1cbc8924839a5cd0 /math/qtiplot/Makefile | |
parent | 16201d29c6b072354060813b6a1f8102210b2b46 (diff) | |
download | ports-8553f7d68935902f75b15c8ddd5aa146a9bd1618.tar.gz ports-8553f7d68935902f75b15c8ddd5aa146a9bd1618.zip |
Notes
Diffstat (limited to 'math/qtiplot/Makefile')
-rw-r--r-- | math/qtiplot/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index adb69ed9f751..16fa32445a77 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -37,7 +37,6 @@ OPTIONS= DOCS "Install the QtiPlot Handbook" on \ .include <bsd.port.pre.mk> .if defined(WITH_PYTHON) -BROKEN= py-qt4-\* ports should be fixed first USE_PYTHON= yes # manually include this, because USE_PYTHON is defined # after including bsd.port.pre.mk @@ -58,7 +57,6 @@ RUN_DEPENDS+= qtiplot-doc>=0:${PORTSDIR}/math/qtiplot-doc .if !defined(WITHOUT_NLS) #QT_COMPONENTS+= linguist BUILD_DEPENDS+= ${LOCALBASE}/bin/lupdate-qt4:${PORTSDIR}/devel/qt4-linguist -QTI_LANG= de es fr ja ru sv PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " @@ -90,18 +88,10 @@ post-configure: @${REINPLACE_CMD} -e \ 's|^CC .*|CC=${CC}|; \ s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|; \ - s|-pipe||; \ - s|^\(CFLAGS .*= \)|\1${CFLAGS}|; \ - s|^\(CXXFLAGS = \)|\1${CXXFLAGS}|' \ + s|^LINK .*|LINK=${CXX}|' \ ${WRKSRC}/${d}/Makefile .endfor -do-build: -.for d in ${QPRO_DIRS} - (cd ${WRKSRC}/${d}; ${SETENV} ${MAKE_ENV} ${GMAKE}) -.endfor - do-install: ${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/qtiplot/qtiplot ${DATADIR}/qtiplot |