diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-10 19:26:38 +0000 |
| commit | 6d8b323ab090ee089aba09dd01f19e558a5802bf (patch) | |
| tree | c08ab05cbdf6d76f0a52b7669d4b086614aa4610 /security/libtomcrypt/Makefile | |
| parent | 4601848c53c25de76df86f969f7ca39753dcad18 (diff) | |
Notes
Diffstat (limited to 'security/libtomcrypt/Makefile')
| -rw-r--r-- | security/libtomcrypt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 28106a07668c..b33c1352c8e0 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -11,8 +11,6 @@ DISTNAME= crypt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive, modular, and portable cryptographic toolkit -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool - CFLAGS+= -I${LOCALBASE}/include EXTRALIBS= -L${LOCALBASE}/lib MAKEFILE= makefile.shared @@ -20,7 +18,7 @@ ALL_TARGET= library MAKE_ARGS= IGNORE_SPEED=yes INCPATH="${PREFIX}/include" \ LIBPATH="${PREFIX}/lib" EXTRALIBS="${EXTRALIBS}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake libtool tar:bzip2 +USES= gmake libtool:build tar:bzip2 OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= LIBTOMMATH |
