diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 11:00:31 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 11:00:31 +0000 |
commit | 2a44f2a7a8041d2913b9c05a825e4ff8cc0c495f (patch) | |
tree | a95cf6f369838c18ea2bdb9f3b0d8b0bbb5adb47 | |
parent | b605c5f9a3d85bc7e3cb3e6d1f755840db96cd13 (diff) | |
download | FreeBSD-ports-2a44f2a7a8041d2913b9c05a825e4ff8cc0c495f.zip FreeBSD-ports-2a44f2a7a8041d2913b9c05a825e4ff8cc0c495f.tar.gz |
Convert to USES=autoreconf
-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 374cd8d..dd2d738 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 |