diff options
author | hans <hans> | 2012-02-29 21:01:08 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-29 21:01:08 +0000 |
commit | 4011b2e99db916628bca9a1828dbbe661f3742b9 (patch) | |
tree | 378e1b4963d36712f45ccbcfc8cad423b3c2ed9a /audio/ifp-line | |
parent | 2b8c9fcebaeac3573d2743edfe28678cafa1b58a (diff) | |
download | pkgsrc-4011b2e99db916628bca9a1828dbbe661f3742b9.tar.gz |
Add fts_open to USE_FEATURES.
Diffstat (limited to 'audio/ifp-line')
-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" |