diff options
author | adamw <adamw@FreeBSD.org> | 2012-11-06 11:51:42 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2012-11-06 11:51:42 +0800 |
commit | cc5e6f7345338abe2437ad9000a69b103af661fa (patch) | |
tree | 314150cecddd27a7a05568fcb4c623e6d9b56f40 /security | |
parent | 42145540bd181eb2d95f262970580cb748f2a6b0 (diff) | |
download | freebsd-ports-gnome-cc5e6f7345338abe2437ad9000a69b103af661fa.tar.gz freebsd-ports-gnome-cc5e6f7345338abe2437ad9000a69b103af661fa.tar.zst freebsd-ports-gnome-cc5e6f7345338abe2437ad9000a69b103af661fa.zip |
Unbreak package build by registering PORTDOCS if we're installing docs.
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/libtomcrypt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |