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 /audio/arss | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) | |
download | ports-ac39d25cb13d645037681dbc65360f16ba857b56.tar.gz ports-ac39d25cb13d645037681dbc65360f16ba857b56.zip |
Notes
Diffstat (limited to 'audio/arss')
-rw-r--r-- | audio/arss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/arss/Makefile b/audio/arss/Makefile index 51fb6b5bda77..d43a34f53974 100644 --- a/audio/arss/Makefile +++ b/audio/arss/Makefile @@ -7,6 +7,7 @@ PORTNAME= arss PORTVERSION= 0.2.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= beyert@cs.ucr.edu COMMENT= Additive Image Synthesizer (convert audio to images, images to audio) -LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 WRKSRC= ${WRKDIR}/${DISTNAME}/src |