From 195a552df5445e9215c89cca565d8cc9c8d97a01 Mon Sep 17 00:00:00 2001 From: arved Date: Tue, 23 Jan 2007 17:37:44 +0000 Subject: Fix build on CURRENT/amd64 Reported by: pointyhat --- audio/ermixer/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'audio') diff --git a/audio/ermixer/Makefile b/audio/ermixer/Makefile index 237578fdff4..0b0c076227f 100644 --- a/audio/ermixer/Makefile +++ b/audio/ermixer/Makefile @@ -24,6 +24,7 @@ CONFIGURE_ARGS+=--enable-qt CONFIGURE_ENV+= QTDIR="${X11BASE}" .endif +USE_PERL5_BUILD= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -33,4 +34,8 @@ PLIST_FILES= bin/ermixer .include .include "${FILESDIR}/manpages.mk" + +pre-configure: + cd ${WRKSRC}; ./automoc + .include -- cgit