From owner-freebsd-ports Thu Feb 17 9: 0:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E58C137B7BB for ; Thu, 17 Feb 2000 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA39410; Thu, 17 Feb 2000 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw5.prontomail.com (mailgw5.prontomail.com [209.185.149.196]) by hub.freebsd.org (Postfix) with ESMTP id 91F6037B7A2 for ; Thu, 17 Feb 2000 08:54:45 -0800 (PST) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw5.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Feb 2000 08:46:31 -0800 Received: from web22 (209.185.149.222) by mail46.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Feb 2000 08:54:22 -0800 Message-Id: Date: Fri, 18 Feb 2000 01:54:42 +0900 From: "KATO Tsuguru" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16781: Update port: editors/dedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16781 >Category: ports >Synopsis: Update port: editors/dedit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 17 09:00:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix typo in BUILD_DEPENDS - Remove redundant GNU_CONFIGURE (USE_AUTOCONF always implies GNU_CONFIGURE) >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/dedit/Makefile editors/dedit/Makefile --- /usr/ports/editors/dedit/Makefile Sun Feb 13 08:17:09 2000 +++ editors/dedit/Makefile Wed Feb 16 21:34:59 2000 @@ -1,7 +1,7 @@ -# New ports collection makefile for: dedit -# Version required: 0.5.6 -# Date created: 26 January 2000 -# Whom: Yukihiro Nakai +# New ports collection makefile for: dedit +# Version required: 0.5.6 +# Date created: 26 January 2000 +# Whom: Yukihiro Nakai # # $FreeBSD: ports/editors/dedit/Makefile,v 1.2 2000/02/12 15:18:15 nakai Exp $ # @@ -15,7 +15,7 @@ LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \ gnome.3:${PORTSDIR}/x11/gnomelibs -BUILD_DEPENDS= automake:${PORTSDIR}/devel/autoconf +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake WRKSRC= ${WRKDIR}/dedit-0.5.6 @@ -23,7 +23,6 @@ USE_GMAKE= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ Sent by Japanese ProntoMail >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message