diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-04 11:16:08 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-04 11:16:08 +0000 |
commit | 316fd6db6469c550983353208cc4e5fb9719ed44 (patch) | |
tree | 679c999c0c31791521180e90d6e2c00ee74c443f /x11/kdelibs3 | |
parent | - Update to 20060203 (diff) |
Fix the configure check for pcre to work with the latest pcre version.
Noticed by: many
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 5224784522b3..529901eb11d3 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -84,8 +84,8 @@ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 pre-configure: ${REINPLACE_CMD} "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/kdeprint/cups/kmcupsmanager.cpp - ${REINPLACE_CMD} "s,ac_cups_share_test=.*,ac_cups_share_test=\`\$$kde_cups_config --datadir\`,g" \ - ${WRKSRC}/configure + ${REINPLACE_CMD} -e "s,ac_cups_share_test=.*,ac_cups_share_test=\`\$$kde_cups_config --datadir\`,g" \ + -e "s,pcreposix.h,pcre.h,g" ${WRKSRC}/configure post-configure: ${TOUCH} ${WRKSRC}/dcop/dcop-path.h.in |