summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-07 02:31:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-07 02:31:32 +0800
commit97cef138b7f1c801476029e84ba693876c7f6447 (patch)
tree5e5d2e4299c6373a85734cada3210ffe817c3546
parentf0d0e01f7bf47c218128304db3de17c190d3937c (diff)
downloadmarcuscom-ports-97cef138b7f1c801476029e84ba693876c7f6447.tar.gz
marcuscom-ports-97cef138b7f1c801476029e84ba693876c7f6447.tar.zst
marcuscom-ports-97cef138b7f1c801476029e84ba693876c7f6447.zip
Fix the mlview dependency.
Obtained from: FreeBSD ports tree git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4392 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/gnome2-hacker-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile
index eeb588536..336adba44 100644
--- a/devel/gnome2-hacker-tools/Makefile
+++ b/devel/gnome2-hacker-tools/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.38 2005/06/28 05:40:01 adamw Exp $
#
CATEGORIES= devel gnome
@@ -11,7 +11,7 @@ PKGNAMESUFFIX= -hacker-tools
COMMENT= GNOME 2 development tools
-RUN_DEPENDS= mlv:${PORTSDIR}/editors/mlview \
+RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \
gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon \
glade-2:${PORTSDIR}/devel/glade2 \
ghex2:${PORTSDIR}/editors/ghex \