aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-06-06 11:46:15 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-06-06 11:46:15 +0000
commit8b5c99b147edfabd7a641bb25d3891d7fa128ef5 (patch)
treeaff40ec4bfb09d750902988f5675d1ff44216d75 /deskutils
parentc31388624b7771e130a41c017c3226c99d6bc5e1 (diff)
downloadports-8b5c99b147edfabd7a641bb25d3891d7fa128ef5.tar.gz
ports-8b5c99b147edfabd7a641bb25d3891d7fa128ef5.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/krefty/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/krefty/Makefile b/deskutils/krefty/Makefile
index e44e0d04099a..bd11536f7544 100644
--- a/deskutils/krefty/Makefile
+++ b/deskutils/krefty/Makefile
@@ -16,16 +16,16 @@ COMMENT= Quick Reference sheets for KDE
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_REINPLACE= yes
+CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
post-extract:
@${TOUCH} ${WRKSRC}/config.h.in
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/x11/kde3/Makefile.kde"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>