diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /devel | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.zip FreeBSD-ports-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz |
Add USE_REINPLACE where appropriate.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib20/Makefile | 1 | ||||
-rw-r--r-- | devel/hat/Makefile | 1 | ||||
-rw-r--r-- | devel/hs-hat/Makefile | 1 | ||||
-rw-r--r-- | devel/hypersrc/Makefile | 1 | ||||
-rw-r--r-- | devel/jam/Makefile | 1 | ||||
-rw-r--r-- | devel/liboop/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 98755f1..5472148 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -27,6 +27,7 @@ NO_LATEST_LINK= yes USE_BZIP2= yes USE_LIBTOOL= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-static --with-libiconv=gnu diff --git a/devel/hat/Makefile b/devel/hat/Makefile index 0ab89a3..a4daadb 100644 --- a/devel/hat/Makefile +++ b/devel/hat/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes +USE_REINPLACE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 0ab89a3..a4daadb 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes +USE_REINPLACE= yes HAS_CONFIGURE= yes .if ${OSVERSION} >= 500000 diff --git a/devel/hypersrc/Makefile b/devel/hypersrc/Makefile index 67baa13..b0992a5a3 100644 --- a/devel/hypersrc/Makefile +++ b/devel/hypersrc/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BISON= yes USE_GNOME= yes USE_GMAKE= yes +USE_REINPLACE= yes MAKEFILE= GNUmakefile post-patch: diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 7545fef..59b277d 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org ONLY_FOR_ARCHS= alpha i386 USE_ZIP= yes +USE_REINPLACE= yes EXTRACT_BEFORE_ARGS= -q -aa pre-patch: diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index d57cd4a..4583ab7 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ USE_GLIB= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |