summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-01-18 15:31:48 +0000
committerClement Laforet <clement@FreeBSD.org>2004-01-18 15:31:48 +0000
commit4461c85f4ceffb699a2e795781aba9e298c2ca46 (patch)
tree34bdbb1651bd722d60d3145d670c3d17daa368f1 /mail
parentUpdated to 1.0 (diff)
- switch to Makefile.kde
- Respect CFLAGS. PR: 61532 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
Notes
Notes: svn path=/head/; revision=98482
Diffstat (limited to 'mail')
-rw-r--r--mail/kshowmail/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile
index 99c2e42600c1..7dc38d428368 100644
--- a/mail/kshowmail/Makefile
+++ b/mail/kshowmail/Makefile
@@ -20,11 +20,9 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g; s|-pedantic ||g; \
- s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|-O2||g;' ${WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>