diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-10-26 06:59:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-10-26 06:59:32 +0000 |
commit | 5b4fdb835ab5130bc18c87b6b107d26a76d2ade9 (patch) | |
tree | 05af8cdbdf8b599d0244a7d495625ea71d648c14 /security/libtomcrypt | |
parent | 618e4e6788966ef07bff2e38492c8cd6399390c3 (diff) | |
download | ports-5b4fdb835ab5130bc18c87b6b107d26a76d2ade9.tar.gz ports-5b4fdb835ab5130bc18c87b6b107d26a76d2ade9.zip |
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 a09b2fdb5270..32f6b795b716 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -11,6 +11,8 @@ DISTNAME= crypt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive, modular, and portable cryptographic toolkit +BROKEN= incomplete plist + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \ |