diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 10:49:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 10:49:47 +0800 |
commit | aa50bb29202ccc902bac44074e3e87800045ad62 (patch) | |
tree | 19f2cf51c1871b273fd76204d3ec4f99962bdc78 /audio | |
parent | 7f299ee8ff040b802cdb7c4c4cd1906163db0a3f (diff) | |
download | freebsd-ports-gnome-aa50bb29202ccc902bac44074e3e87800045ad62.tar.gz freebsd-ports-gnome-aa50bb29202ccc902bac44074e3e87800045ad62.tar.zst freebsd-ports-gnome-aa50bb29202ccc902bac44074e3e87800045ad62.zip |
- Switch to USES=libtool
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-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 ac39b1aa7bb6..1c0e938c53b3 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' \ |