diff options
author | drochner <drochner@pkgsrc.org> | 2004-10-05 14:18:10 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-10-05 14:18:10 +0000 |
commit | 5d5071b672889d2661f7a2be4c4bb4a9032e7d9d (patch) | |
tree | a372ac3188e0a7921a8b6baf0833bf5ef88e4e0f /audio/libcddb | |
parent | 35a0026b69c3682b6778525c43c7c141137ee57b (diff) | |
download | pkgsrc-5d5071b672889d2661f7a2be4c4bb4a9032e7d9d.tar.gz |
include pkgconfig/buildlink3.mk so that libcdio is not found
(we deliberately don't depend on it to avoid a circular dependency)
should fix PR pkg/27077 by diro@nixsys.bz
Diffstat (limited to 'audio/libcddb')
-rw-r--r-- | audio/libcddb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 982fc50a908..8f0f91e72c7 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:07 tv Exp $ +# $NetBSD: Makefile,v 1.11 2004/10/05 14:18:10 drochner Exp $ # DISTNAME= libcddb-0.9.5 @@ -21,4 +21,5 @@ GCC_REQD+= 2.95 TEST_TARGET= check +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |