diff options
-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 |