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 | c01825c0be2c44dd7459427896eb6315dcc7b37c (patch) | |
tree | df0dc85cabe8054d616ff673406cee52fedd4fa0 /audio/arts | |
parent | 8969c6e1ac0a4d4a2eebafcbacce176da58527d0 (diff) | |
download | pkgsrc-c01825c0be2c44dd7459427896eb6315dcc7b37c.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')
-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" |