diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-02 14:12:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-02 14:12:21 +0000 |
commit | 502b3145a74209ad217f6095dfed0e5b5b482b04 (patch) | |
tree | 74f3ad137faf17534eb1518860d21c5e586f587b /security/libmcrypt | |
parent | f9f9d9f508e5802865ab25ccdf9c76075a81349e (diff) |
Notes
Diffstat (limited to 'security/libmcrypt')
-rw-r--r-- | security/libmcrypt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index c60f6a64903d..107b03059e28 100644 --- a/security/libmcrypt/Makefile +++ b/security/libmcrypt/Makefile @@ -10,10 +10,12 @@ MASTER_SITES= SF/mcrypt/Libmcrypt/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-cipher cryptographic library (used in PHP) -USES= libtool:oldver -GNU_CONFIGURE= yes +LICENSE= LGPL21 + CONFIGURE_ARGS= --enable-static +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +USES= libtool:oldver .include <bsd.port.mk> |