diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-22 19:42:06 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-22 19:42:06 +0000 |
commit | e8a3b06aefc3d40df8acdb3565e9f645054b56e7 (patch) | |
tree | 930bf6921a2ac75cbc02b0432d5d7ca10d6fa1ab /editors/kxmleditor/Makefile | |
parent | 27b5ab6c87cb1736e0976f5a0be4a45bdd41c8ab (diff) | |
download | ports-e8a3b06aefc3d40df8acdb3565e9f645054b56e7.tar.gz ports-e8a3b06aefc3d40df8acdb3565e9f645054b56e7.zip |
Notes
Diffstat (limited to 'editors/kxmleditor/Makefile')
-rw-r--r-- | editors/kxmleditor/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/kxmleditor/Makefile b/editors/kxmleditor/Makefile index ed326ef53b2c..5f1f55628716 100644 --- a/editors/kxmleditor/Makefile +++ b/editors/kxmleditor/Makefile @@ -27,11 +27,10 @@ UIFILES=kxesearchdialogbase kxeprocinstrdialogbase kxespecprocinstrdialogbase \ kxetextviewsettingspage kxetexteditordialogbase post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + @${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \ + ${WRKSRC}/${CONFIGURE_SCRIPT} .for i in ${UIFILES} @${RM} ${WRKSRC}/part/$i.h ${WRKSRC}/part/$i.cpp .endfor -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11/kde3/Makefile.kde" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |