diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-02-19 23:45:51 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-02-19 23:45:51 +0000 |
commit | 72cb5775db139d7630abb55c0ba8a34b20473ac4 (patch) | |
tree | 1852b945bd776737a6793ec258778a1132919061 /security/libtomcrypt | |
parent | 6a68a5bd9fdb68743017ea987d346e67e3008403 (diff) |
Notes
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 35935af4f505..d11b18946489 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -17,6 +17,8 @@ PATCHFILES= lrw_process.c.patch MAINTAINER= wxs@csh.rit.edu COMMENT= Comprehensive, modular and portable cryptographic toolkit +BROKEN= "Does not fetch" + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \ |