diff options
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index d32141f63790..720d6a1202e0 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -12,12 +12,10 @@ MASTER_SITES= http://schumann.cx/mhash/dl/ MAINTAINER= nsayer@freebsd.org +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r' MAN3= mhash.3 -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |