1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update audio/sweep

PR:		53483
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
This commit is contained in:
Daichi GOTO 2003-06-19 12:14:01 +00:00
parent 7957acf03c
commit 601e1cf0a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83310

View File

@ -25,7 +25,6 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -38,8 +37,4 @@ CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \
MAN1= sweep.1
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>