diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-06 09:28:22 +0800 |
commit | a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6 (patch) | |
tree | 0ca63ae9e3e558e4c710a7272a406bd6d550226f /math/qtiplot/Makefile | |
parent | d69fa3ee0d36d7d6b980fc2c988ceb4c84387757 (diff) | |
download | freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.gz freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.tar.zst freebsd-ports-gnome-a5d3a260181973d5d4d16a0af7418fa7a2cbe6a6.zip |
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Diffstat (limited to 'math/qtiplot/Makefile')
-rw-r--r-- | math/qtiplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index c9cdaff2d7fe..b7b2df16be5e 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= qtiplot PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://soft.proindependent.com/src/ @@ -14,12 +15,11 @@ MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= An Origin clone for data analysis and scientific plotting BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl \ +LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl \ qwt:${PORTSDIR}/x11-toolkits/qwt \ qwtplot3d:${PORTSDIR}/math/qwtplot3d USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION} |