Date: Fri, 18 Feb 2000 01:54:42 +0900 From: "KATO Tsuguru" <tkato@prontomail.ne.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16781: Update port: editors/dedit Message-ID: <A9720644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>
next in thread | raw e-mail | index | archive | help
>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 <nakai@FreeBSD.org> +# New ports collection makefile for: dedit +# Version required: 0.5.6 +# Date created: 26 January 2000 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> # # $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A9720644445E3D11787100807CFB3258>