diff options
Diffstat (limited to 'devel/ElectricFence/Makefile')
-rw-r--r-- | devel/ElectricFence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ElectricFence/Makefile b/devel/ElectricFence/Makefile index c4956a4fdb6c..640754a5f54d 100644 --- a/devel/ElectricFence/Makefile +++ b/devel/ElectricFence/Makefile @@ -16,7 +16,7 @@ DISTNAME= ElectricFence-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Debugging malloc() that uses the VM hardware to detect buffer overruns -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CFLAGS+= -D__USE_BSD MAN3= efence.3 |