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 /deskutils/tpb/Makefile | |
parent | 96a9db84f56439cc43a27916a26e273d5249cad7 (diff) | |
download | freebsd-ports-gnome-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.gz freebsd-ports-gnome-f07e7ab26ee96c06478847d07ac072b4b2c64e23.tar.zst freebsd-ports-gnome-f07e7ab26ee96c06478847d07ac072b4b2c64e23.zip |
Remove USE_REINPLACE from all categories starting with D
Diffstat (limited to 'deskutils/tpb/Makefile')
-rw-r--r-- | deskutils/tpb/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/tpb/Makefile b/deskutils/tpb/Makefile index 13bac15b0d61..f6e47a9a362d 100644 --- a/deskutils/tpb/Makefile +++ b/deskutils/tpb/Makefile @@ -20,10 +20,8 @@ ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_ICONV= yes USE_BISON= yes -USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} |