diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 33c92ab6c455..d2a90ae09b29 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -252,7 +252,6 @@ SUBDIR += platex-jsclasses SUBDIR += platex-otf SUBDIR += platex209 - SUBDIR += postgresql-tcltk SUBDIR += postgresql73-man SUBDIR += postgresql74-man SUBDIR += postgresql80-man diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile deleted file mode 100644 index fba9a1c5d0f1..000000000000 --- a/japanese/postgresql-tcltk/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: PostgreSQL tcltk -# Date created: 7 Jun 2000 -# Whom: Tomokatsu Saito <saito@a2z.co.jp> -# -# $FreeBSD$ -# - -PORTNAME= postgresql -PORTREVISION= 2 -CATEGORIES= japanese databases tcl -PKGNAMESUFFIX= -tcltk - -MAINTAINER= saito@a2z.co.jp -COMMENT= A TCL interface to the database PostgreSQL, including a tk GUI - -TCLVERSION?= 8.0jp - -TCLPORTDIR= ${PORTSDIR}/japanese/tcl -TKPORTDIR= ${PORTSDIR}/japanese/tk - -.include <${.CURDIR}/../../databases/postgresql-tcltk/Makefile> |