summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-26 06:18:15 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-26 06:18:15 +0000
commit17fb7ae4e35d29d5705588869aa372f972247c33 (patch)
treee3ff7a13921c61fe8983de5f7c557e4bc8671ffd /audio
parentAdd ruby-gst, Ruby bindings for the GStreamer framework. (diff)
Update audio/aube
Remove "post-patch" because gnomehack does it by default PR: 53503 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
Notes
Notes: svn path=/head/; revision=83625
Diffstat (limited to 'audio')
-rw-r--r--audio/aube/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/aube/Makefile b/audio/aube/Makefile
index b72ea6c1d5bf..07546939c48b 100644
--- a/audio/aube/Makefile
+++ b/audio/aube/Makefile
@@ -18,16 +18,10 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehier gnomehack gtk12 imlib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= aube.1
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>