diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/libgii | |
parent | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (diff) |
Notes
Diffstat (limited to 'devel/libgii')
-rw-r--r-- | devel/libgii/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/libgii/Makefile b/devel/libgii/Makefile index 90a817774a36..3ad5cef52e7e 100644 --- a/devel/libgii/Makefile +++ b/devel/libgii/Makefile @@ -208,9 +208,6 @@ PLIST_SUB+= VGL="@comment " PLIST_SUB+= VGL="" .endif -pre-configure: - ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure - post-install: ${INSTALL_DATA} ${WRKSRC}/libgii.conf ${PREFIX}/etc/ggi/libgii.conf.dist ${INSTALL_DATA} ${WRKSRC}/filter/mouse/mouse ${PREFIX}/etc/ggi/filter/mouse.dist |