From 09740eacf97330d1876cb3dc53d2fba74871b19d Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 6 Nov 2012 03:51:42 +0000 Subject: Unbreak package build by registering PORTDOCS if we're installing docs. Feature safe: yes --- security/libtomcrypt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/libtomcrypt') diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 32f6b795b716..5bc232d038e5 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 -BROKEN= incomplete plist - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile MAKE_ARGS= DESTDIR="${PREFIX}" LIBPATH="/lib" INCPATH="/include" \ @@ -50,6 +48,7 @@ CFLAGS+= -DGMP_DESC .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX +PORTDOCS= * .else MAKE_ARGS+= NODOCS=yes .endif -- cgit v1.3