From 542f5a6acab8400111a65dac080c3bd85444bc5b Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 1 Nov 1996 13:43:31 +0000 Subject: Upgrade, 6.1.0 -> 6.2.0. --- japanese/kterm16c/Makefile | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'japanese/kterm16c/Makefile') diff --git a/japanese/kterm16c/Makefile b/japanese/kterm16c/Makefile index 038f1ad42be6..43606c756870 100644 --- a/japanese/kterm16c/Makefile +++ b/japanese/kterm16c/Makefile @@ -1,18 +1,24 @@ # New ports collection makefile for: kterm -# Version required: 6.1 +# Version required: 6.2 # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.9 1996/06/03 02:17:23 asami Exp $ +# $Id: Makefile,v 1.10 1996/09/19 04:38:22 asami Exp $ # -DISTNAME= kterm-6.1.0 -PKGNAME= jp-kterm-6.1.0 +DISTNAME= kterm-6.2.0 +PKGNAME= jp-kterm-6.2.0 CATEGORIES+= japanese x11 -MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ MAINTAINER= asami@FreeBSD.ORG USE_IMAKE= yes +.if exists(/usr/X11R6/lib/libXaw3d.a) && !defined(PACKAGE_BUILDING) +post-patch: + @${ECHO_MSG} "===> Applying Xaw3d scrollbar patch" + @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-0 +.endif + .include -- cgit v1.2.3