diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 11:52:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 11:52:12 +0000 |
commit | f1efa2a42a6ab141f2dacb50775c2c0282e198bc (patch) | |
tree | 9c5e46ebcbd4265dcc215a7ba6c2a0a39fa92b5d /audio/jack/Makefile | |
parent | f30dbc4ce7953da3ac8318a737e90888faa81a96 (diff) |
Notes
Diffstat (limited to 'audio/jack/Makefile')
-rw-r--r-- | audio/jack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 8113e4744f17..0c52fa62f533 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= jackit -PORTVERSION= 0.98.1 +PORTVERSION= 0.99.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jackit @@ -21,7 +21,7 @@ LIB_DEPENDS= portaudio.0:${PORTSDIR}/audio/portaudio \ CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 USE_GETOPT_LONG= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes |