diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 14:29:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 14:29:36 +0000 |
commit | 9654378046b30f9b43fa65a303b0de65f9092a43 (patch) | |
tree | 39eda443fa79b74124045f17c71333a1a4db8516 /japanese | |
parent | 3e1eb5c8c35a7bb3df7cbbc09e8e6ddeef06e373 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/xchat/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 075d3d3184f8..daf255080616 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -338,7 +338,6 @@ SUBDIR += wordnet-fpw SUBDIR += wordpress SUBDIR += wwasw-fpw - SUBDIR += xchat SUBDIR += xdtp SUBDIR += xdvik SUBDIR += xemacs21-canna diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile deleted file mode 100644 index fed8839ca840..000000000000 --- a/japanese/xchat/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: xchat-ja -# Date created: 30 Sep 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTREVISION= 1 -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= X11 IRC client using the GTK+ toolkit, and optionally, GNOME - -CONFIGURE_ARGS= --enable-japanese-conv -LATEST_LINK= ja-xchat1 - -MASTERDIR= ${.CURDIR}/../../irc/xchat1 - -.include "${MASTERDIR}/Makefile" |