From d41f2654622537ff3bc5e3897f0c8b0b90bc4fdf Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Fri, 18 Feb 2000 02:22:56 +0000 Subject: [PATCH] Fix about *_DEPENDS and GNU_CONFIGURE PR: ports/16781 Submitted by: "KATO Tsuguru" --- editors/dedit/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 4c987fce6dcb..ff805558e001 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -15,7 +15,7 @@ MAINTAINER= nakai@FreeBSD.org 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 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \