diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-07-29 18:28:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-07-29 18:28:58 +0000 |
commit | 4144817f7ff073f5cd02c440311f6da4a943d587 (patch) | |
tree | 6ae92bcd1981503a995739a06f411f5f06a8e1ac | |
parent | update to 010728. (diff) |
Typo in dependency line (xml-i18-tools -> xml-i18n-tools).
Submitted by: obento
-rw-r--r-- | devel/gide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile index e314cd771224..b1c331a5d16c 100644 --- a/devel/gide/Makefile +++ b/devel/gide/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= unstable/sources/gIDE MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= xml-i18n-update:${PORTSDIR}/textproc/xml-i18-tools +BUILD_DEPENDS= xml-i18n-update:${PORTSDIR}/textproc/xml-i18n-tools LIB_DEPENDS= gdl.0:${PORTSDIR}/x11-toolkits/gdl \ gbf.0:${PORTSDIR}/devel/gnomebuild \ gdf.0:${PORTSDIR}/devel/gnomedebug |