aboutsummaryrefslogtreecommitdiffstats
path: root/editors/dedit
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-02-18 10:22:56 +0800
committernakai <nakai@FreeBSD.org>2000-02-18 10:22:56 +0800
commit06ca456a944edc5ec1e4b096f7a2285c95a10b95 (patch)
treeec8e018630910efded2a47b2e61c2ff12e5390dd /editors/dedit
parenta8e97e944a5d3d03dad9d4b8015067479d5cc5ea (diff)
downloadfreebsd-ports-gnome-06ca456a944edc5ec1e4b096f7a2285c95a10b95.tar.gz
freebsd-ports-gnome-06ca456a944edc5ec1e4b096f7a2285c95a10b95.tar.zst
freebsd-ports-gnome-06ca456a944edc5ec1e4b096f7a2285c95a10b95.zip
Fix about *_DEPENDS and GNU_CONFIGURE
PR: ports/16781 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
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 \