diff options
author | kris <kris@FreeBSD.org> | 2005-11-15 04:47:42 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-15 04:47:42 +0000 |
commit | 3faf4db74197038147a90fe83aae71a52ae792ec (patch) | |
tree | ac6449a0a30c32e60b232cfb35a9a730a29c7cfb /devel | |
parent | 97d525a89e0743cc95530fd8806349e234497488 (diff) | |
download | FreeBSD-ports-3faf4db74197038147a90fe83aae71a52ae792ec.zip FreeBSD-ports-3faf4db74197038147a90fe83aae71a52ae792ec.tar.gz |
BROKEN: Size mismatch
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cproto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 816ba9a..415ed8d 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Generate C function prototypes and convert function definitions +BROKEN= Size mismatch + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |