diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-02 12:28:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-02 12:28:29 +0000 |
commit | 3b195fe95b84f3ade0ff7231926116721e4d1275 (patch) | |
tree | 2b58ae350b9fdc3ca3968d1f6f0184d5bdc15bb5 /multimedia/spook/Makefile | |
parent | bfeba6d82395e4db314573d8a20a65affce2a082 (diff) | |
download | ports-3b195fe95b84f3ade0ff7231926116721e4d1275.tar.gz ports-3b195fe95b84f3ade0ff7231926116721e4d1275.zip |
- Switch to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=388330
Diffstat (limited to 'multimedia/spook/Makefile')
-rw-r--r-- | multimedia/spook/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/spook/Makefile b/multimedia/spook/Makefile index c67777bce980..096af4b85f1b 100644 --- a/multimedia/spook/Makefile +++ b/multimedia/spook/Makefile @@ -19,12 +19,9 @@ OPTIONS_DEFAULT= JPEG V4L MPEG4_DESC= MPEG4 encoding support V4L_DESC= V4L input support -USES= tar:bzip2 gmake +USES= autoreconf tar:bzip2 gmake USE_CSTD= gnu89 - GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf aclocal automake -AUTOMAKE_ARGS= --add-missing SUB_FILES= pkg-message |