diff options
author | mm <mm@FreeBSD.org> | 2009-03-05 19:14:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-05 19:14:22 +0800 |
commit | 54ccca877d0d89b544d3d55724da1ca604bc64e5 (patch) | |
tree | 162a8a682e453d1b13f64867f7b9a9de275a5c09 /x11-toolkits | |
parent | 6b636af6c53e4d60edac901c0e70f15d02f42026 (diff) | |
download | freebsd-ports-gnome-54ccca877d0d89b544d3d55724da1ca604bc64e5.tar.gz freebsd-ports-gnome-54ccca877d0d89b544d3d55724da1ca604bc64e5.tar.zst freebsd-ports-gnome-54ccca877d0d89b544d3d55724da1ca604bc64e5.zip |
- Port was replaced by x11-toolkits/p5-Tcl-Tk
- Mark as broken and deprecated
- Set expiration to 2009-05-05
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile index 0abd4a40b393..00de7ad0baa1 100644 --- a/x11-toolkits/p5-TclTk/Makefile +++ b/x11-toolkits/p5-TclTk/Makefile @@ -19,16 +19,16 @@ COMMENT= Perl5 module to access to Tk via the Tcl extension BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 +BROKEN= does not build, use x11-toolkits/p5-Tcl-Tk instead +DEPRECATED= replaced by x11-toolkits/p5-Tcl-Tk +EXPIRATION_DATE= 2009-05-05 + PERL_CONFIGURE= yes MAN3= Tcl::Tk.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700000 -BROKEN= something segfaults during build -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL |