From 601e1cf0a91fedd32fac21f1953d818a7f655a94 Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Thu, 19 Jun 2003 12:14:01 +0000 Subject: [PATCH] Update audio/sweep PR: 53483 Submitted by: Kirill Ponomarew (maintainer) --- audio/sweep/Makefile | 5 ----- 1 file changed, 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