aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-06-17 18:38:09 +0000
committerSteve Price <steve@FreeBSD.org>2001-06-17 18:38:09 +0000
commit16cb925e0e9215e109a5d12ab5f8f088ef8a7bcb (patch)
treeecfe5937b9bde66288414c916a1421efe656f0ee /security/libmcrypt/Makefile
parent50328ec333c178274c39486be77c16ce947b80d1 (diff)
downloadports-16cb925e0e9215e109a5d12ab5f8f088ef8a7bcb.tar.gz
ports-16cb925e0e9215e109a5d12ab5f8f088ef8a7bcb.zip
Update to version 2.4.15.
Notes
Notes: svn path=/head/; revision=44133
Diffstat (limited to 'security/libmcrypt/Makefile')
-rw-r--r--security/libmcrypt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index ef3f7d5c6a35..69a267cfb4c4 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libmcrypt
-PORTVERSION= 2.4.10
+PORTVERSION= 2.4.15
CATEGORIES= security
MASTER_SITES= ftp://ftp.hellug.gr/pub/unix/mcrypt/libmcrypt/ \
ftp://ftp.ntua.gr/pub/security/mcrypt/libmcrypt/
@@ -25,4 +25,7 @@ INSTALLS_SHLIB= yes
MAN3= mcrypt.3
+pre-build:
+ $(LN) -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool
+
.include <bsd.port.mk>