summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-05 20:11:49 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-05 20:11:49 +0000
commitec0a98c0a38fbb01a33f7dbe0bd77d7b3ca8e28b (patch)
tree81d90c7e86a65ca18862c2c9895e3df8ad0fdcdc /audio
parentfix objformat problem more properly (diff)
fix objformat problem more properly
Notes
Notes: svn path=/head/; revision=184297
Diffstat (limited to 'audio')
-rw-r--r--audio/xfce4-mixer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile
index f191301f406a..a627cc0f72d9 100644
--- a/audio/xfce4-mixer/Makefile
+++ b/audio/xfce4-mixer/Makefile
@@ -16,7 +16,6 @@ COMMENT= XFce 4 volume mixer module for xfce4-panel
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
@@ -24,6 +23,9 @@ USE_GNOME= gnometarget gtk20 intltool intlhack libxml2 pkgconfig
USE_XFCE= configenv libgui libmcs libutil mcsmanager panel
USE_XLIB= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
.include <bsd.port.post.mk>