mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Add dependency on jack, Bump PORTREVISION.
This commit is contained in:
parent
12b79940f2
commit
d1cf57afb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103521
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= terminatorx
|
||||
PORTVERSION= 3.81
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.terminatorx.cx/dist/
|
||||
DISTNAME= terminatorX-${PORTVERSION}
|
||||
@ -17,7 +17,8 @@ COMMENT= Realtime audio synthesizer that allows you to "scratch" on audio data
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \
|
||||
scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
|
||||
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
|
||||
lrdf.2:${PORTSDIR}/textproc/liblrdf
|
||||
lrdf.2:${PORTSDIR}/textproc/liblrdf \
|
||||
jack.0:${PORTSDIR}/audio/jack
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
@ -27,7 +28,7 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --disable-alsa --disable-jack \
|
||||
CONFIGURE_ARGS= --disable-alsa \
|
||||
--with-docdir="${PREFIX}/share/gnome"
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
|
Loading…
Reference in New Issue
Block a user