diff options
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 28037b786f36..e3870fd85c79 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -15,7 +15,7 @@ MAINTAINER= roam@FreeBSD.org COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:13 +GNU_CONFIGURE= yes USE_PERL5_BUILD=yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ |