diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/clo++/Makefile | 1 | ||||
-rw-r--r-- | devel/dmalloc/Makefile | 3 | ||||
-rw-r--r-- | devel/libtai/Makefile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/devel/clo++/Makefile b/devel/clo++/Makefile index d08a25411485..0992ba88c594 100644 --- a/devel/clo++/Makefile +++ b/devel/clo++/Makefile @@ -15,6 +15,7 @@ MAINTAINER= kevlo@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GCC= 3.1 +USE_PERL5= yes CONFGARGS= --prefix ${PREFIX} CONFGARGS+= --xml2-config ${PREFIX}/bin/xml2-config diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index a8ecfa7b6c9c..3ab314bd33e3 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -16,6 +16,7 @@ MAINTAINER= jeremy@external.org INSTALLS_SHLIB= YES GNU_CONFIGURE= YES +USE_REINPLACE= yes CONFIGURE_ARGS+=--enable-threads --enable-shlib # NOTE: we make the test program first because otherwise it screws up @@ -23,7 +24,7 @@ CONFIGURE_ARGS+=--enable-threads --enable-shlib ALL_TARGET= dmalloc_t all light pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dmalloc ${PREFIX}/bin diff --git a/devel/libtai/Makefile b/devel/libtai/Makefile index dd3c3ae30920..6e341899f952 100644 --- a/devel/libtai/Makefile +++ b/devel/libtai/Makefile @@ -34,7 +34,7 @@ PROGRAM_FILES= easter nowutc leapsecs yearcal HEADER_FILES= caldate.h caltime.h leapsecs.h tai.h taia.h uint64.h do-configure: - @${PERL} -pi -e "s!%%PREFIX%%!${PREFIX}!g" \ + @${REINPLACE_CMD} -e "s!%%PREFIX%%!${PREFIX}!g" \ ${WRKSRC}/leapsecs.3 ${WRKSRC}/leapsecs_read.c @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld |