diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-19 12:14:01 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-06-19 12:14:01 +0000 |
commit | 601e1cf0a91fedd32fac21f1953d818a7f655a94 (patch) | |
tree | 7b346d7abf415b15e8ec05e7be794b62c6e831c4 /audio/sweep/Makefile | |
parent | 7957acf03ca8b90527a1346419e38388ea9df7b3 (diff) | |
download | ports-601e1cf0a91fedd32fac21f1953d818a7f655a94.tar.gz ports-601e1cf0a91fedd32fac21f1953d818a7f655a94.zip |
Notes
Diffstat (limited to 'audio/sweep/Makefile')
-rw-r--r-- | audio/sweep/Makefile | 5 |
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> |