diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-12 19:59:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-12 19:59:20 +0000 |
commit | 7703e98e98e2ca7fac7a02affbb460b37185aebd (patch) | |
tree | 337397d1bd4191bbd0f6593c33986b7ce5d7351e /net | |
parent | a633c00931d1d941e5caedf06619a6773c5e8470 (diff) | |
download | pkgsrc-7703e98e98e2ca7fac7a02affbb460b37185aebd.tar.gz |
x11 support has been deprecated in ytalk-3.3.0 -- remove ytalk-x11.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/ytalk-x11/Makefile | 19 |
2 files changed, 1 insertions, 21 deletions
diff --git a/net/Makefile b/net/Makefile index 9739848728f..42117cfd568 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.595 2006/01/11 20:20:42 schmonz Exp $ +# $NetBSD: Makefile,v 1.596 2006/01/12 19:59:20 wiz Exp $ # COMMENT= Networking tools @@ -460,7 +460,6 @@ SUBDIR+= yafc SUBDIR+= yale-tftpd SUBDIR+= yaz SUBDIR+= ytalk -SUBDIR+= ytalk-x11 SUBDIR+= ywho SUBDIR+= zebra diff --git a/net/ytalk-x11/Makefile b/net/ytalk-x11/Makefile deleted file mode 100644 index a0deae19937..00000000000 --- a/net/ytalk-x11/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2005/06/01 18:03:08 jlam Exp $ - -.include "../../net/ytalk/Makefile.common" - -PKGNAME= ytalk-x11-3.1.1 -CATEGORIES+= x11 -COMMENT= Multi-user replacement for UNIX talk (includes X11 support) - -CONFIGURE_ARGS+=--with-x - -CONFLICTS+= ytalk-[0-9]* - -DESCR_SRC= ${.CURDIR}/../../net/ytalk/DESCR -DISTINFO_FILE= ${.CURDIR}/../../net/ytalk/distinfo -PATCHDIR= ${.CURDIR}/../../net/ytalk/patches -PLIST_SRC= ${.CURDIR}/../../net/ytalk/PLIST - -.include "../../mk/x11.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |