diff options
-rw-r--r-- | devel/libmalloc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index ae12889..7827826 100644 --- a/devel/libmalloc/Makefile +++ b/devel/libmalloc/Makefile @@ -14,6 +14,8 @@ DISTNAME= malloc-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org +BROKEN= "Installs malloc.h, masking system version" + INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> |