summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-19 12:14:01 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-19 12:14:01 +0000
commit601e1cf0a91fedd32fac21f1953d818a7f655a94 (patch)
tree7b346d7abf415b15e8ec05e7be794b62c6e831c4 /audio
parentmod_jk depends on automake @ patch-libtool (diff)
Update audio/sweep
PR: 53483 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
Notes
Notes: svn path=/head/; revision=83310
Diffstat (limited to 'audio')
-rw-r--r--audio/sweep/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index 2b4709be87db..26dc34e1fcca 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -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>