diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-05-23 07:02:48 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-05-23 07:02:48 +0800 |
commit | cf13a2cb1a3879309ba4fcb9098cc030fc51a515 (patch) | |
tree | 032ed1315a3388c74cd167ba4f7f83628df53b87 /audio | |
parent | 9b164b4ea1375a557c1df6e0e2b4251a7da7a7ca (diff) | |
download | freebsd-ports-gnome-cf13a2cb1a3879309ba4fcb9098cc030fc51a515.tar.gz freebsd-ports-gnome-cf13a2cb1a3879309ba4fcb9098cc030fc51a515.tar.zst freebsd-ports-gnome-cf13a2cb1a3879309ba4fcb9098cc030fc51a515.zip |
Unbreak on 5-current.
PR: 52400
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Diffstat (limited to 'audio')
-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 |