aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/krefty
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-06-06 19:46:15 +0800
committermarkus <markus@FreeBSD.org>2004-06-06 19:46:15 +0800
commit94a286c61446ee03d23e5bb159d50f1a45c4e85e (patch)
tree6e7652a2f4233c257a8e60a72ef1abfaebb1cb91 /deskutils/krefty
parent23cb378997cbf329482404acabd2719d5558dd06 (diff)
downloadfreebsd-ports-gnome-94a286c61446ee03d23e5bb159d50f1a45c4e85e.tar.gz
freebsd-ports-gnome-94a286c61446ee03d23e5bb159d50f1a45c4e85e.tar.zst
freebsd-ports-gnome-94a286c61446ee03d23e5bb159d50f1a45c4e85e.zip
Don't use Makefile.kde anymore
Diffstat (limited to 'deskutils/krefty')
-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>