diff options
author | markus <markus@FreeBSD.org> | 2004-06-06 21:26:34 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-06-06 21:26:34 +0800 |
commit | 70cd72932149a09a379e2357bd1381169e263bc0 (patch) | |
tree | 5b074b4455273849b133d939a0c82e2c4e8df6ec /mail/kshowmail | |
parent | 6bcc293162ec080760681a0efb1fa6746cf6fc0b (diff) | |
download | freebsd-ports-gnome-70cd72932149a09a379e2357bd1381169e263bc0.tar.gz freebsd-ports-gnome-70cd72932149a09a379e2357bd1381169e263bc0.tar.zst freebsd-ports-gnome-70cd72932149a09a379e2357bd1381169e263bc0.zip |
Don't use Makefile.kde anymore
Diffstat (limited to 'mail/kshowmail')
-rw-r--r-- | mail/kshowmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile index 56300b21a26c..fea34a76ee10 100644 --- a/mail/kshowmail/Makefile +++ b/mail/kshowmail/Makefile @@ -22,9 +22,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes 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} @${RM} ${WRKSRC}/kshowmail/OptionDlg.h ${WRKSRC}/kshowmail/OptionDlg.cpp -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |