diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-08 18:32:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-08 18:32:04 +0800 |
commit | 9a75351bacec25badd00ab72654a198176ab64cf (patch) | |
tree | 38c590d483d59c34bc5ed8693903c77953b082a9 /irc/zircon | |
parent | 8d678260050ff6204c23edf1bd2c02f2fbb05aba (diff) | |
download | freebsd-ports-gnome-9a75351bacec25badd00ab72654a198176ab64cf.tar.gz freebsd-ports-gnome-9a75351bacec25badd00ab72654a198176ab64cf.tar.zst freebsd-ports-gnome-9a75351bacec25badd00ab72654a198176ab64cf.zip |
remove USE_REINPLACE for all categories starting with I
Diffstat (limited to 'irc/zircon')
-rw-r--r-- | irc/zircon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/zircon/Makefile b/irc/zircon/Makefile index 255739c38237..ca786e4c288f 100644 --- a/irc/zircon/Makefile +++ b/irc/zircon/Makefile @@ -25,7 +25,6 @@ RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 .endif NO_BUILD= yes -USE_REINPLACE= yes .if defined(ZIRCON_WITH_TCL84) || defined(ZIRCON_WITH_TK84) TCL_VER= 8.4 .else |