diff options
author | hans <hans@pkgsrc.org> | 2012-02-29 21:01:08 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-29 21:01:08 +0000 |
commit | 366c0f3c2479442803e93f757451564eeb2d1bf1 (patch) | |
tree | 378e1b4963d36712f45ccbcfc8cad423b3c2ed9a | |
parent | fa211baa9d518b8522af8cef019ae3ab9a49c9bf (diff) | |
download | pkgsrc-366c0f3c2479442803e93f757451564eeb2d1bf1.tar.gz |
Add fts_open to USE_FEATURES.
-rw-r--r-- | audio/ifp-line/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ifp-line/Makefile b/audio/ifp-line/Makefile index ef48e0dd66a..4f96b77987f 100644 --- a/audio/ifp-line/Makefile +++ b/audio/ifp-line/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/06/18 10:01:28 shattered Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/29 21:01:08 hans Exp $ DISTNAME= ifp-line-0.3 CATEGORIES= audio @@ -15,6 +15,8 @@ INSTALLATION_DIRS+= bin GNU_CONFIGURE= yes +USE_FEATURES+= fts_open + .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/libusb/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |