diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-17 13:40:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-17 13:40:10 +0000 |
commit | ee4f10cac04d5824a0bed32742f8cacacb3530e2 (patch) | |
tree | eb4ce6f2224dadc148a227707a6c1d446aa3ffb5 /math/qscanplot/Makefile | |
parent | 9cc56c2e2cbddc62589d4f3dad87568053a9b9a7 (diff) |
Notes
Diffstat (limited to 'math/qscanplot/Makefile')
-rw-r--r-- | math/qscanplot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile index dd9ad6931977..02476cac7a87 100644 --- a/math/qscanplot/Makefile +++ b/math/qscanplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= qscanplot PORTVERSION= 0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math # per distfile survey, mastersite disappeared in March 2003 MASTER_SITES= # http://www.gae.ucm.es/~gonzalez/qscanplot/ @@ -15,16 +15,16 @@ MASTER_SITES= # http://www.gae.ucm.es/~gonzalez/qscanplot/ MAINTAINER= ports@FreeBSD.org COMMENT= A program to extract data from scanned plots, graphs and figures -BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake +BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_X_PREFIX= yes -USE_QT_VER= 2 +USE_QT_VER= 3 USE_PERL5_BUILD=yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ QTDIR=${X11BASE} \ - LIBQT=-lqt2 + LIBQT=-lqt-mt MAKE_ENV= QTDIR=${X11BASE} .include <bsd.port.pre.mk> |