diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-07-30 16:32:26 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-07-30 16:32:26 +0000 |
commit | 5a0107d0130c6b89dbecb24803788a6201d74588 (patch) | |
tree | 83f3c742eed9458777781e3eb8da27c7295d83d0 | |
parent | b6509e387bc2adbbb6ea7a6d9420210640f4d409 (diff) | |
download | ports-5a0107d0130c6b89dbecb24803788a6201d74588.tar.gz ports-5a0107d0130c6b89dbecb24803788a6201d74588.zip |
Notes
-rw-r--r-- | devel/asis/Makefile | 2 | ||||
-rw-r--r-- | devel/florist/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/asis/Makefile b/devel/asis/Makefile index f175837a0370..98b35ea24af4 100644 --- a/devel/asis/Makefile +++ b/devel/asis/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GNAT implementation of the Ada Semantic Interface Specification -BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat +BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat USE_LDCONFIG= yes 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 |