diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-01-27 08:16:24 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-01-27 08:16:24 +0000 |
commit | d7ec47a0ebf700a97220117113b1bedc82e2c516 (patch) | |
tree | a48b0da4629df3f58b0bf04894dac3eeca93ea79 | |
parent | d26751199690d3748bb497b2102bad83784558a9 (diff) | |
download | ports-d7ec47a0ebf700a97220117113b1bedc82e2c516.tar.gz ports-d7ec47a0ebf700a97220117113b1bedc82e2c516.zip |
Notes
-rw-r--r-- | audio/creox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/creox/Makefile b/audio/creox/Makefile index 16bbfb6a9dd3..9c6682ff3379 100644 --- a/audio/creox/Makefile +++ b/audio/creox/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://zyzstar.kosoru.com/projects/creox/downloads/ MAINTAINER= danfe@FreeBSD.org COMMENT= A real-time sound processor -LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack +LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack USE_BZIP2= yes USE_AUTOTOOLS= libtool:22 |