summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-12-26 08:21:49 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-12-26 08:21:49 +0000
commit10b66c1bce49ebecd32a7be1153779e0b072c977 (patch)
tree95fd2710c18cc0ad444438eab4f80be1e2e4ac14 /lang
parent- Fix typo from previous commit. (diff)
Fix BUILD_DEPENDS.
Notes
Notes: svn path=/head/; revision=71853
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index a59ddd885802..f0fcd2f93f38 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -25,7 +25,7 @@ DISTFILES= ${GNATNAME}.tgz:gnat \
MAINTAINER= eischen@vigrid.com
-BUILD_DEPENDS= ${PORTSDIR}/lang/gcc28
+BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28
.include <bsd.port.pre.mk>