aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>