diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 02:49:47 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 02:49:47 +0000 |
commit | aa50bb29202ccc902bac44074e3e87800045ad62 (patch) | |
tree | 19f2cf51c1871b273fd76204d3ec4f99962bdc78 | |
parent | 7f299ee8ff040b802cdb7c4c4cd1906163db0a3f (diff) | |
download | FreeBSD-ports-aa50bb29202ccc902bac44074e3e87800045ad62.zip FreeBSD-ports-aa50bb29202ccc902bac44074e3e87800045ad62.tar.gz |
- Switch to USES=libtool
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
-rw-r--r-- | audio/xanalyser/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/xanalyser/Makefile b/audio/xanalyser/Makefile index ac39b1a..1c0e938 100644 --- a/audio/xanalyser/Makefile +++ b/audio/xanalyser/Makefile @@ -12,10 +12,8 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Spectrum analyser -USES= gmake motif -USE_BZIP2= yes +USES= gmake libtool motif tar:bzip2 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |