diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
commit | aaf166713559a44a8e20404e1e6eb14e1758a66b (patch) | |
tree | 001522fb512c55afb05368bed1bedb1a54f687a4 /devel/libsigc++ | |
parent | bdac09a776abef8765f436443280f4aa3ba8ca0f (diff) | |
download | FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz |
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'devel/libsigc++')
-rw-r--r-- | devel/libsigc++/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libsigc++/Makefile b/devel/libsigc++/Makefile index 410cc5d..e21094c 100644 --- a/devel/libsigc++/Makefile +++ b/devel/libsigc++/Makefile @@ -21,10 +21,7 @@ COMMENT= Callback Framework for C++ USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/configure +USE_GNOME= gnomehack post-install: .if !defined(NOPORTDOCS) |