summaryrefslogtreecommitdiff
path: root/editors/dedit
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-02-18 02:22:56 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-02-18 02:22:56 +0000
commitd41f2654622537ff3bc5e3897f0c8b0b90bc4fdf (patch)
treea2980537a9eea545a1028e3a737a220e50ef520c /editors/dedit
parentMove wmpccard from misc to sysutils (diff)
Fix about *_DEPENDS and GNU_CONFIGURE
PR: ports/16781 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=25960
Diffstat (limited to 'editors/dedit')
-rw-r--r--editors/dedit/Makefile3
1 files changed, 1 insertions, 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 \