diff options
author | erwin <erwin@FreeBSD.org> | 2009-07-31 00:32:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-07-31 00:32:26 +0800 |
commit | 54987c867f152f053144455d5b1fc04fe865f46f (patch) | |
tree | 225864e0e49d8a5cdb68bca57b7302f154f084a3 /devel/florist | |
parent | efb97a8a8810e001862821c93db291a276e65be2 (diff) | |
download | freebsd-ports-gnome-54987c867f152f053144455d5b1fc04fe865f46f.tar.gz freebsd-ports-gnome-54987c867f152f053144455d5b1fc04fe865f46f.tar.zst freebsd-ports-gnome-54987c867f152f053144455d5b1fc04fe865f46f.zip |
Try to fix the build after the lang/gnat update
Submitted by: pointyhat
Diffstat (limited to 'devel/florist')
-rw-r--r-- | devel/florist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/florist/Makefile b/devel/florist/Makefile index 92924da1186c..8118251b086d 100644 --- a/devel/florist/Makefile +++ b/devel/florist/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= FSU implementation of POSIX.5, the POSIX Ada binding -BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes |