diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /audio/extace | |
parent | d74ec151602e0abbb6b4eaf00038e0746eae1949 (diff) |
- Chase fftw3 libver bump
Notes
Notes:
svn path=/head/; revision=162087
Diffstat (limited to 'audio/extace')
-rw-r--r-- | audio/extace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile index bbe728698642..f36d1ec79ca0 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -7,6 +7,7 @@ PORTNAME= extace PORTVERSION= 1.9.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= An Audio Visualization plugin for the X Window System -LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 USE_X_PREFIX= yes USE_GNOME= esound imlib gnomehack gnometarget gnomeprefix |