diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-14 03:26:41 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-14 03:26:41 +0800 |
commit | 31b52adaabc0714e52a49d3efc683937509646ee (patch) | |
tree | 01d423643295ed85983ae6e1c8c334e82f8d3793 /audio/faac | |
parent | 5da67c0eec2b3ab9deed593bb9677511451f25a5 (diff) | |
download | freebsd-ports-gnome-31b52adaabc0714e52a49d3efc683937509646ee.tar.gz freebsd-ports-gnome-31b52adaabc0714e52a49d3efc683937509646ee.tar.zst freebsd-ports-gnome-31b52adaabc0714e52a49d3efc683937509646ee.zip |
Remove redundant pre-configure (USE_AUTOTOOLS already contains libtoolize)
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 601686d17b40..87633d381b5e 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -29,7 +29,4 @@ post-patch: @${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \ ${WRKSRC}/frontend/main.c \ -pre-configure: - @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake - .include <bsd.port.mk> |