diff options
author | edwin <edwin@FreeBSD.org> | 2006-05-10 04:52:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-05-10 04:52:24 +0800 |
commit | 161621351211788c872d09a81e302310b54217e5 (patch) | |
tree | 9b4e748432f4bdeb6d849bd42e065d35ffc050b3 /lang/itcl/Makefile | |
parent | b24a7dce717b919b3fe946c7641952c25f744b05 (diff) | |
download | freebsd-ports-gnome-161621351211788c872d09a81e302310b54217e5.tar.gz freebsd-ports-gnome-161621351211788c872d09a81e302310b54217e5.tar.zst freebsd-ports-gnome-161621351211788c872d09a81e302310b54217e5.zip |
Remove USE_REINPLACE from the categories starting with L
Diffstat (limited to 'lang/itcl/Makefile')
-rw-r--r-- | lang/itcl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 4943bd12fede..14701e24b128 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -20,7 +20,6 @@ COMMENT= [incr Tcl] (A.K.A. "itcl") LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 WRKSRC= ${WRKDIR}/${DISTNAME}/itcl -USE_REINPLACE= yes INSTALLS_SHLIB= yes PKGINSTALL= ${PORTSDIR}/lang/tcl84/pkg-install.tclsh PKGDEINSTALL= ${PORTSDIR}/lang/tcl84/pkg-deinstall.tclsh |