diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:00:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:00:31 +0000 |
commit | b89438b2abaf84da6066e5667ddd9e443a1343c8 (patch) | |
tree | a95cf6f369838c18ea2bdb9f3b0d8b0bbb5adb47 /audio/libaacplus | |
parent | 632840b7c3f04f0e97ef83382cb20d43b9f6a199 (diff) |
Notes
Diffstat (limited to 'audio/libaacplus')
-rw-r--r-- | audio/libaacplus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libaacplus/Makefile b/audio/libaacplus/Makefile index 374cd8d918dc..dd2d7387f4eb 100644 --- a/audio/libaacplus/Makefile +++ b/audio/libaacplus/Makefile @@ -26,9 +26,8 @@ RESTRICTED= unclear legal status, probably need licenses from 3GPP, Via Licensin CONFLICTS= aacplusenc-0* USE_CSTD= gnu89 -USES= pathfix pkgconfig libtool +USES= autoreconf pathfix pkgconfig libtool USE_LDCONFIG= yes -USE_AUTOTOOLS= libtoolize aclocal autoheader automake PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes |