diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 08:14:57 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-18 08:14:57 +0000 |
commit | 3d19fa5eda0fcbea244bc2fede5f35330424ef16 (patch) | |
tree | b0dc9845d99bcd825ea9509ffe1ee4ae94ea7e7c /security/mhash/Makefile | |
parent | 4b098b5d73470b329966fa7b4e84bc5283b3b48a (diff) | |
download | ports-3d19fa5eda0fcbea244bc2fede5f35330424ef16.tar.gz ports-3d19fa5eda0fcbea244bc2fede5f35330424ef16.zip |
- Update to 0.9.2
PR: ports/80238
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: maintainer timeout (3 months)
Notes
Notes:
svn path=/head/; revision=139476
Diffstat (limited to 'security/mhash/Makefile')
-rw-r--r-- | security/mhash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 900686aa70eb..e80c48e3b504 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mhash -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=13 +USE_PERL5_BUILD=yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ --with-gnu-ld |