diff options
author | nork <nork@FreeBSD.org> | 2002-12-26 16:21:49 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-12-26 16:21:49 +0800 |
commit | 0407b5cf1126f43186c1b1b8af1bf136120c7af5 (patch) | |
tree | 4db723901028ddeafa297c72b028075dcc0a601a /lang/gnat | |
parent | 8601c262aa0fe7cc5da6a70334006da32ba42970 (diff) | |
download | freebsd-ports-gnome-0407b5cf1126f43186c1b1b8af1bf136120c7af5.tar.gz freebsd-ports-gnome-0407b5cf1126f43186c1b1b8af1bf136120c7af5.tar.zst freebsd-ports-gnome-0407b5cf1126f43186c1b1b8af1bf136120c7af5.zip |
Fix BUILD_DEPENDS.
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 2 |
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> |