aboutsummaryrefslogtreecommitdiffstats
path: root/security/libmcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libmcrypt/Makefile')
-rw-r--r--security/libmcrypt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index 0df6d2231833..3880ab6860e2 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/old/ \
MAINTAINER= nsayer@freebsd.org
+INSTALLS_SHLIBS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-posix-threads
@@ -20,7 +21,4 @@ MAN3= mcrypt.3
RESTRICTED= "yes - cryptography"
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>