diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-05 05:41:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-05 05:41:12 +0800 |
commit | f07e7ab26ee96c06478847d07ac072b4b2c64e23 (patch) | |
tree | 780c78ced02c5c3bcb3d612d1393cc5c6430bb34 /devel/libtool15 | |
parent | 96a9db84f56439cc43a27916a26e273d5249cad7 (diff) | |
download | freebsd-ports-graphics-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.gz freebsd-ports-graphics-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.zst freebsd-ports-graphics-f07e7ab26ee96c06478847d07ac072b4b2c64e23.zip |
Remove USE_REINPLACE from all categories starting with D
Diffstat (limited to 'devel/libtool15')
-rw-r--r-- | devel/libtool15/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index 85675bdd9a0..ce925e36380 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -21,7 +21,6 @@ CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ARGS+= --infodir=${PREFIX}/info CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_REINPLACE= yes INFO?= libtool .include <bsd.port.mk> |