diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 05:37:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-13 05:37:27 +0000 |
commit | e216385e107b4edd01ded4c40f19f69a97682685 (patch) | |
tree | e688240c2d1cff2f1d99499ff7c1360105054bda /devel | |
parent | 7bc2016b9cc236925c6f94b3c70e8e5b116f0bb9 (diff) |
BROKEN: Broken pkg-plist
Notes
Notes:
svn path=/head/; revision=90987
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asis-gpl/Makefile | 2 | ||||
-rw-r--r-- | devel/asis/Makefile | 2 | ||||
-rw-r--r-- | devel/mingw-gcc/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/asis-gpl/Makefile b/devel/asis-gpl/Makefile index cdf1bbe05c25..419d74f791b3 100644 --- a/devel/asis-gpl/Makefile +++ b/devel/asis-gpl/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= thomas@cuivre.fr.eu.org COMMENT= GNAT implementation of the Ada Semantic Interface Specification +BROKEN= Broken pkg-plist + BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat USE_GMAKE= yes diff --git a/devel/asis/Makefile b/devel/asis/Makefile index cdf1bbe05c25..419d74f791b3 100644 --- a/devel/asis/Makefile +++ b/devel/asis/Makefile @@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= thomas@cuivre.fr.eu.org COMMENT= GNAT implementation of the Ada Semantic Interface Specification +BROKEN= Broken pkg-plist + BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat USE_GMAKE= yes diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index 2f99900ea4bc..61cdfe17536d 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -18,6 +18,8 @@ DIST_SUBDIR= mingw MAINTAINER= doc@hisio.safenet.pl COMMENT= FSF gcc-2.95.2 for Windows cross-development +BROKEN= Broken pkg-plist + BUILD_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \ ${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \ autoheader:${PORTSDIR}/devel/autoconf |