From 282b30424ec2303dba69ed41c1ce54faecfc023f Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 1 May 2014 12:51:06 +0000 Subject: Remove hack that only worked when building as root. --- audio/kid3/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'audio') diff --git a/audio/kid3/Makefile b/audio/kid3/Makefile index 4113e84bf72..0fe19bc1a3d 100644 --- a/audio/kid3/Makefile +++ b/audio/kid3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2014/04/30 12:43:46 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2014/05/01 12:51:06 wiz Exp $ DISTNAME= kid3-3.1 CATEGORIES= kde audio @@ -24,14 +24,6 @@ CMAKE_ARGS+= -DWITH_MANDIR:STRING=${PKGMANDIR} CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:PATH=${PREFIX}/lib/kid3 LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/kid3 -# workaround: qt5-dbus does not install these tools, but -# CMake expects them to be there, since they are referenced from -# qt5-installed .cmake files -pre-configure: - cd ${PREFIX}/qt5/bin && \ - if [ ! -f qdbuscpp2xml ]; then touch qdbuscpp2xml; fi; \ - if [ ! -f qdbusxml2cpp ]; then touch qdbusxml2cpp; fi; - .include "../../audio/chromaprint/buildlink3.mk" .include "../../audio/flac/buildlink3.mk" .include "../../audio/id3lib/buildlink3.mk" -- cgit v1.2.3