diff options
author | markd <markd@pkgsrc.org> | 2011-03-10 19:51:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-03-10 19:51:23 +0000 |
commit | 492c64326dd11106882dc33f9ca81300537875fb (patch) | |
tree | df0dc85cabe8054d616ff673406cee52fedd4fa0 /audio/arts/Makefile | |
parent | 86d142e778cb86db3f400f8a89f3d1f26196c7eb (diff) | |
download | pkgsrc-492c64326dd11106882dc33f9ca81300537875fb.tar.gz |
Remove special qt3-libs handling for arts. Its been wrong for a long time.
Reverts qt3-libs dependency to runtime rather than just build.
Addresses PR#44701. Bump PKGREVISION.
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r-- | audio/arts/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index e0a9ea86488..47a6600bd61 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2011/03/10 09:24:15 obache Exp $ +# $NetBSD: Makefile,v 1.72 2011/03/10 19:51:23 markd Exp $ DISTNAME= arts-1.5.10 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio HOMEPAGE= http://multimedia.kde.org/ COMMENT= Analog Real-Time Synthesizer @@ -17,7 +17,6 @@ USE_TOOLS+= perl pkg-config # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} -_IN_ARTS_BUILD= yes .include "../../meta-pkgs/kde3/kde3.mk" .include "../../audio/libaudiofile/buildlink3.mk" |