diff options
author | drochner <drochner@pkgsrc.org> | 2009-02-12 22:52:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-02-12 22:52:49 +0000 |
commit | a2829fdc327f0890cbe9d02bb878f8c7b3fc6106 (patch) | |
tree | 917f9f219585d1cda8f254c3adfdfbd53d9ad72b /audio/mp3splt | |
parent | d66a06712058a3eb7bc1d5276a6fb035068af903 (diff) | |
download | pkgsrc-a2829fdc327f0890cbe9d02bb878f8c7b3fc6106.tar.gz |
move the libltdl where it belongs
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 800b0921dea..c8c208a5d63 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/02/12 21:35:34 schmonz Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/12 22:52:49 drochner Exp $ # DISTNAME= mp3splt-2.2.3 @@ -16,5 +16,4 @@ GNU_CONFIGURE= yes USE_FEATURES= getopt_long .include "../../audio/libmp3splt/buildlink3.mk" -.include "../../devel/libltdl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |