diff options
author | danfe <danfe@FreeBSD.org> | 2010-01-27 16:16:24 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-01-27 16:16:24 +0800 |
commit | de7a60e5120c86d125a73966e1bbc8d0dee686f5 (patch) | |
tree | 7e27ad2437c5892b74c9a5d1b87cbcdaa57e4d36 /audio | |
parent | 098175ac1603eb13450da1dfc0f7cc1d8ee5812f (diff) | |
download | freebsd-ports-gnome-de7a60e5120c86d125a73966e1bbc8d0dee686f5.tar.gz freebsd-ports-gnome-de7a60e5120c86d125a73966e1bbc8d0dee686f5.tar.zst freebsd-ports-gnome-de7a60e5120c86d125a73966e1bbc8d0dee686f5.zip |
Sanitize previous commit.
Diffstat (limited to 'audio')
-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 |