diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-09-11 06:03:03 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-09-11 06:03:03 +0000 |
commit | 0a158f781003010def7f013ad8924f3ae41f5637 (patch) | |
tree | 5eb27f273776456110453d0bf5ee8e323807b41d | |
parent | 18fab07ad8f08054e1b827b689ef17a1d16ad8bb (diff) | |
download | pkgsrc-0a158f781003010def7f013ad8924f3ae41f5637.tar.gz |
Needs libiconv, fixes build on SunOS
-rw-r--r-- | audio/sphinx3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sphinx3/Makefile b/audio/sphinx3/Makefile index 48750528c72..cac33199cb1 100644 --- a/audio/sphinx3/Makefile +++ b/audio/sphinx3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/05 10:13:20 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2014/09/11 06:03:03 fhajny Exp $ DISTNAME= sphinx3-0.8 CATEGORIES= audio @@ -16,4 +16,5 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= sphinx3.pc.in .include "../../audio/sphinxbase/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |