summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-08-02 11:12:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-08-02 11:12:52 +0000
commit4b6f2a8e7ebc05fc9066e832fa869955ac91d1b8 (patch)
tree5b731ed03035386da69d13a9a5d78683bad0c1dc
parentChange "net" -> "ftp". (diff)
Adjust dependency, net/wget -> ftp/wget.
Notes
Notes: svn path=/head/; revision=20494
-rw-r--r--ftp/gtm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile
index 61f31383872c..22a3e99e10d7 100644
--- a/ftp/gtm/Makefile
+++ b/ftp/gtm/Makefile
@@ -3,7 +3,7 @@
# Date created: 05/28/1999
# Whom: nectar@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1999/05/30 03:36:10 steve Exp $
+# $Id: Makefile,v 1.4 1999/08/02 10:43:45 asami Exp $
#
DISTNAME= gtm-0.3.1
@@ -15,8 +15,8 @@ MAINTAINER= nectar@FreeBSD.ORG
# wget is in BUILD_DEPENDS because the configure script checks for it
LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs
-BUILD_DEPENDS= wget:${PORTSDIR}/net/wget
-RUN_DEPENDS= wget:${PORTSDIR}/net/wget
+BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget
+RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config