diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-23 22:03:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-23 22:03:24 +0000 |
commit | 919694910cb8c624fb569b459df172faf6095966 (patch) | |
tree | 91dfc6e7a0cf549500377ea3e50b6ded6adb98d0 /devel/regexxer | |
parent | a6867d948a63f0d5d299bdca1c2ffa082b949110 (diff) | |
download | ports-919694910cb8c624fb569b459df172faf6095966.tar.gz ports-919694910cb8c624fb569b459df172faf6095966.zip |
Notes
Diffstat (limited to 'devel/regexxer')
-rw-r--r-- | devel/regexxer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index d2af28e0dfa5..616482e8832d 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -30,15 +30,13 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnometarget intltool intlhack CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${PCRE_WRKDIR}/.install/include -I${LOCALBASE}/include" \ + LDFLAGS="-L${PCRE_WRKDIR}/.install/lib -L${LOCALBASE}/lib" PCRE_NAME= pcre PCRE_VERSION= 4.5 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} -post-patch: - @${REINPLACE_CMD} -E 's,(\$$\(PKG_(CFLAGS|LIBS)\)) (\$$\(PCRE_(CFLAGS|LIBS)\)),\3 \1,' ${WRKSRC}/src/Makefile.in - pre-configure: @(cd ${PCRE_WRKDIR} && \ ${ECHO_CMD} "Configuring PCRE... " && \ |