diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-22 23:02:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-22 23:02:48 +0000 |
commit | b8bfdee284ceb744a472e04ce5ffb7463691c139 (patch) | |
tree | 446a73b283e4f36cbb518e38ba0a472603a93f12 /audio/extace | |
parent | fd605a8daf08f47027ecd5baa749e638e7fa9001 (diff) | |
download | ports-b8bfdee284ceb744a472e04ce5ffb7463691c139.tar.gz ports-b8bfdee284ceb744a472e04ce5ffb7463691c139.zip |
Notes
Diffstat (limited to 'audio/extace')
-rw-r--r-- | audio/extace/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/extace/Makefile b/audio/extace/Makefile index d9e0fd052a77..c148618c7e43 100644 --- a/audio/extace/Makefile +++ b/audio/extace/Makefile @@ -11,17 +11,13 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= extace -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An Audio Visualization plugin for the X Window System LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif - USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gtk12 imlib esound USE_REINPLACE= yes |