diff options
author | clement <clement@FreeBSD.org> | 2004-01-18 15:31:48 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-18 15:31:48 +0000 |
commit | 238c19214dbe7c8ac7e3a511a166a5efe6c2063c (patch) | |
tree | 19ef66626488c3db9984c905719e586d8472d6ed /mail/kshowmail | |
parent | 5f1ad144060248110156ced717925bcad80bff2e (diff) | |
download | FreeBSD-ports-238c19214dbe7c8ac7e3a511a166a5efe6c2063c.zip FreeBSD-ports-238c19214dbe7c8ac7e3a511a166a5efe6c2063c.tar.gz |
- switch to Makefile.kde
- Respect CFLAGS.
PR: 61532
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'mail/kshowmail')
-rw-r--r-- | mail/kshowmail/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile index 99c2e42..7dc38d4 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> |