diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-08 21:41:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-08 21:41:22 +0000 |
commit | 19d68daa6ba17ad6cf148bee512fd7285c63bb5c (patch) | |
tree | 50ab3e597ad5298be72072da77088de7bde736a9 /audio/libvisual-plugins | |
parent | ba9fbc5d640e54843dfa21ae47bf09e25e92efea (diff) | |
download | pkgsrc-19d68daa6ba17ad6cf148bee512fd7285c63bb5c.tar.gz |
Needs mkdirhier.
Diffstat (limited to 'audio/libvisual-plugins')
-rw-r--r-- | audio/libvisual-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libvisual-plugins/Makefile b/audio/libvisual-plugins/Makefile index b03d132f8db..1ec870de8de 100644 --- a/audio/libvisual-plugins/Makefile +++ b/audio/libvisual-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/05/13 12:47:36 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/06/08 21:41:22 joerg Exp $ # DISTNAME= libvisual-plugins-0.2.0 @@ -16,7 +16,7 @@ USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config mkdirhier # sigsegfaults in 0.2.0 because of: # sorry, but the bug with strtof has come, please report.. |