diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
commit | 203e1b02856fda7821ba5214272240ca29418fca (patch) | |
tree | 3c56c347254b62b06bf4e7341777e57ebb8201d1 /audio/extace | |
parent | 5868b771b0fcac9015e9999a24e198f586cbfb55 (diff) | |
download | freebsd-ports-graphics-203e1b02856fda7821ba5214272240ca29418fca.tar.gz freebsd-ports-graphics-203e1b02856fda7821ba5214272240ca29418fca.tar.zst freebsd-ports-graphics-203e1b02856fda7821ba5214272240ca29418fca.zip |
- Chase fftw3 libver bump
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 bbe72869864..f36d1ec79ca 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 |