diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /math/digitizer | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) | |
download | ports-ac39d25cb13d645037681dbc65360f16ba857b56.tar.gz ports-ac39d25cb13d645037681dbc65360f16ba857b56.zip |
Notes
Diffstat (limited to 'math/digitizer')
-rw-r--r-- | math/digitizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/digitizer/Makefile b/math/digitizer/Makefile index c1885d028ca3..8131a2b797ef 100644 --- a/math/digitizer/Makefile +++ b/math/digitizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= digitizer PORTVERSION= 4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math graphics MASTER_SITES= SF/${PORTNAME}/Engauge%20Digitizer/${PORTNAME}-${PORTVERSION} DISTNAME= digit-src-${PORTVERSION:S/./_/} @@ -16,7 +16,7 @@ MAINTAINER= thierry@FreeBSD.org COMMENT= Engauge Digitizer - Digitizing software to convert graphs into numbers BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/engauge |