diff options
Diffstat (limited to 'devel/ElectricFence')
-rw-r--r-- | devel/ElectricFence/Makefile | 1 | ||||
-rw-r--r-- | devel/ElectricFence/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/ElectricFence/Makefile b/devel/ElectricFence/Makefile index 38dacd6878d7..7755404f0fde 100644 --- a/devel/ElectricFence/Makefile +++ b/devel/ElectricFence/Makefile @@ -17,6 +17,7 @@ MASTER_SITE_SUBDIR= devel/lang/c DISTNAME= ElectricFence-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +COMMENT= Debugging malloc() that uses the VM hardware to detect buffer overruns INSTALLS_SHLIB= CFLAGS+= -D__USE_BSD diff --git a/devel/ElectricFence/pkg-comment b/devel/ElectricFence/pkg-comment deleted file mode 100644 index 15c029fe1151..000000000000 --- a/devel/ElectricFence/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Debugging malloc() that uses the VM hardware to detect buffer overruns |